summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-02-10tcp: fix ICMP-RTO warDamian Lukowski1-4/+2
2010-02-10mac80211: Deny TX BA session requests during disassociationSujith3-1/+15
2010-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-9/+11
2010-02-10net: atm: use seq_list_foo() helpersLi Zefan2-17/+3
2010-02-10net: ipx: use seq_list_foo() helpersLi Zefan1-78/+12
2010-02-10net: irda: use seq_list_foo() helpersLi Zefan1-24/+4
2010-02-10net: x25: use seq_list_foo() helpersLi Zefan1-76/+8
2010-02-10net: af_key: use seq_hlist_foo() helpersLi Zefan1-17/+3
2010-02-10net: appletalk: use seq_hlist_foo() helpersLi Zefan1-27/+3
2010-02-10net: ax25: use seq_hlist_foo() helpersLi Zefan2-36/+7
2010-02-10net: netrom: use seq_hlist_foo() helpersLi Zefan2-62/+12
2010-02-10net: packet: use seq_hlist_foo() helpersLi Zefan1-17/+3
2010-02-10net: rose: use seq_hlist_foo() helpersLi Zefan1-19/+3
2010-02-10net: x25: use seq_hlist_foo() helpersLi Zefan1-27/+3
2010-02-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy15-825/+341
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt15-334/+138
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt10-250/+117
2010-02-10netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt7-59/+36
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt9-258/+126
2010-02-10netfilter: ctnetlink: add missing netlink attribute policiesPatrick McHardy1-5/+36
2010-02-10netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan1-2/+2
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy188-2956/+4959
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller20-119/+141
2010-02-09mac80211: Retry null data frame for power save.Vivek Natarajan3-7/+31
2010-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller5-28/+37
2010-02-08net/sched: Fix module name in KconfigJan Luebbe1-8/+8
2010-02-08dst: call cond_resched() in dst_gc_task()Eric Dumazet1-0/+2
2010-02-08mac80211: Reset dynamic ps timer in Rx path.Vivek Natarajan1-0/+8
2010-02-08mac80211: make rate_control_alloc staticAndres Salomon2-6/+3
2010-02-08mac80211: remove get_tx_stats() driver opKalle Valo2-31/+0
2010-02-08mac80211: fix deauth raceJohannes Berg1-3/+9
2010-02-08mac80211: fix bss_conf.dtim_periodJohannes Berg1-0/+2
2010-02-08mac80211: Added a new debugfs file for reading channel_typeBenoit Papillault1-0/+33
2010-02-08mac80211: tear down all agg queues when restart/reconfig hwWey-Yi Guy1-0/+8
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg13-464/+511
2010-02-08mac80211: don't probe if we have probe responseJohannes Berg1-5/+5
2010-02-08wireless: update radiotap parserJohannes Berg2-111/+203
2010-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-10/+21
2010-02-08mac80211: fix deferred hardware scan requestsJohannes Berg1-8/+10
2010-02-08mac80211: Fix probe request filtering in IBSS modeBenoit Papillault1-1/+1
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy8-47/+47
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan3-6/+6
2010-02-08netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan1-1/+1
2010-02-08netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet1-16/+23
2010-02-08netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy1-12/+12
2010-02-08netfilter: fix build failure with CONNTRACK=y NAT=nFlorian Westphal1-0/+1
2010-02-05packet: Kill CONFIG_PACKET_MMAP.David S. Miller2-39/+0
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole2-26/+27
2010-02-04bridge: Remove unused age_listHerbert Xu2-3/+0
2010-02-04packet: Add GSO/csum offload support.Sridhar Samudrala1-11/+176