| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | iwlwifi: fix apm_stop (wrong bit polarity for FLAG_INIT_DONE) | Mohamed Abbas | 2008-09-02 | 2 | -3/+4 |
| * | | iwlwifi: workaround interrupt handling no some platforms | Tomas Winkler | 2008-09-02 | 1 | -0/+8 |
| * | | iwlwifi: do not use GFP_DMA in iwl_tx_queue_init | John W. Linville | 2008-09-02 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-08-27 | 28 | -103/+199 |
|\ \ \
| |/ / |
|
| * | | wan: Missing capability checks in sbni_ioctl() | Eugene Teo | 2008-08-27 | 1 | -4/+4 |
| * | | Merge branch 'no-iwlwifi' of git://git.kernel.org/pub/scm/linux/kernel/git/li... | David S. Miller | 2008-08-27 | 3 | -26/+49 |
| |\ \ |
|
| | * | | Ath5k: fix bintval setup | Jiri Slaby | 2008-08-26 | 1 | -3/+5 |
| | * | | Ath5k: lock beacons | Jiri Slaby | 2008-08-26 | 2 | -3/+13 |
| | * | | atmel: try open system authentication too | Dan Williams | 2008-08-26 | 1 | -1/+9 |
| | * | | atmel: return ENOENT on request_firmware failure | Dan Williams | 2008-08-26 | 1 | -19/+22 |
| * | | | e100, fix iomap read | Jiri Slaby | 2008-08-27 | 1 | -2/+2 |
| * | | | ibm_newemac: Don't call dev_mc_add() before device is registered | Benjamin Herrenschmidt | 2008-08-27 | 1 | -3/+3 |
| * | | | net: don't grab a mutex within a timer context in gianfar | Sebastian Siewior | 2008-08-27 | 2 | -4/+19 |
| * | | | forcedeth: fix checksum flag | Ayaz Abdulla | 2008-08-27 | 1 | -2/+2 |
| * | | | net/usb/mcs7830: add set_mac_address | Oliver Martin | 2008-08-27 | 1 | -0/+24 |
| * | | | net/usb/mcs7830: new device IDs | Arnd Bergmann | 2008-08-27 | 1 | -1/+22 |
| * | | | [netdrvr] smc91x: fix resource removal (null ptr deref) | Jeff Garzik | 2008-08-27 | 1 | -1/+1 |
| * | | | ibmveth: fix bad UDP checksums | Santiago Leon | 2008-08-27 | 1 | -2/+3 |
| * | | | [netdrvr] hso: dev_kfree_skb crash fix | Denis Joseph Barrow | 2008-08-27 | 1 | -0/+1 |
| * | | | [netdrvr] hso: icon 322 detection fix | Denis Joseph Barrow | 2008-08-27 | 1 | -1/+1 |
| * | | | atl1: disable TSO by default | Jay Cliburn | 2008-08-27 | 1 | -1/+0 |
| * | | | atl1e: multistatement if missing braces | Ilpo Järvinen | 2008-08-27 | 1 | -1/+2 |
| * | | | igb: remove 82576 quad adapter | Alexander Duyck | 2008-08-27 | 4 | -22/+0 |
| * | | | drivers/net/skfp/ess.c: fix compile warnings | Takashi Iwai | 2008-08-27 | 1 | -3/+3 |
| * | | | [netdrvr] fix build issue: undefined reference to `NS8390p_init' | Alan Cox | 2008-08-27 | 1 | -1/+1 |
| * | | | fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi() | Heiko Schocher | 2008-08-27 | 2 | -1/+15 |
| * | | | igb: fix setting the number of tx queues | Alexander Duyck | 2008-08-27 | 1 | -2/+2 |
| * | | | igb: ethtool -d reads EICR which is incorrect as it is read on clear | Alexander Duyck | 2008-08-27 | 1 | -2/+6 |
| * | | | igb: force all queues to interrupt once every 2 seconds | Alexander Duyck | 2008-08-27 | 1 | -1/+9 |
| * | | | r8169: balance pci_map / pci_unmap pair | Francois Romieu | 2008-08-27 | 1 | -1/+1 |
| * | | | myri10ge: update version string to 1.4.3-1.358 | Brice Goglin | 2008-08-27 | 1 | -1/+1 |
| * | | | ixgbe: fix vlan filtering | Alexander Duyck | 2008-08-27 | 1 | -3/+5 |
| * | | | Blackfin EMAC Driver: the BF526 also supports the MAC, | Mike Frysinger | 2008-08-27 | 1 | -3/+3 |
| * | | | Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-... | Jeff Garzik | 2008-08-27 | 1 | -15/+20 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | mv643xx_eth: bump version to 1.3 | Lennert Buytenhek | 2008-08-24 | 1 | -1/+1 |
| | * | | mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restriction | Lennert Buytenhek | 2008-08-24 | 1 | -5/+13 |
| | * | | mv643xx_eth: fix NULL pointer dereference in rxq_process() | Lennert Buytenhek | 2008-08-24 | 1 | -1/+1 |
| | * | | mv643xx_eth: fix inconsistent lock semantics | Lennert Buytenhek | 2008-08-24 | 1 | -2/+2 |
| | * | | mv643xx_eth: fix double add_timer() on the receive oom timer | Lennert Buytenhek | 2008-08-24 | 1 | -4/+2 |
| | * | | mv643xx_eth: fix NAPI 'rotting packet' issue | Lennert Buytenhek | 2008-08-24 | 1 | -2/+1 |
* | | | | e1000: fix stack size | Linus Torvalds | 2008-08-27 | 1 | -36/+45 |
| |_|/
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-08-25 | 2 | -108/+114 |
|\ \ \
| |/ / |
|
| * | | bnx2x: Version update | Eilon Greenstein | 2008-08-25 | 1 | -2/+2 |
| * | | bnx2x: Multi Queue | Yitchak Gertner | 2008-08-25 | 1 | -4/+2 |
| * | | bnx2x: NAPI and interrupts enable/disable | Yitchak Gertner | 2008-08-25 | 1 | -76/+73 |
| * | | bnx2x: NIC load failure cleanup | Yitchak Gertner | 2008-08-25 | 1 | -12/+10 |
| * | | bnx2x: Initialization structure | Yitchak Gertner | 2008-08-25 | 1 | -11/+11 |
| * | | bnx2x: HW lock timeout | Eilon Greenstein | 2008-08-25 | 1 | -2/+2 |
| * | | bnx2x: Minimize lock time | Eilon Greenstein | 2008-08-25 | 1 | -1/+4 |
| * | | bnx2x: Fan failure mechanism on additional design | Eilon Greenstein | 2008-08-25 | 1 | -0/+3 |