summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-01ethernet: aquantia: fix dma_mapping_error testDan Carpenter1-2/+3
2017-02-01liquidio: fix for iq and droq cnts going negativeSatanand Burla4-2/+15
2017-02-01net: ethernet: ti: cpsw: fix NULL pointer dereference in switch modeGrygorii Strashko1-1/+1
2017-01-31net: bgmac: use PHY subsystem for initializing PHYRafał Miłecki1-0/+10
2017-01-31net: bgmac: drop struct bcma_mdio we don't need anymoreRafał Miłecki3-60/+42
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki4-13/+21
2017-01-31net: dsa: bcm_sf2: Fix build moduleFlorian Fainelli1-2/+2
2017-01-31cxgb4: update latest firmware version supportedGanesh Goudar1-6/+6
2017-01-31net: aquantia: atlantic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes3-31/+49
2017-01-31sfc: fix an off-by-one compare on an array sizeColin Ian King1-1/+1
2017-01-31sh_eth: stop using bare numbers for EESIPR valuesSergei Shtylyov1-11/+80
2017-01-31sh_eth: add missing EESIPR bitsSergei Shtylyov1-2/+8
2017-01-31sh_eth: rename EESIPR bitsSergei Shtylyov2-24/+34
2017-01-31net: dsa: mv88e6xxx: Add support for ethernet switch 88E6141Gregory CLEMENT2-0/+44
2017-01-31net: dsa: mv88e6xxx: Add support for ethernet switch 88E6341Gregory CLEMENT2-4/+69
2017-01-31net: dsa: mv88e6xxx: Don't forbid MDIO I/Os for PHY addr >= num_of_portsRomain Perier1-6/+0
2017-01-30net: dsa: bcm_sf2: Add support for port mirroringFlorian Fainelli1-0/+2
2017-01-30net: dsa: b53: Add support for port mirroringFlorian Fainelli2-0/+71
2017-01-30net: dsa: b53: Add mirror capture register definitionsFlorian Fainelli1-0/+32
2017-01-30net/mlx4_en: Check the enabling pptx/pprx flags in SET_PORT wrapper flowShaker Daibes3-16/+31
2017-01-30net/mlx4_en: Check the enabling mtu flag in SET_PORT wrapper flowShaker Daibes1-22/+37
2017-01-30net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes4-7/+81
2017-01-30net/mlx4_en: Adding support of turning off link autonegotiation via ethtoolAriel Levkovich1-5/+19
2017-01-30net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel2-2/+2
2017-01-30net/mlx4_core: Add resource alloc/dealloc debuggingMatan Barak1-4/+45
2017-01-30net/mlx4_core: Device revision supportYishai Hadas1-1/+1
2017-01-30net/mlx4: Replace ENOSYS with better fitting error codesTariq Toukan4-6/+6
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet109-137/+132
2017-01-30net: dsa: bcm_sf2: Add support for ethtool::rxnfcFlorian Fainelli4-0/+645
2017-01-30net: dsa: bcm_sf2: Add CFP registers definitionsFlorian Fainelli1-0/+146
2017-01-30net: dsa: bcm_sf2: Configure traffic classes to queue mappingFlorian Fainelli2-0/+13
2017-01-30net: qcom/emac: add an error interrupt handler for the sgmiiTimur Tabi4-7/+153
2017-01-30net: qcom/emac: remove extraneous wake-on-lan codeTimur Tabi2-14/+0
2017-01-30net: qcom/emac: do not call emac_mac_start twiceTimur Tabi3-4/+1
2017-01-30net: qcom/emac: always use autonegotiation to configure the SGMII linkTimur Tabi1-39/+10
2017-01-30net: qcom/emac: display the phy driver info after we connectTimur Tabi2-4/+3
2017-01-30net: dsa: b53: use dsa_port's bridge pointerVivien Didelot2-7/+3
2017-01-30net: dsa: qca8k: use dsa_port's bridge pointerVivien Didelot2-9/+4
2017-01-30net: dsa: mv88e6xxx: use dsa_port's bridge pointerVivien Didelot2-22/+11
2017-01-30net: dsa: pass bridge device when a port leavesVivien Didelot4-4/+5
2017-01-30net: dsa: variable number of portsVivien Didelot3-7/+6
2017-01-30ravb: Support 1Gbps on R-Car H3 ES1.1+ and R-Car M3-WGeert Uytterhoeven1-2/+8
2017-01-30ravb: Add tx and rx clock internal delays mode of APSRKazuya Mizuguchi2-0/+33
2017-01-30net: ethernet: aquantia: return -ETIME in macro AQ_HW_WAIT_FORColin Ian King1-1/+1
2017-01-30net: ethernet: aquantia: remove another redundant err checkColin Ian King1-2/+0
2017-01-30net: ethernet: aquantia: remove redundant err checkColin Ian King1-2/+0
2017-01-29gtp: let userspace handle packets for invalid tunnelsAndreas Schultz1-4/+4
2017-01-29gtp: remove unnecessary rcu_read_lockAndreas Schultz1-20/+4
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller230-1704/+2473
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-217/+388