netdev: ehea: locking order correction
[safe/jmp/linux-2.6] / include /
2008-03-29 S.Caglar Onurdrivers/net/arcnet/arcnet.c: use time_* macros
2008-03-28 Pavel Emelyanov[LIB]: Drop the pcounter itself.
2008-03-28 Pavel Emelyanov[SOCK]: Drop inuse pcounter from struct proto (v2).
2008-03-28 Pavel Emelyanov[SOCK]: Drop per-proto inuse init and fre functions...
2008-03-28 Pavel Emelyanov[SOCK]: Introduce a percpu inuse counters array (v2).
2008-03-28 Pavel Emelyanov[SOCK]: Enumerate struct proto-s to facilitate percpu...
2008-03-28 Joe Perches[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_I...
2008-03-28 Rami Rosen[IPV6]: Remove unused method declaration in include...
2008-03-28 David S. Miller[NET]: Protect device namespace inlines with CONFIG_NET
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-28 Ilpo Järvinen[SCTP]: Remove sctp_add_cmd_sf wrapper bloat
2008-03-28 Ilpo Järvinen[NET]: uninline skb_trim, de-bloats
2008-03-28 Ilpo Järvinen[NET]: uninline dst_release
2008-03-28 Ilpo Järvinen[NET]: uninline skb_push, de-bloats a lot
2008-03-28 Ilpo Järvinen[NET]: uninline dev_alloc_skb, de-bloats a lot
2008-03-28 Ilpo Järvinen[NET]: uninline skb_pull, de-bloats a lot
2008-03-28 Ilpo Järvinen[NET]: uninline skb_put, de-bloats a lot
2008-03-28 David S. Miller[NET]: Use local_irq_{save,restore}() in napi_complete().
2008-03-28 Rami Rosen[IPV6]: Remove three unused method declarations in...
2008-03-27 Denis V. Lunev[PKT_SCHED]: Pass real namespace in net scheduler class...
2008-03-27 Denis V. Lunev[NETNS]: Compile NET /proc support only if CONFIG_NET...
2008-03-27 Johannes Bergcfg80211: don't export ieee80211_get_channel
2008-03-26 Benjamin Thery[NETNS][IPV6] flowlabels - make flowlabels per namespace
2008-03-26 Daniel Lezcano[NETNS][IPV6] anycast - handle several network namespace
2008-03-26 Herbert Xu[IPSEC]: Fix BEET output
2008-03-26 Pavel Emelyanov[VLAN]: Reduce memory consumed by vlan_groups
2008-03-26 Pavel Emelyanov[NETNS][ICMP]: Make ctl tables for ICMP sysctls per...
2008-03-26 Pavel Emelyanov[NETNS][ICMP]: Move ICMP sysctls on struct net.
2008-03-26 Denis V. Lunev[NETNS]: Compilation warnings under CONFIG_NET_NS.
2008-03-26 Denis V. Lunev[NETNS]: Compilation fix for include/linux/netdevice.h.
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: RTP routing optimization
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: support multiple media...
2008-03-26 Patrick McHardy[NETFILTER]: nf_nat_sip: split up SDP mangling
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: create RTCP expectations
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: create signalling expect...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: introduce URI and header...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: support method specific...
2008-03-26 Patrick McHardy[NETFILTER]: nf_nat_sip: get rid of text based header...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsin...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: parse SIP headers properly
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: kill request URI "header...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: add seperate SDP header...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: remove redundant functio...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_sip: adjust dptr and datalen...
2008-03-26 Patrick McHardy[NETFILTER]: Add nf_inet_addr_cmp()
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack: introduce expectation classe...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_expect: support inactive...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack_expect: constify nf_ct_expect...
2008-03-26 Patrick McHardy[NETFILTER]: nf_conntrack: fix NF_CT_TUPLE_DUMP for...
2008-03-26 David S. MillerMerge branch 'net-2.6.26-netns-20080326' of git://git...
2008-03-26 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-25 Johannes Bergwireless: add wiphy channel freq to channel struct...
2008-03-25 Emmanuel Grumbachmac80211: allows driver to request a Phase 1 RX key
2008-03-25 Emmanuel Grumbachmac80211: get a TKIP phase key from skb
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit namespace comparision without CONFIG_...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit neigh_parms->net and pneigh_entry...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit seq_net_private->net without CONFIG_N...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[IPV6]: Support Source Address Selection API (RFC5014).
2008-03-25 YOSHIFUJI Hideaki[IPV6]: Use bitfields for hop_limit and mcast_hops.
2008-03-25 YOSHIFUJI Hideaki[IPV6]: Optimize hop-limit determination.
2008-03-25 YOSHIFUJI Hideaki[IPV6]: Convert cork.hop_limit and cork.tclass into...
2008-03-25 YOSHIFUJI Hideaki[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.
2008-03-25 YOSHIFUJI Hideaki[XFRM] MIP6: Fix address keys for routing search.
2008-03-24 Denis V. Lunev[NETNS]: Drop packets in the non-initial namespace...
2008-03-24 Denis V. Lunev[NETNS]: Add namespace parameter to ip_cmsg_send.
2008-03-24 Denis V. Lunev[NETNS]: Add namespace parameter to ip_options_get...
2008-03-24 Denis V. Lunev[NETNS]: Add namespace parameter to ip_options_compile.
2008-03-24 Kazunori MIYAZAWA[IPSEC]: Fix inter address family IPsec tunnel handling.
2008-03-24 Pavel Emelyanov[NEIGH]: Fix race between pneigh deletion and ipv6...
2008-03-24 David S. MillerMerge branch 'master' of ../net-2.6/
2008-03-24 Florian Westphal[SCTP]: Remove redundant wrapper functions.
2008-03-24 Florian Westphal[TCP]: Shrink syncookie_secret by 8 byte.
2008-03-24 Joe Perches[NET]: include/linux/udp.h - remove duplicate include
2008-03-24 Joe Perches[NET]: include/linux/igmp.h - remove duplicate include
2008-03-24 Joe Perches[NET]: include/linux/atalk.h - remove duplicate include
2008-03-24 Joe Perches[NET]: include/net/route.h - remove duplicate include
2008-03-23 David S. MillerMerge branch 'upstream-net26' of /linux/kernel/git...
2008-03-23 Rusty Russell[NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.
2008-03-22 Pavel Emelyanov[RAW]: Add raw_hashinfo member on struct proto.
2008-03-22 Pavel Emelyanov[UDP]: Make full use of proto.h.udp_hash innovation.
2008-03-22 Pavel Emelyanov[SOCK]: Add udp_hash member to struct proto.
2008-03-22 Denis V. Lunev[IPV4]: Remove unused ip_options->is_data.
2008-03-21 Patrick McManus[TCP]: TCP_DEFER_ACCEPT updates - process as established
2008-03-21 Stephen Hemmingersocket: SOCK_DEBUG type checking
2008-03-21 David S. Miller[SCTP]: Fix build warnings with IPV6 disabled.
2008-03-21 Daniel Lezcano[NETNS][IPV6] tcp6 - make proc per namespace
2008-03-21 Daniel Lezcano[NETNS][IPV6] udp6 - make proc per namespace
2008-03-21 Daniel Lezcano[NETNS][IPV4] tcp - make proc handle the network namespaces
2008-03-21 Daniel Lezcano[NETNS][IPV6] udp - make proc handle the network namespace
2008-03-21 Peter P Waskiewicz Jr[NET]: Add per-connection option to set max TSO frame...
2008-03-21 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-20 Vlad Yasevich[SCTP]: Fix a race between module load and protosw...
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 Al Viroxfrm: ->eth_proto is __be16
2008-03-18 Al Viro[IPV4]: ipv4_is_lbcast() misannotations
2008-03-18 Al Viro[PKT_SCHED]: annotate cls_u32
next