Age | Commit message (Expand) | Author | Files | Lines |
2010-09-29 | dummy: percpu stats and lockless xmit | Eric Dumazet | 2 | -3/+56 |
2010-09-29 | net: add a recursion limit in xmit path | Eric Dumazet | 1 | -1/+11 |
2010-09-28 | ipv6: Implement Any-IP support for IPv6. | Maciej Żenczykowski | 1 | -1/+9 |
2010-09-28 | ipv4: Allow configuring subnets as local addresses | Tom Herbert | 3 | -5/+6 |
2010-09-28 | ip_gre: Fix dependencies wrt. ipv6. | David S. Miller | 1 | -0/+1 |
2010-09-28 | net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out() | Damian Lukowski | 1 | -10/+14 |
2010-09-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 0 | -0/+0 |
2010-09-28 | mac80211: Fix WMM driver queue configuration | Juuso Oikarinen | 1 | -8/+8 |
2010-09-28 | cfg80211: always set IBSS basic rates | Johannes Berg | 2 | -17/+19 |
2010-09-28 | carl9170: interrupt urbs must not set URB_ZERO_PACKET | Christian Lamparter | 1 | -2/+0 |
2010-09-28 | ath5k: Fix bitmasks and typos for PCU Diagnostic register | Bruno Randolf | 3 | -19/+18 |
2010-09-28 | ath5k: Disable interrupts in ath5k_hw_get_tsf64 | Bruno Randolf | 1 | -0/+6 |
2010-09-28 | ath5k: Increase "fudge" for beacon timers | Bruno Randolf | 1 | -2/+5 |
2010-09-28 | ath5k: Check and fix ATIM window | Bruno Randolf | 3 | -0/+101 |
2010-09-28 | ath5k: Remove unused variable for atim window | Bruno Randolf | 3 | -3/+1 |
2010-09-28 | carl9170: revamp carl9170_tx_prepare | Christian Lamparter | 1 | -80/+75 |
2010-09-28 | carl9170: fix WARN_ON triggered by Broadcom HT STAs | Christian Lamparter | 1 | -1/+1 |
2010-09-28 | carl9170: fix tx_ampdu_upload counter | Christian Lamparter | 1 | -1/+14 |
2010-09-28 | carl9170: remove lost-frame workaround | Christian Lamparter | 3 | -40/+2 |
2010-09-28 | carl9170: angle brackets for wiki link | Christian Lamparter | 1 | -1/+1 |
2010-09-28 | carl9170: remove non-standard ba session teardown | Christian Lamparter | 1 | -3/+0 |
2010-09-28 | mac80211: fix offchannel assumption upon association | Luis R. Rodriguez | 1 | -1/+2 |
2010-09-28 | iwl3945: queue the right work if the scan needs to be aborted | Florian Mickler | 2 | -2/+2 |
2010-09-28 | pch_gbe: add header files | Randy Dunlap | 1 | -0/+2 |
2010-09-28 | wl12xx: fix separate-object-folder builds | John W. Linville | 2 | -2/+4 |
2010-09-27 | Documentation: Update Phonet doc for Pipe Controller implementation | Kumar Sanghvi | 1 | -0/+53 |
2010-09-27 | tg3: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 1 | -2/+7 |
2010-09-27 | 8021q: Use netif_copy_real_num_queues() to set queue counts | Ben Hutchings | 1 | -1/+1 |
2010-09-27 | sfc: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 1 | -1/+2 |
2010-09-27 | niu: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 1 | -1/+2 |
2010-09-27 | myri10ge: Use netif_set_real_num_{rx, tx}_queues() | Ben Hutchings | 1 | -2/+3 |
2010-09-27 | mv643xx_eth: Use netif_set_real_num_{rx, tx}_queues() | Ben Hutchings | 1 | -1/+2 |
2010-09-27 | mlx4_en: Use netif_set_real_num_{rx, tx}_queues() | Ben Hutchings | 1 | -1/+2 |
2010-09-27 | ixgbe: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 1 | -5/+11 |
2010-09-27 | igb: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 1 | -4/+8 |
2010-09-27 | gianfar: Use netif_set_real_num_rx_queues() | Ben Hutchings | 1 | -2/+1 |
2010-09-27 | cxgb4vf: Use netif_set_real_num_{rx, tx}_queues() | Ben Hutchings | 1 | -1/+4 |
2010-09-27 | cxgb4: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 1 | -1/+4 |
2010-09-27 | cxgb3: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 1 | -1/+4 |
2010-09-27 | bnx2x: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 1 | -2/+4 |
2010-09-27 | bnx2: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 1 | -3/+6 |
2010-09-27 | net: Add netif_copy_real_num_queues() for use by virtual net drivers | Ben Hutchings | 1 | -0/+12 |
2010-09-27 | net: Allow changing number of RX queues after device allocation | Ben Hutchings | 4 | -19/+78 |
2010-09-27 | net: sk_{detach|attach}_filter() rcu fixes | Eric Dumazet | 1 | -6/+4 |
2010-09-27 | fib: use atomic_inc_not_zero() in fib_rules_lookup | Eric Dumazet | 1 | -3/+5 |
2010-09-27 | sit: percpu stats accounting | Eric Dumazet | 1 | -18/+64 |
2010-09-27 | ipip: percpu stats accounting | Eric Dumazet | 1 | -34/+93 |
2010-09-27 | ip_gre: percpu stats accounting | Eric Dumazet | 1 | -39/+104 |
2010-09-27 | tunnels: prepare percpu accounting | Eric Dumazet | 3 | -10/+27 |
2010-09-27 | vlan: use this_cpu_ptr() in vlan_skb_recv() | Eric Dumazet | 1 | -2/+2 |