summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mediatek: do not set the QID field in the TX DMA descriptorsJohn Crispin2016-04-131-2/+1
* net: mediatek: move the pending_work struct to the device generic structJohn Crispin2016-04-132-10/+7
* net: mediatek: fix mtk_pending_workJohn Crispin2016-04-131-8/+20
* net: mediatek: fix TX lockingJohn Crispin2016-04-131-10/+10
* net: mediatek: fix stop and wakeup of queueJohn Crispin2016-04-131-10/+27
* net: mediatek: remove superfluous reset callJohn Crispin2016-04-131-4/+0
* net: mediatek: mtk_cal_txd_req() returns bad valueJohn Crispin2016-04-131-1/+1
* net: mediatek: watchdog_timeo was not setJohn Crispin2016-04-131-0/+1
* drivers: net: cpsw: drop host_port field from struct cpsw_privGrygorii Strashko2016-04-111-18/+12
* drivers: net: cpsw: fix port_mask parameters in ale callsGrygorii Strashko2016-04-111-13/+9
* bnxt_en: Add async event handling for speed config changes.Michael Chan2016-04-111-0/+16
* bnxt_en: Call firmware to approve VF MAC address change.Michael Chan2016-04-113-4/+34
* bnxt_en: Shutdown link when device is closed.Michael Chan2016-04-111-0/+16
* bnxt_en: Disallow forced speed for 10GBaseT devices.Michael Chan2016-04-113-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-094-14/+31
|\
| * stmmac: fix adjust link call in case of a switch is attachedGiuseppe CAVALLARO2016-04-061-12/+10
| * cxgb4: Add pci device id for chelsio t520-cr adapterHariprasad Shenai2016-04-061-0/+1
| * e1000: Double Tx descriptors needed check for 82544Alexander Duyck2016-04-061-1/+18
| * e1000: Do not overestimate descriptor counts in Tx pre-checkAlexander Duyck2016-04-051-1/+1
| * i40e: fix errant PCIe bandwidth messageJesse Brandeburg2016-04-051-0/+1
* | ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen2016-04-092-20/+37
* | mlxsw: reg: Fix SBPM register nameJiri Pirko2016-04-081-2/+2
* | mlxsw: reg: Share direction enum between SBPR, SBCM, SBPMJiri Pirko2016-04-082-26/+17
* | mlxsw: Do not pass around driver_priv directlyJiri Pirko2016-04-084-24/+31
* | mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*Jiri Pirko2016-04-084-19/+9
* | mlxsw: Move devlink port registration into common core codeJiri Pirko2016-04-085-41/+55
* | nfp: allow ring size reconfiguration at runtimeJakub Kicinski2016-04-083-21/+136
* | nfp: pass ring count as function parameterJakub Kicinski2016-04-081-9/+14
* | nfp: convert .ndo_change_mtu() to prepare/commit paradigmJakub Kicinski2016-04-081-6/+102
* | nfp: propagate list buffer size in struct rx_ringJakub Kicinski2016-04-082-8/+19
* | nfp: sync ring state during FW reconfigurationJakub Kicinski2016-04-081-29/+16
* | nfp: slice .ndo_open() and .ndo_stop() upJakub Kicinski2016-04-081-82/+136
* | nfp: move filling ring information to FW configJakub Kicinski2016-04-081-18/+32
* | nfp: preallocate RX buffers early in .ndo_openJakub Kicinski2016-04-081-23/+11
* | nfp: reorganize initial filling of RX ringsJakub Kicinski2016-04-081-41/+78
* | nfp: cleanup tx ring flush and rename to resetJakub Kicinski2016-04-081-44/+37
* | nfp: allocate ring SW structs dynamicallyJakub Kicinski2016-04-083-17/+37
* | nfp: make *x_ring_init do all the initJakub Kicinski2016-04-081-10/+18
* | nfp: break up nfp_net_{alloc|free}_ringsJakub Kicinski2016-04-081-79/+47
* | nfp: move link state interrupt request/free callsJakub Kicinski2016-04-081-11/+12
* | nfp: correct RX buffer length calculationJakub Kicinski2016-04-081-7/+1
* | ixgbe: Bump version numberMark Rustad2016-04-081-1/+1
* | ixgbe: Add KR backplane support for x550em_aMark Rustad2016-04-083-4/+18
* | ixgbe: Add support for SGMII backplane interfaceMark Rustad2016-04-083-0/+69
* | ixgbe: Add support for SFPs with retimerMark Rustad2016-04-084-2/+144
* | ixgbe: Introduce function to control MDIO speedMark Rustad2016-04-081-6/+21
* | ixgbe: Read and parse NW_MNG_IF_SEL registerMark Rustad2016-04-082-5/+37
* | ixgbe: Read and set instance idMark Rustad2016-04-082-0/+13
* | ixgbe: Use new methods for PHY accessMark Rustad2016-04-081-3/+64
* | ixgbe: Add support for x550em_a 10G MAC typeMark Rustad2016-04-0811-9/+311