aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-24/+23
2017-09-08net: tulip: Constify tulip_tblKees Cook2-2/+2
2017-09-08net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk1-1/+0
2017-09-08davicom: Display proper debug level up to 6Mathieu Malaterre1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds405-6506/+48243
2017-09-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller2-40/+61
2017-09-05i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller1-0/+1
2017-09-05i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2-40/+60
2017-09-05drivers: net: xgene: Remove return statement from void functionIyappan Subramanian1-2/+0
2017-09-05drivers: net: xgene: Configure tx/rx delay for ACPIQuan Nguyen1-5/+2
2017-09-05drivers: net: xgene: Read tx/rx delay for ACPIIyappan Subramanian1-2/+2
2017-09-05rocker: fix kcalloc parameter orderZahari Doychev1-2/+2
2017-09-05net: stmmac: Delete dead code for MDIO registrationRomain Perier1-16/+0
2017-09-05gianfar: Fix Tx flow control deactivationClaudiu Manoil1-1/+1
2017-09-05cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar1-1/+15
2017-09-05cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar1-8/+4
2017-09-05cxgb4: 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/deller/parisc-linuxLinus Torvalds1-5/+5
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar60-432/+731
2017-09-03net: qualcomm: rmnet: Rename real_dev_info to portSubash Abhinov Kasiviswanathan8-87/+82
2017-09-03net: qualcomm: rmnet: Implement ndo_get_iflinkSubash Abhinov Kasiviswanathan4-3/+15
2017-09-03net: qualcomm: rmnet: Refactor the new rmnet dev creationSubash Abhinov Kasiviswanathan3-84/+26
2017-09-03net: qualcomm: rmnet: Move the device creation logSubash Abhinov Kasiviswanathan1-2/+1
2017-09-03net: qualcomm: rmnet: Remove the unused endpoint -1Subash Abhinov Kasiviswanathan1-11/+3
2017-09-03net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32Subash Abhinov Kasiviswanathan3-4/+2
2017-09-03nfp: flower: restore RTNL locking around representor updatesJakub Kicinski1-2/+4
2017-09-03nfp: build the flower offload by defaultJakub Kicinski1-0/+1
2017-09-03nfp: be drop monitor friendlyJakub Kicinski2-1/+4
2017-09-03nfp: move the start/stop app callbacks backJakub Kicinski1-15/+11
2017-09-03nfp: flower: base lifetime of representors on existence of lower vNICJakub Kicinski1-23/+43
2017-09-03nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski9-27/+73
2017-09-03Merge tag 'mlx5-updates-2017-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller7-227/+215
2017-09-03mlxsw: spectrum_router: Support GRE tunnelsPetr Machata4-0/+207
2017-09-03mlxsw: spectrum_router: Add loopback accessorsPetr Machata2-0/+13
2017-09-03mlxsw: spectrum: Register for IPIP_DECAP_ERROR trapPetr Machata2-0/+2
2017-09-03mlxsw: spectrum_router: Use existing decap routePetr Machata1-4/+76
2017-09-03mlxsw: spectrum_router: Support IPv4 underlay decapPetr Machata3-5/+146
2017-09-03mlxsw: spectrum_router: Support IPv6 overlay encapPetr Machata1-1/+19
2017-09-03mlxsw: spectrum_router: Support IPv4 overlay encapPetr Machata2-1/+257
2017-09-03mlxsw: spectrum_router: Make nexthops typedPetr Machata1-43/+95
2017-09-03mlxsw: spectrum_router: Extract mlxsw_sp_rt6_is_gateway()Petr Machata1-4/+11
2017-09-03mlxsw: spectrum_router: Extract mlxsw_sp_fi_is_gateway()Petr Machata1-4/+10
2017-09-03mlxsw: spectrum_router: Introduce loopback RIFsPetr Machata3-2/+164
2017-09-03mlxsw: spectrum_router: Support FID-less RIFsPetr Machata1-22/+63
2017-09-03mlxsw: spectrum_router: Add mlxsw_sp_ipip_opsPetr Machata4-2/+110
2017-09-03mlxsw: spectrum_router: Publish mlxsw_sp_l3protoPetr Machata2-5/+5
2017-09-03mlxsw: reg: Give mlxsw_reg_ratr_pack a type parameterPetr Machata2-1/+4
2017-09-03mlxsw: reg: Extract mlxsw_reg_ritr_mac_pack()Petr Machata2-5/+9
2017-09-03mlxsw: reg: Add Routing Tunnel Decap Properties RegisterPetr Machata1-0/+129