| Commit message (Expand) | Author | Age | Files | Lines |
* | net: fec: Don't clear IPV6 header checksum field when IP accelerator enable | Fugang Duan | 2014-06-17 | 1 | -1/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 8 | -184/+550 |
|\ |
|
| * | net: fec: Add software TSO support | Nimrod Andy | 2014-06-12 | 2 | -23/+238 |
| * | net: fec: Add Scatter/gather support | Nimrod Andy | 2014-06-12 | 2 | -62/+178 |
| * | net: fec: Increase buffer descriptor entry number | Nimrod Andy | 2014-06-12 | 2 | -16/+17 |
| * | net: fec: Factorize feature setting | Nimrod Andy | 2014-06-12 | 1 | -5/+3 |
| * | net: fec: Enable IP header hardware checksum | Nimrod Andy | 2014-06-12 | 1 | -1/+2 |
| * | net: fec: Factorize the .xmit transmit function | Nimrod Andy | 2014-06-12 | 2 | -35/+47 |
| * | net/fsl: xgmac_mdio is dependent on OF_MDIO | Andy Fleming | 2014-06-11 | 1 | -0/+1 |
| * | net/fsl: Make xgmac_mdio read error message useful | Shruti Kanetkar | 2014-06-11 | 1 | -1/+3 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-06-05 | 1 | -3/+3 |
| |\ |
|
| | * | gianfar: Call netif_carrier_off() prior to registration | Fabio Estevam | 2014-06-05 | 1 | -3/+3 |
| * | | gianfar: Fix the section mismatch warnings. | Xiubo Li | 2014-06-04 | 1 | -1/+1 |
| * | | fec: Include pinctrl header file | Fabio Estevam | 2014-06-02 | 1 | -0/+1 |
| * | | net: fec: use pinctrl PM helpers | Nimrod Andy | 2014-05-30 | 1 | -0/+8 |
| * | | ucc_geth: use the new fixed PHY helpers | Florian Fainelli | 2014-05-22 | 1 | -3/+11 |
| * | | gianfar: use the new fixed PHY helpers | Florian Fainelli | 2014-05-22 | 1 | -3/+11 |
| * | | fs_enet: use the new fixed PHY helpers | Florian Fainelli | 2014-05-22 | 1 | -7/+10 |
| * | | net: fec: correct the MDIO clock source | Nimrod Andy | 2014-05-22 | 1 | -1/+1 |
| * | | net: fec: optimize the clock management to save power | Nimrod Andy | 2014-05-22 | 1 | -64/+56 |
| * | | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2014-05-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -4/+4 |
* | | gianfar: Avoid unnecessary reg accesses in adjust_link() | Claudiu Manoil | 2014-04-30 | 1 | -110/+113 |
* | | gianfar: Check if phydev present on ethtool -A | Claudiu Manoil | 2014-04-24 | 1 | -0/+3 |
|/ |
|
* | net: fec: make sure to init MAC address | Lucas Stach | 2014-03-31 | 1 | -4/+7 |
* | fs_enet: remove empty MDIO bus function | Florian Fainelli | 2014-03-28 | 1 | -7/+0 |
* | fec: remove empty MDIO bus function | Florian Fainelli | 2014-03-28 | 1 | -6/+0 |
* | ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 2014-03-24 | 1 | -1/+1 |
* | fec: Call dev_kfree_skb_any instead of kfree_skb. | Eric W. Biederman | 2014-03-24 | 1 | -1/+1 |
* | gianfar: Fix P1010 config regression (SQ polling) | Claudiu Manoil | 2014-03-24 | 1 | -2/+12 |
* | ptp: drivers: set the number of programmable pins. | Richard Cochran | 2014-03-21 | 2 | -0/+2 |
* | fs_enet: Don't receive packets when the napi budget == 0 | Eric W. Biederman | 2014-03-14 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-14 | 1 | -7/+7 |
|\ |
|
| * | eth: fec: Fix lost promiscuous mode after reconnecting cable | Stefan Wahren | 2014-03-13 | 1 | -7/+7 |
* | | gianfar: Carefully free skbs in functions called by netpoll. | Eric W. Biederman | 2014-03-12 | 1 | -2/+2 |
* | | gianfar: Fix multi-queue support checks @probe() | Claudiu Manoil | 2014-03-12 | 1 | -10/+18 |
* | | gianfar: Use Single-Queue polling for "fsl,etsec2" | Claudiu Manoil | 2014-03-10 | 2 | -32/+79 |
* | | gianfar: Separate out the Tx interrupt handling (Tx NAPI) | Claudiu Manoil | 2014-03-10 | 2 | -69/+160 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-05 | 1 | -6/+7 |
|\| |
|
| * | net: fec: fix potential issue to avoid fec interrupt lost and crc error | Duan Fugang-B38611 | 2014-02-20 | 1 | -6/+7 |
* | | gianfar: Fix Tx int miss, dont write IC on-the-fly | Claudiu Manoil | 2014-02-24 | 2 | -88/+77 |
* | | gianfar: Fix device reset races (oops) for Tx | Claudiu Manoil | 2014-02-24 | 3 | -84/+76 |
* | | gianfar: Don't free/request irqs on device reset | Claudiu Manoil | 2014-02-24 | 1 | -32/+45 |
* | | gianfar: Fix on-the-fly vlan and mtu updates | Claudiu Manoil | 2014-02-24 | 3 | -127/+51 |
* | | gianfar: Implement MAC reset and reconfig procedure | Claudiu Manoil | 2014-02-24 | 1 | -82/+90 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-02-19 | 1 | -2/+2 |
|\| |
|
| * | NET: fec: only enable napi if we are successful | Russell King | 2014-02-18 | 1 | -2/+2 |
* | | gianfar: Remove clean_rx_ring race from gfar_ethtool | Claudiu Manoil | 2014-02-18 | 1 | -55/+8 |
* | | gianfar: Add missing graceful reset steps and fixes | Claudiu Manoil | 2014-02-18 | 3 | -30/+31 |