summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-02-11netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy1-5/+23
2010-02-11netfilter: nf_nat_sip: add TCP supportPatrick McHardy2-6/+57
2010-02-11netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy1-16/+23
2010-02-11netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy2-30/+177
2010-02-11netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy2-88/+95
2010-02-11netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsingPatrick McHardy1-3/+4
2010-02-11netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy2-0/+12
2010-02-11netfilter: ctnetlink: dump expectation helper namePatrick McHardy1-0/+4
2010-02-11ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2-1/+333
2010-02-11tcp: fix ICMP-RTO warDamian Lukowski1-4/+2
2010-02-11mac80211: 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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds25-132/+162
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-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller5-28/+37
2010-02-09net/sched: Fix module name in KconfigJan Luebbe1-8/+8
2010-02-099p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen1-12/+19
2010-02-099p: Fix the kernel crash on a failed mountAneesh Kumar K.V1-1/+2
2010-02-09dst: call cond_resched() in dst_gc_task()Eric Dumazet1-0/+2
2010-02-099p: fix option parsingEric Van Hensbergen3-12/+16
2010-02-09mac80211: Reset dynamic ps timer in Rx path.Vivek Natarajan1-0/+8
2010-02-09mac80211: make rate_control_alloc staticAndres Salomon2-6/+3
2010-02-09mac80211: remove get_tx_stats() driver opKalle Valo2-31/+0
2010-02-09mac80211: fix deauth raceJohannes Berg1-3/+9
2010-02-09mac80211: fix bss_conf.dtim_periodJohannes Berg1-0/+2
2010-02-09mac80211: Added a new debugfs file for reading channel_typeBenoit Papillault1-0/+33
2010-02-09mac80211: tear down all agg queues when restart/reconfig hwWey-Yi Guy1-0/+8
2010-02-09mac80211: allow station add/remove to sleepJohannes Berg13-464/+511
2010-02-09mac80211: don't probe if we have probe responseJohannes Berg1-5/+5
2010-02-09wireless: update radiotap parserJohannes Berg2-111/+203