| Commit message (Expand) | Author | Age | Files | Lines |
* | net: r6040: store BIOS default MAC in perm_add | Otavio Salvador | 2010-09-26 | 1 | -0/+3 |
* | net: loopback driver cleanup | Eric Dumazet | 2010-09-26 | 2 | -17/+9 |
* | net: fix rcu use in ip_route_output_slow | Eric Dumazet | 2010-09-26 | 1 | -1/+1 |
* | rps: allocate rx queues in register_netdevice only | Eric Dumazet | 2010-09-26 | 1 | -44/+32 |
* | net: update SOCK_MIN_RCVBUF | Eric Dumazet | 2010-09-26 | 1 | -1/+5 |
* | drivers/net: return operator cleanup | Eric Dumazet | 2010-09-26 | 106 | -764/+762 |
* | net: skb_frag_t can be smaller on small arches | Eric Dumazet | 2010-09-26 | 1 | -0/+5 |
* | net: propagate NETIF_F_HIGHDMA to vlans | Eric Dumazet | 2010-09-26 | 1 | -3/+4 |
* | ixgbevf: Refactor ring parameter re-size | Greg Rose | 2010-09-24 | 1 | -74/+79 |
* | stmmac: review the wake-up support | Giuseppe Cavallaro | 2010-09-24 | 6 | -20/+24 |
* | net: Add Gigabit Ethernet driver of Topcliff PCH | Masayuki Ohtake | 2010-09-24 | 11 | -0/+4824 |
* | ip: take care of last fragment in ip_append_data | Eric Dumazet | 2010-09-24 | 1 | -3/+6 |
* | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 84 | -222/+220 |
* | e1000: use GRO for receive | Jesse Brandeburg | 2010-09-23 | 1 | -11/+8 |
* | e1000: fix occasional panic on unload | Jesse Brandeburg | 2010-09-23 | 1 | -1/+19 |
* | e1000: use work queues | Jesse Brandeburg | 2010-09-23 | 2 | -1/+27 |
* | e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags | Yi Zou | 2010-09-22 | 5 | -5/+15 |
* | igb: Add support for DH89xxCC | Joseph Gasparakis | 2010-09-22 | 6 | -14/+247 |
* | igb: clear VF_PROMISC bits instead of setting all other bits | Alexander Duyck | 2010-09-22 | 1 | -1/+2 |
* | X.25 remove bkl in poll | andrew hendry | 2010-09-22 | 1 | -13/+1 |
* | X.25 remove bkl in getsockname | andrew hendry | 2010-09-22 | 1 | -2/+0 |
* | sfc: Add support for SFE4003 board and TXC43128 PHY | Ben Hutchings | 2010-09-22 | 5 | -1/+656 |
* | sfc: Remove support for SFN4111T, SFT9001 and Falcon GMAC | Ben Hutchings | 2010-09-22 | 10 | -893/+56 |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2010-09-21 | 155 | -3272/+17208 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-09-21 | 155 | -3272/+17208 |
| |\ |
|
| | * | ath9k: make the driver specific rate control module optional | Felix Fietkau | 2010-09-21 | 4 | -1/+22 |
| | * | ath9k: move ath_tx_aggr_check() to the rate control module | Felix Fietkau | 2010-09-21 | 3 | -15/+16 |
| | * | ath9k: clean up / fix aggregation session flush | Felix Fietkau | 2010-09-21 | 1 | -37/+26 |
| | * | ath9k: fix an aggregation start related race condition | Felix Fietkau | 2010-09-21 | 3 | -6/+13 |
| | * | ath9k: clean up block ack window handling | Felix Fietkau | 2010-09-21 | 2 | -6/+4 |
| | * | wl1271: bugfix: use bitwise-AND instead of logical-AND | Eliad Peller | 2010-09-21 | 1 | -2/+2 |
| | * | wl1271: avoid redundant memcpy of rx_status | Eliad Peller | 2010-09-21 | 1 | -3/+1 |
| | * | carl9170: fix hang in AP mode when HT STA does PSM | Christian Lamparter | 2010-09-21 | 1 | -2/+2 |
| | * | carl9170: reinit phy after HT settings have changed | Christian Lamparter | 2010-09-21 | 2 | -12/+14 |
| | * | carl9170: fix state downgrade during reset | Christian Lamparter | 2010-09-21 | 1 | -2/+0 |
| | * | carl9170: abort tasklet during usb reset | Christian Lamparter | 2010-09-21 | 1 | -0/+3 |
| | * | carl9170: don't load bogus nf of chain 1 | Christian Lamparter | 2010-09-21 | 3 | -12/+9 |
| | * | carl9170: fix noise dBm conversion | Christian Lamparter | 2010-09-21 | 1 | -2/+2 |
| | * | carl9170: use rx chainmask from eeprom | Christian Lamparter | 2010-09-21 | 1 | -1/+4 |
| | * | ath5k: Add tx queue configuration function | Bruno Randolf | 2010-09-21 | 1 | -1/+39 |
| | * | ath5k: Simplify cw_min/max and AIFS configuration | Bruno Randolf | 2010-09-21 | 4 | -65/+65 |
| | * | ath5k: Keep last descriptor in queue | Bruno Randolf | 2010-09-21 | 1 | -32/+32 |
| | * | ath5k: Count how many times a queue got stuck | Bruno Randolf | 2010-09-21 | 3 | -0/+5 |
| | * | ath5k: Add watchdog for stuck TX queues | Bruno Randolf | 2010-09-21 | 3 | -0/+56 |
| | * | ath5k: Move tx frame completion into separate function | Bruno Randolf | 2010-09-21 | 1 | -50/+57 |
| | * | ath5k: Fix TX queues stopping | Bruno Randolf | 2010-09-21 | 1 | -5/+4 |
| | * | ath5k: Fix queue debug file | Bruno Randolf | 2010-09-21 | 1 | -2/+7 |
| | * | ath5k: Use four hardware queues | Bruno Randolf | 2010-09-21 | 2 | -7/+45 |
| | * | ath5k: reorder base.c to remove fwd decls | Bob Copeland | 2010-09-21 | 1 | -898/+764 |
| | * | ath/ath5k/ath9k: Fix crypto capabilities merge issue | Bruno Randolf | 2010-09-21 | 3 | -9/+5 |