aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11liquidio: moved ptp_enable to octeon_device structureIntiyaz Basha2-9/+11
2017-08-11mlxsw: make mlxsw_config_profile constBhumika Goyal3-3/+3
2017-08-11nfp: send control message when MAC representors are createdSimon Horman3-3/+80
2017-08-11fsl/fman: implement several errata workaroundsFlorinel Iordache1-25/+93
2017-08-11hns3pf: Fix some harmless copy and paste bugsDan Carpenter1-2/+2
2017-08-11hns3pf: fix hns3_del_tunnel_port()Dan Carpenter1-1/+1
2017-08-11net: stmmac: dwmac-rk: Add integrated PHY supprot for rk3328David Wu1-3/+23
2017-08-11net: stmmac: dwmac-rk: Add integrated PHY support for rk3228David Wu1-0/+12
2017-08-11net: stmmac: dwmac-rk: Add integrated PHY supportDavid Wu1-4/+95
2017-08-11net: stmmac: dwmac-rk: Remove unwanted code for rk3328_set_to_rmii()David Wu1-3/+0
2017-08-11forcedeth: replace init_timer_deferrable with setup_deferrable_timerZhu Yanjun1-3/+2
2017-08-11drivers: net: davinci_mdio: print bus frequencyMaxim Uvarov1-2/+4
2017-08-11drivers: net: davinci_mdio: remove busy loop on wait user accessMaxim Uvarov1-1/+3
2017-08-11liquidio: removed check for queue size alignmentIntiyaz Basha1-7/+0
2017-08-11liquidio: rx/tx queue cleanupIntiyaz Basha2-0/+8
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko7-8/+22
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-09net-next: mediatek: bring up QDMA RX ring 0John Crispin2-10/+29
2017-08-09net-next: mediatek: fix typos inside the header fileJohn Crispin1-2/+2
2017-08-09liquidio: napi cleanupIntiyaz Basha2-0/+29
2017-08-09net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli1-0/+4
2017-08-09ibmvnic: Correct 'unused variable' warning in build.Nathan Fontenot1-1/+0
2017-08-09ibmvnic: Add netdev_dbg output for debuggingNathan Fontenot1-7/+55
2017-08-09ibmvnic: Clean up resources on probe failureNathan Fontenot1-11/+15
2017-08-09bpf, nfp: implement jiting of BPF_J{LT,LE}Daniel Borkmann1-0/+24
2017-08-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-31/+166
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-55/+183
2017-08-08cxgb4: Clear On FLASH config file after a FW upgradeArjun Vynipadath2-0/+71
2017-08-08liquidio: fix misspelled firmware image filenamesDerek Chickles1-4/+8
2017-08-08igb: support BCM54616 PHYJohn W Linville3-0/+8
2017-08-08liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtoolIntiyaz Basha1-21/+9
2017-08-08igbvf: convert msleep to mdelay in atomic contextGreg Edwards1-1/+1
2017-08-08igbvf: after mailbox write, wait for replyGreg Edwards1-2/+8
2017-08-08net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti1-11/+18
2017-08-08igbvf: add lock around mailbox opsGreg Edwards4-0/+56
2017-08-08e1000e: Initial Support for IceLakeSasha Neftin2-0/+8
2017-08-08igb: do not drop PF mailbox lock after read of VF messageGreg Edwards4-12/+26
2017-08-08bpf/verifier: rework value trackingEdward Cree1-10/+14
2017-08-08igb: expose mailbox unlock methodGreg Edwards3-0/+41
2017-08-08igb: add argument names to mailbox op function declarationsGreg Edwards2-13/+14
2017-08-08igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen1-2/+0
2017-08-08e1000e: add check on e1e_wphy() return valueGustavo A R Silva1-0/+2
2017-08-08igb: protect TX timestamping from API misuseCliff Spradlin1-1/+2
2017-08-08igb: Fix error of RX network flow classificationGangfeng Huang1-2/+2
2017-08-07qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet1-1/+1
2017-08-07net: hns3: fix spelling mistake: "capabilty" -> "capability"Colin Ian King1-1/+2
2017-08-07ibmvnic: Report rx buffer return codes as netdev_dbgJohn Allen1-1/+2
2017-08-07hns3: fix unused function warningArnd Bergmann1-15/+12
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller22-353/+588
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko26-71/+84