summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-29dummy: percpu stats and lockless xmitEric Dumazet2-3/+56
2010-09-29net: add a recursion limit in xmit pathEric Dumazet1-1/+11
2010-09-28ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski1-1/+9
2010-09-28ipv4: Allow configuring subnets as local addressesTom Herbert3-5/+6
2010-09-28ip_gre: Fix dependencies wrt. ipv6.David S. Miller1-0/+1
2010-09-28net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski1-10/+14
2010-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville0-0/+0
2010-09-28mac80211: Fix WMM driver queue configurationJuuso Oikarinen1-8/+8
2010-09-28cfg80211: always set IBSS basic ratesJohannes Berg2-17/+19
2010-09-28carl9170: interrupt urbs must not set URB_ZERO_PACKETChristian Lamparter1-2/+0
2010-09-28ath5k: Fix bitmasks and typos for PCU Diagnostic registerBruno Randolf3-19/+18
2010-09-28ath5k: Disable interrupts in ath5k_hw_get_tsf64Bruno Randolf1-0/+6
2010-09-28ath5k: Increase "fudge" for beacon timersBruno Randolf1-2/+5
2010-09-28ath5k: Check and fix ATIM windowBruno Randolf3-0/+101
2010-09-28ath5k: Remove unused variable for atim windowBruno Randolf3-3/+1
2010-09-28carl9170: revamp carl9170_tx_prepareChristian Lamparter1-80/+75
2010-09-28carl9170: fix WARN_ON triggered by Broadcom HT STAsChristian Lamparter1-1/+1
2010-09-28carl9170: fix tx_ampdu_upload counterChristian Lamparter1-1/+14
2010-09-28carl9170: remove lost-frame workaroundChristian Lamparter3-40/+2
2010-09-28carl9170: angle brackets for wiki linkChristian Lamparter1-1/+1
2010-09-28carl9170: remove non-standard ba session teardownChristian Lamparter1-3/+0
2010-09-28mac80211: fix offchannel assumption upon associationLuis R. Rodriguez1-1/+2
2010-09-28iwl3945: queue the right work if the scan needs to be abortedFlorian Mickler2-2/+2
2010-09-28pch_gbe: add header filesRandy Dunlap1-0/+2
2010-09-28wl12xx: fix separate-object-folder buildsJohn W. Linville2-2/+4
2010-09-27Documentation: Update Phonet doc for Pipe Controller implementationKumar Sanghvi1-0/+53
2010-09-27tg3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-2/+7
2010-09-278021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings1-1/+1
2010-09-27sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+2
2010-09-27niu: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+2
2010-09-27myri10ge: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings1-2/+3
2010-09-27mv643xx_eth: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings1-1/+2
2010-09-27mlx4_en: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings1-1/+2
2010-09-27ixgbe: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-5/+11
2010-09-27igb: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-4/+8
2010-09-27gianfar: Use netif_set_real_num_rx_queues()Ben Hutchings1-2/+1
2010-09-27cxgb4vf: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings1-1/+4
2010-09-27cxgb4: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+4
2010-09-27cxgb3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+4
2010-09-27bnx2x: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-2/+4
2010-09-27bnx2: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-3/+6
2010-09-27net: Add netif_copy_real_num_queues() for use by virtual net driversBen Hutchings1-0/+12
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings4-19/+78
2010-09-27net: sk_{detach|attach}_filter() rcu fixesEric Dumazet1-6/+4
2010-09-27fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet1-3/+5
2010-09-27sit: percpu stats accountingEric Dumazet1-18/+64
2010-09-27ipip: percpu stats accountingEric Dumazet1-34/+93
2010-09-27ip_gre: percpu stats accountingEric Dumazet1-39/+104
2010-09-27tunnels: prepare percpu accountingEric Dumazet3-10/+27
2010-09-27vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet1-2/+2