aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAge
...
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-03
| |\ \ \ \
| * | | | | [NETNS]: Declare init_net even without CONFIG_NET defined.Denis V. Lunev2008-04-03
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-03
| |\ \ \ \ \
| * | | | | | [NETNS]: Do not include net/net_namespace.h from seq_file.hDenis V. Lunev2008-04-02
| | |_|/ / / | |/| | | |
| * | | | | [NET]: Fix allnoconfig build on powerpc and avr32David S. Miller2008-03-31
| * | | | | drivers/net/arcnet/arcnet.c: use time_* macrosS.Caglar Onur2008-03-28
| * | | | | [LIB]: Drop the pcounter itself.Pavel Emelyanov2008-03-28
| * | | | | [NET]: Protect device namespace inlines with CONFIG_NETDavid S. Miller2008-03-28
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-27
| |\ \ \ \ \
| * | | | | | [NET]: uninline skb_trim, de-bloatsIlpo Järvinen2008-03-27
| * | | | | | [NET]: uninline skb_push, de-bloats a lotIlpo Järvinen2008-03-27
| * | | | | | [NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen2008-03-27
| * | | | | | [NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen2008-03-27
| * | | | | | [NET]: uninline skb_put, de-bloats a lotIlpo Järvinen2008-03-27
| * | | | | | [NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev2008-03-27
| * | | | | | [VLAN]: Reduce memory consumed by vlan_groupsPavel Emelyanov2008-03-26
| * | | | | | [NETNS]: Compilation warnings under CONFIG_NET_NS.Denis V. Lunev2008-03-26
| * | | | | | [NETNS]: Compilation fix for include/linux/netdevice.h.Denis V. Lunev2008-03-26
| * | | | | | [NETFILTER]: nf_conntrack_sip: RTP routing optimizationPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: support multiple media channelsPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_nat_sip: split up SDP manglingPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: create RTCP expectationsPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: create signalling expectationsPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing hel...Patrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: support method specific request/response handlingPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_nat_sip: get rid of text based header translationPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helperPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: parse SIP headers properlyPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: kill request URI "header" definitionsPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing functionPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: remove redundant function argumentsPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet manglingPatrick McHardy2008-03-25
| * | | | | | [NETFILTER]: Add nf_inet_addr_cmp()Patrick McHardy2008-03-25
| * | | | | | [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
| * | | | | | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
| * | | | | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
| * | | | | | [IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki2008-03-24
| * | | | | | [IPV6]: Use bitfields for hop_limit and mcast_hops.YOSHIFUJI Hideaki2008-03-24
| * | | | | | [IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.YOSHIFUJI Hideaki2008-03-24
| * | | | | | [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki2008-03-24
| * | | | | | [NET]: include/linux/udp.h - remove duplicate includeJoe Perches2008-03-24
| * | | | | | [NET]: include/linux/igmp.h - remove duplicate includeJoe Perches2008-03-24
| * | | | | | [NET]: include/linux/atalk.h - remove duplicate includeJoe Perches2008-03-24
| * | | | | | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-03-22
| |\ \ \ \ \ \
| | * | | | | | smc91x: introduce platform data flags V2Magnus Damm2008-03-17
| * | | | | | | [NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.Rusty Russell2008-03-22
| * | | | | | | [TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus2008-03-21
| * | | | | | | [NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr2008-03-21
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-18
| |\ \ \ \ \ \ \
| * | | | | | | | ssb: Add SPROM/invariants support for PCMCIA devicesMichael Buesch2008-03-13