summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller8-74/+186
2008-03-25mac80211: configure default wmm params correctlyVladimir Koutny1-33/+58
2008-03-25mac80211: prevent tuning during scanningMohamed Abbas2-1/+4
2008-03-25mac80211: tear down of block ack sessionsRon Rindjunsky3-7/+17
2008-03-25mac80211: fixing debug prints for AddBA requestRon Rindjunsky1-4/+4
2008-03-25mac80211: fixing delba debug printRon Rindjunsky1-1/+1
2008-03-25mac80211: filter scan results on unusable channelsJohannes Berg1-0/+6
2008-03-25mac80211: use ieee80211_get_channelJohannes Berg1-25/+4
2008-03-25wireless: add wiphy channel freq to channel struct lookup helperJohannes Berg1-0/+23
2008-03-25mac80211: allows driver to request a Phase 1 RX keyEmmanuel Grumbach3-3/+16
2008-03-25mac80211: get a TKIP phase key from skbEmmanuel Grumbach1-0/+53
2008-03-25[IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki8-9/+123
2008-03-25[IPV6]: Optimize hop-limit determination.YOSHIFUJI Hideaki6-27/+17
2008-03-25[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki2-14/+12
2008-03-25[IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-214/+206
2008-03-25[XFRM] MIP6: Fix address keys for routing search.YOSHIFUJI Hideaki1-9/+40
2008-03-25[XFRM] IPV6: Optimize __xfrm_tunnel_alloc_spi().YOSHIFUJI Hideaki1-22/+23
2008-03-25[XFRM] IPV6: Optimize xfrm6_input_addr().YOSHIFUJI Hideaki1-41/+14
2008-03-25[XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain.YOSHIFUJI Hideaki1-97/+74
2008-03-25[NETNS]: Enable TCP/UDP/ICMP inside namespace.Denis V. Lunev2-0/+4
2008-03-25[NETNS]: Allow to create sockets in non-initial namespace.Denis V. Lunev1-3/+21
2008-03-25[NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.Denis V. Lunev1-4/+4
2008-03-25[NETNS]: Process netfilter hooks in initial namespace only.Denis V. Lunev1-0/+8
2008-03-25[NETNS]: Process INET socket layer in the correct namespace.Denis V. Lunev4-7/+7
2008-03-25[NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev5-8/+14
2008-03-25[NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev3-4/+4
2008-03-25[NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev2-8/+10
2008-03-25[NETNS]: Add namespace parameter to ip_options_compile.Denis V. Lunev2-4/+5
2008-03-25[NETNS]: /proc/net/arp namespacing.Denis V. Lunev1-2/+18
2008-03-25[NETNS]: Process ARP in the context of the correct namespace.Denis V. Lunev1-14/+9
2008-03-25[NETNS]: Minor information leak via /proc/net/ptype file.Pavel Emelyanov1-3/+4
2008-03-25[NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace.Pavel Emelyanov2-3/+33
2008-03-25[UDP-Lite]: Clean up proc creation a bit.Pavel Emelyanov1-3/+11
2008-03-25[NETNS][TCP]: Register /proc/net/tcp in a namespace.Pavel Emelyanov1-2/+17
2008-03-25[NETNS][UDP]: Register /proc/net/udp in a namespace.Pavel Emelyanov1-2/+17
2008-03-24Merge branch 'master' of ../net-2.6/David S. Miller8-20/+38
2008-03-24[SCTP]: Remove redundant wrapper functions.Florian Westphal2-17/+3
2008-03-24[SCTP]: Replace char msg[] with static const char[].Florian Westphal2-5/+5
2008-03-24fib_trie: print information on all routing tablesStephen Hemminger1-84/+95
2008-03-24[AF_PACKET]: Remove unused variable.Jiri Olsa1-2/+1
2008-03-24[TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal2-3/+3
2008-03-24sch_htb: fix "too many events" situationMartin Devera1-6/+7
2008-03-24[IPV6]: Remove unused code in ndisc_send_redirect().Rami Rosen1-3/+0
2008-03-24[ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen2-3/+20
2008-03-23[9P] net/9p/trans_fd.c: remove unused variableJulia Lawall1-2/+0
2008-03-23[IPV6] net/ipv6/ndisc.c: remove unused variableJulia Lawall1-2/+0
2008-03-23[IPV4] fib_trie: fix warning from rcu_assign_poingerStephen Hemminger1-2/+5
2008-03-23[IPV4] route: use read_mostlyStephen Hemminger1-19/+17
2008-03-23[IPV4]: sk parameter is unused in ipv4_dst_blackhole.Denis V. Lunev1-2/+2
2008-03-23[RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov2-27/+11