summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | bnx2x: fix unload previous driver flow when flr-capableYuval Mintz2012-08-091-27/+28
| * | igb: Fix register defines for all non-82575 hardwareAlexander Duyck2012-08-091-2/+6
| * | e1000e: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov2012-08-091-10/+26
| * | igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov2012-08-091-10/+9
| * | net/stmmac: mark probe function as __devinitArnd Bergmann2012-08-081-1/+1
| * | lpc_eth: remove obsolete ifdefsstigge@antcom.de2012-08-081-13/+0
| * | igb: add delay to allow igb loopback test to succeed on 8086:10c9Stefan Assmann2012-08-071-0/+3
| * | e1000e: 82571 Tx Data Corruption during Tx hang recoveryTushar Dave2012-08-071-2/+4
| * | e1000e: NIC goes up and immediately goes downTushar Dave2012-08-071-3/+1
| * | ixp4xx_eth: fix ptp_ixp46x build failureArnaud Patard (Rtp)2012-08-061-0/+1
| * | igb: don't break user visible strings over multiple lines in igb_ethtool.cJesper Juhl2012-08-041-12/+11
| * | igb: correct hardware type (i210/i211) check in igb_loopback_test()Jesper Juhl2012-08-041-1/+1
| * | igb: Fix for failure to init on some 82576 devices.Carolyn Wyborny2012-08-041-8/+8
* | | ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck2012-08-162-6/+11
* | | ixgbe: Roll RSC code into non-EOP codeAlexander Duyck2012-08-161-32/+19
* | | ixgbe: Make allocating skb and placing data in it a separate functionAlexander Duyck2012-08-161-77/+89
* | | ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overheadAlexander Duyck2012-08-161-15/+17
* | | ixgbe: Make pull tail function separate from rest of cleanup_headersAlexander Duyck2012-08-161-37/+57
* | | ixgbe: Have the CPU take ownership of the buffers soonerAlexander Duyck2012-08-161-14/+38
* | | ixgbe: Only use double buffering if page size is less than 8KAlexander Duyck2012-08-162-19/+45
* | | ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_pageAlexander Duyck2012-08-161-39/+34
* | | ixgbe: Remove code that was initializing Rx page offsetAlexander Duyck2012-08-161-26/+1
* | | drivers: net: ethernet: davince_mdio: device tree implementationMugunthan V N2012-08-071-4/+37
* | | drivers: net: ethernet: cpsw: Add device tree support to CPSWMugunthan V N2012-08-031-6/+168
* | | drivers: net: ethernet: cpsw: Add SOC dependency support for cpsw dependent m...Mugunthan V N2012-08-031-2/+2
|/ /
* | net/mlx4_core: Remove port type restrictionsYevgeny Petrilin2012-08-032-17/+0
* | net/mlx4_en: Fixing TX queue stop/wake flowYevgeny Petrilin2012-08-032-11/+7
* | net/mlx4_en: loopbacked packets are dropped when SMAC=DMACAmir Vadai2012-08-031-2/+2
* | emulex: benet: Add a missing CR in the end of messageMasanari Iida2012-08-031-1/+1
* | bnx2x: fix mem leak when command is unknownJesper Juhl2012-08-021-0/+1
* | sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-08-024-9/+46
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-315-6/+5
|\
| * netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-07-315-6/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-315-11/+76
|\ \ | |/ |/|
| * tg3: Update version to 3.124Michael Chan2012-07-291-1/+1
| * tg3: Fix race condition in tg3_get_stats64()Michael Chan2012-07-291-2/+4
| * tg3: Add New 5719 Read DMA workaroundMichael Chan2012-07-292-1/+29
| * tg3: Fix Read DMA workaround for 5719 A0.Michael Chan2012-07-291-2/+1
| * tg3: Request APE_LOCK_PHY before PHY accessMichael Chan2012-07-292-0/+38
| * seeq: use PTR_RET at init_module of driverDevendra Naga2012-07-291-3/+1
| * bnx2x: remove cast around the kmalloc in bnx2x_prev_mark_pathDevendra Naga2012-07-291-2/+1
| * qlge: Add offload features to vlan interfacesbrenohl@br.ibm.com2012-07-291-0/+1
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-302-58/+17
|\ \
| * | net/stmmac: remove conditional compilation of clk codeViresh Kumar2012-07-302-58/+17
| |/
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-301-105/+207
|\ \ | |/ |/|
| * netdev: octeon_mgmt: Convert to use device tree.David Daney2012-07-231-105/+207
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-261-0/+6
|\ \
| * \ Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-251-0/+6
| |\ \
| | * | ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-251-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-2612-48/+164
|\ \ \ \ | |/ / / |/| | |
OpenPOWER on IntegriCloud