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