summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt2-14/+6
2010-02-15netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt1-2/+6
2010-02-14mac80211: Fix error introduced in netdev_mc_count() changes.David S. Miller1-1/+1
2010-02-14net: Fix first line of kernel-doc for a few functionsBen Hutchings1-1/+1
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-5/+6
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller20-636/+847
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-0/+3
2010-02-12rtnetlink: Add VF config code to rtnetlinkWilliams, Mitch A1-0/+67
2010-02-12udp: remove redundant variableGerrit Renker2-16/+14
2010-02-12dccp: support for passing MSG_TRUNCGerrit Renker1-0/+2
2010-02-12xfrm: validate attributesjamal1-0/+4
2010-02-12IPv6: remove trivial nested _bh suffixstephen hemminger1-10/+11
2010-02-12IPv6: keep permanent addresses on admin downstephen hemminger1-11/+24
2010-02-12ipv6: fib: fix crash when changing large fib while dumping itPatrick McHardy1-2/+27
2010-02-12mac80211: fix handling of null-rate control in rate_control_get_rateJuuso Oikarinen1-0/+3
2010-02-12dccp: allow probing of CCID-array lengthGerrit Renker1-5/+4
2010-02-12inet: Remove bogus IGMPv3 report handlingHerbert Xu1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko4-6/+9
2010-02-12netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan3-3/+0
2010-02-11ethtool: Use explicit designated initializers for .cmdRoland Dreier1-5/+5
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan2-2/+6
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-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2-1/+333
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds25-132/+162