summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* ravb: make ravb_ptp_interrupt() *void*Sergei Shtylyov2016-04-143-10/+9
* qed* - bump driver versions to 8.7.1.20Yuval Mintz2016-04-142-3/+3
* qede: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru2016-04-143-10/+283
* qed: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru2016-04-141-16/+1
* qed*: remove version dependencyRahul Verma2016-04-145-32/+2
* net: bcmgenet: add BQL supportPetri Gynther2016-04-141-1/+14
* net: bcmgenet: use __napi_schedule_irqoff()Florian Fainelli2016-04-141-4/+4
* net: bcmgenet: use napi_complete_done()Eric Dumazet2016-04-141-1/+1
* drivers/net/ethernet/jme.c: Deinline jme_reset_mac_processor, save 2816 bytesDenys Vlasenko2016-04-141-1/+1
* net: ethernet: stmmac: GMAC4.xx: Fix TX descriptor preparationAlexandre TORGUE2016-04-141-8/+1
* 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