aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-08declance: Fix 64-bit compilation warningsMaciej W. Rozycki1-6/+6
2014-07-07amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas3-18/+37
2014-07-07amd-xgbe: Performance enhancementsLendacky, Thomas4-78/+100
2014-07-07amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas1-3/+6
2014-07-07amd-xgbe: Clear the proper MTL interrupt registerLendacky, Thomas1-1/+1
2014-07-07amd-xgbe: Fix debugfs compatibility change with kstrtouintLendacky, Thomas1-2/+2
2014-07-07enic: fix return values in enic_set_coalesceGovindarajulu Varadarajan2-17/+12
2014-07-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller15-176/+731
2014-07-07net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()Russell King1-6/+9
2014-07-07net: fec: ensure fec_enet_free_buffers() properly cleans the ringsRussell King1-1/+6
2014-07-07net: fec: clean up transmit descriptor setupRussell King1-15/+18
2014-07-07net: fec: make rx skb handling more robustRussell King1-6/+11
2014-07-07net: fec: remove useless fep->openedRussell King2-6/+0
2014-07-07net: fec: stop the phy before shutting down the MACRussell King1-1/+4
2014-07-07net: fec: ensure that a disconnected phy isn't configuredRussell King1-0/+4
2014-07-07net: fec: remove checking for NULL phy_dev in fec_enet_close()Russell King1-4/+2
2014-07-07net: fec: use netif_tx_disable() rather than netif_stop_queue()Russell King1-2/+2
2014-07-07net: fec: fix interrupt handling racesRussell King1-18/+22
2014-07-07net: fec: fix ethtool set_pauseparam duplex bugRussell King1-1/+1
2014-07-07net: fec: iMX6 FEC does not support half-duplex gigabitRussell King1-0/+1
2014-07-07net: systemport: add Wake-on-LAN supportFlorian Fainelli2-3/+164
2014-07-07net: systemport: rename rx_csum_en to rx_chk_enFlorian Fainelli2-6/+6
2014-07-07net: systemport: add suspend and resume supportFlorian Fainelli1-4/+160
2014-07-07net: systemport: add bcm_sysport_netif_{enable,stop}Florian Fainelli1-13/+27
2014-07-07net: systemport: update umac_enable_set to take a bitmaskFlorian Fainelli1-12/+7
2014-07-07tlan: Isolate external PHY when using internal PHYOndrej Zary1-3/+4
2014-07-07tlan: Enable device at resumeOndrej Zary1-1/+3
2014-07-07tlan: Don't disable internal PHY on cards that use it in 10 Mbps modeOndrej Zary1-5/+3
2014-07-07tlan: Add PHY reset timeoutOndrej Zary1-2/+7
2014-07-07tlan: Make autonegotiation fasterOndrej Zary1-1/+1
2014-07-07tlan: Don't scream if no linkOndrej Zary2-10/+0
2014-07-07tlan: Restart autonegotiation on link lossOndrej Zary1-0/+16
2014-07-07tlan: Fix MAC address byte order on OC-2325/OC-2326Ondrej Zary1-2/+9
2014-07-07tlan: Add ethtool supportOndrej Zary2-0/+38
2014-07-07tlan: Enable link monitoringOndrej Zary2-69/+49
2014-07-07tlan: Enable activity LED on Olicom OC-2325 and OC-2326Ondrej Zary1-2/+4
2014-07-07ptp: Classify ptp over ip over vlan packetsStefan Sørensen1-13/+11
2014-07-02i40e/i40evf: Bump i40e to 0.4.21 and i40evf to 0.9.40Catherine Sullivan2-2/+2
2014-07-02i40e: Implement set_settings for ethtoolCatherine Sullivan1-0/+158
2014-07-02i40e: Add set_pauseparam to ethtoolCatherine Sullivan1-0/+76
2014-07-02i40e/i40evf: Add set_fc and init of FC settingsCatherine Sullivan5-56/+154
2014-07-02i40e: move nway resetJesse Brandeburg1-19/+19
2014-07-02i40e/i40evf: Add new HW link info variable an_enabled and function update_link_infoCatherine Sullivan5-2/+80
2014-07-02i40e: Finish implementation of ethtool get settingsJesse Brandeburg1-23/+127
2014-07-02i40e: disable TPHJesse Brandeburg2-8/+0
2014-07-02i40e: Fix a boundary condition and turning off of ntupleAnjali Singhai Jain1-3/+5
2014-07-02i40evf: invite vector 0 to the interrupt partyMitch Williams1-0/+7
2014-07-02i40e: tolerate lost interruptsMitch Williams1-6/+2
2014-07-02i40e/i40evf: Force a shifted '1' to be unsignedPaul M Stillwell Jr2-4/+4
2014-07-02i40evf: don't violate scopeMitch Williams1-1/+1