summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-02-16IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILSShan Wei1-9/+4
2010-02-16ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz1-5/+8
2010-02-16ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz1-16/+24
2010-02-15mac80211: Fix error introduced in netdev_mc_count() changes.David S. Miller1-1/+1
2010-02-15net: Fix first line of kernel-doc for a few functionsBen Hutchings1-1/+1
2010-02-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-5/+6
2010-02-15Merge 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-13rtnetlink: Add VF config code to rtnetlinkWilliams, Mitch A1-0/+67
2010-02-13udp: remove redundant variableGerrit Renker2-16/+14
2010-02-13dccp: support for passing MSG_TRUNCGerrit Renker1-0/+2
2010-02-13xfrm: 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-11ethtool: Use explicit designated initializers for .cmdRoland Dreier1-5/+5
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-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-09dst: call cond_resched() in dst_gc_task()Eric Dumazet1-0/+2
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