Age | Commit message (Expand) | Author | Files | Lines |
2012-07-16 | lpc_eth: remove duplicated include | Duan Jiong | 1 | -1/+0 |
2012-07-13 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 153 | -15289/+3200 |
2012-07-13 | tg3: add device id of Apple Thunderbolt Ethernet device | Greg KH | 1 | -0/+1 |
2012-07-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 153 | -15289/+3200 |
2012-07-12 | be2net: Enable RSS UDP hashing for Lancer and Skyhawk | Padmanabh Ratnakar | 3 | -0/+12 |
2012-07-12 | be2net: Fix port name in message during driver load | Padmanabh Ratnakar | 3 | -2/+57 |
2012-07-12 | be2net: Fix cleanup path when EQ creation fails | Padmanabh Ratnakar | 1 | -2/+3 |
2012-07-12 | be2net: Activate new FW after FW download for Lancer | Padmanabh Ratnakar | 5 | -78/+180 |
2012-07-12 | be2net: Fix initialization sequence for Lancer | Padmanabh Ratnakar | 3 | -68/+87 |
2012-07-12 | be2net : Fix die temperature stat for Lancer | Padmanabh Ratnakar | 3 | -7/+8 |
2012-07-12 | be2net: Fix error while toggling autoneg of pause parameters | Padmanabh Ratnakar | 1 | -1/+1 |
2012-07-12 | team: make team_port_enabled() and team_port_txable() static inline | Jiri Pirko | 1 | -12/+0 |
2012-07-12 | team: add broadcast mode | Jiri Pirko | 3 | -1/+101 |
2012-07-12 | team: use function team_port_txable() for determing enabled and up port | Jiri Pirko | 2 | -3/+9 |
2012-07-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 5 | -209/+127 |
2012-07-12 | netxen: fix link notification order | Flavio Leitner | 1 | -2/+2 |
2012-07-12 | drivers/ieee802154/at86rf230: rework irq handler | alex.bluesman.smirnov@gmail.com | 1 | -14/+18 |
2012-07-12 | smsc95xx: signedness bug in get_regs() | Dan Carpenter | 1 | -1/+2 |
2012-07-12 | net: add support for NS8390 based eth controllers on some ColdFire CPU boards | Greg Ungerer | 3 | -0/+495 |
2012-07-11 | ath5k: replace modparam_all_channels with CONFIG_ATH5K_TEST_CHANNELS | Luis R. Rodriguez | 2 | -7/+18 |
2012-07-11 | iwmc3200top: remove driver for unavailable hardware | John W. Linville | 12 | -2103/+0 |
2012-07-11 | i2400m: remove SDIO device support | John W. Linville | 11 | -1510/+8 |
2012-07-11 | bcma: add PMU clock support for BCM4706 | Hauke Mehrtens | 1 | -4/+36 |
2012-07-11 | bcma: fix CC driver compilation on MIPS | Rafał Miłecki | 1 | -1/+1 |
2012-07-11 | rt2x00: remove unused argument | Stanislaw Gruszka | 3 | -23/+12 |
2012-07-11 | rt2800lib: merge same defines | Stanislaw Gruszka | 1 | -17/+12 |
2012-07-11 | rt2x00pci: small 3290 changes cleanup | Stanislaw Gruszka | 1 | -4/+4 |
2012-07-11 | carl9170: fix HT peer BA session corruption | Christian Lamparter | 5 | -0/+132 |
2012-07-11 | carl9170: import 1.9.6 firmware headers | Christian Lamparter | 2 | -4/+7 |
2012-07-11 | ixgbe: Merge RSS and flow director ring register caching and configuration | Alexander Duyck | 1 | -74/+24 |
2012-07-11 | ixgbe: Clean up a useless switch statement and dead code in configure_srrctl | Alexander Duyck | 1 | -21/+15 |
2012-07-11 | ixgbe: Add feature offset value to ring features | Alexander Duyck | 4 | -18/+16 |
2012-07-11 | ixgbe: Add upper limit to ring features | Alexander Duyck | 4 | -8/+14 |
2012-07-11 | ixgbe: count q_vectors instead of MSI-X vectors | Alexander Duyck | 4 | -89/+59 |
2012-07-11 | qlge: fix endian issue | Li RongQing | 1 | -3/+3 |
2012-07-11 | ksz884x: fix Endian | Li RongQing | 1 | -2/+2 |
2012-07-11 | Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux | David S. Miller | 1 | -2/+2 |
2012-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 19 | -36/+74 |
2012-07-10 | bnx2: Fix bug in bnx2_free_tx_skbs(). | Michael Chan | 1 | -3/+3 |
2012-07-10 | IPoIB: fix skb truesize underestimatiom | Eric Dumazet | 1 | -4/+8 |
2012-07-10 | qlge: Bumped driver version to 1.00.00.31 | Jitendra Kalsaria | 1 | -1/+1 |
2012-07-10 | qlge: Refactoring of ethtool stats. | Jitendra Kalsaria | 1 | -138/+157 |
2012-07-10 | qlge: Moving low level frame error to ethtool statistics. | Jitendra Kalsaria | 3 | -27/+58 |
2012-07-10 | qlge: Fixed double pci free upon tx_ring->q allocation failure. | Jitendra Kalsaria | 1 | -4/+6 |
2012-07-10 | qlge: Added missing case statement to ethtool get_strings. | Jitendra Kalsaria | 1 | -0/+5 |
2012-07-10 | qlge: Clean up ethtool set WOL routine. | Jitendra Kalsaria | 1 | -9/+0 |
2012-07-10 | qlge: Fix ethtool WOL calls to operate only on devices that support WOL. | Jitendra Kalsaria | 2 | -4/+18 |
2012-07-10 | qlge: Cleanup atomic queue threshold check. | Jitendra Kalsaria | 2 | -5/+1 |
2012-07-10 | qlge: Fix TX queue stoppage due to full condition. | Jitendra Kalsaria | 1 | -1/+11 |
2012-07-10 | net: calxedaxgmac: enable rx cut-thru mode | Rob Herring | 1 | -2/+3 |