summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2017-09-20net: hns3: Fixes the command used to unmap ring from vectorLipeng1-1/+1
2017-09-20net: hns3: Fixes initialization of phy address from firmwareLipeng1-0/+1
2017-09-19net: systemport: Fix 64-bit statistics dependencyFlorian Fainelli1-20/+32
2017-09-198139too: revisit napi_complete_done() usageEric Dumazet1-2/+3
2017-09-19bnxt_en: check for ingress qdisc in flower offloadSathya Perla1-0/+4
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-49/+178
2017-09-16mlxsw: spectrum_router: Only handle IPv4 and IPv6 eventsIdo Schimmel1-1/+2
2017-09-16net: smsc911x: Quieten netif during suspendGeert Uytterhoeven1-1/+14
2017-09-16net: systemport: Fix 64-bit stats deadlockFlorian Fainelli1-3/+0
2017-09-16qed: remove unnecessary call to memsetHimanshu Jha1-1/+0
2017-09-14tg3: clean up redundant initialization of tnapiColin Ian King1-2/+2
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2-2/+2
2017-09-13nfp: wait for the NSP resource to appear on bootJakub Kicinski3-0/+51
2017-09-13nfp: wait for board state before talking to the NSPJakub Kicinski2-23/+43
2017-09-13nfp: add whitelist of supported flow dissectorPieter Jansen van Vuuren1-0/+13
2017-09-13be2net: fix TSO6/GSO issue causing TX-stall on Lancer/BExSuresh Reddy2-0/+22
2017-09-13w90p910_ether: include linux/interrupt.hArnd Bergmann1-0/+1
2017-09-13mlxsw: spectrum: Prevent mirred-related crash on removalYuval Mintz1-10/+9
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-24/+23
2017-09-11mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+Arkadi Sharshevsky1-2/+17
2017-09-10net: qualcomm: rmnet: Fix a double freeDan Carpenter1-6/+4
2017-09-09net: tulip: Constify tulip_tblKees Cook2-2/+2
2017-09-09net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk1-1/+0
2017-09-09davicom: Display proper debug level up to 6Mathieu Malaterre1-1/+1
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds405-6506/+48243
2017-09-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2-40/+61
2017-09-06i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller1-0/+1
2017-09-06i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2-40/+60
2017-09-06drivers: net: xgene: Remove return statement from void functionIyappan Subramanian1-2/+0
2017-09-06drivers: net: xgene: Configure tx/rx delay for ACPIQuan Nguyen1-5/+2
2017-09-06drivers: net: xgene: Read tx/rx delay for ACPIIyappan Subramanian1-2/+2
2017-09-06rocker: fix kcalloc parameter orderZahari Doychev1-2/+2
2017-09-06net: stmmac: Delete dead code for MDIO registrationRomain Perier1-16/+0
2017-09-06gianfar: Fix Tx flow control deactivationClaudiu Manoil1-1/+1
2017-09-06cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar1-1/+15
2017-09-06cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar1-8/+4
2017-09-06cxgb4: fix memory leakGanesh Goudar1-3/+3
2017-09-05net/mlx4_core: Use ARRAY_SIZE macroThomas Meyer2-6/+8
2017-09-05Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar60-432/+731
2017-09-04net: qualcomm: rmnet: Rename real_dev_info to portSubash Abhinov Kasiviswanathan8-87/+82
2017-09-04net: qualcomm: rmnet: Implement ndo_get_iflinkSubash Abhinov Kasiviswanathan4-3/+15
2017-09-04net: qualcomm: rmnet: Refactor the new rmnet dev creationSubash Abhinov Kasiviswanathan3-84/+26
2017-09-04net: qualcomm: rmnet: Move the device creation logSubash Abhinov Kasiviswanathan1-2/+1
2017-09-04net: qualcomm: rmnet: Remove the unused endpoint -1Subash Abhinov Kasiviswanathan1-11/+3
2017-09-04net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32Subash Abhinov Kasiviswanathan3-4/+2
2017-09-04nfp: flower: restore RTNL locking around representor updatesJakub Kicinski1-2/+4
2017-09-04nfp: build the flower offload by defaultJakub Kicinski1-0/+1
2017-09-04nfp: be drop monitor friendlyJakub Kicinski2-1/+4
2017-09-04nfp: move the start/stop app callbacks backJakub Kicinski1-15/+11