aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-07liquidio: support use of ethtool to set link speed of CN23XX-225 cardsWeilin Chang7-24/+425
2018-05-07net: 3com: 3c59x: irq save variant of ISRAnna-Maria Gleixner1-14/+4
2018-05-07net: 3com: 3c59x: Pull locking out of ISRAnna-Maria Gleixner1-11/+9
2018-05-07net: 3com: 3c59x: Move boomerang/vortex conditional into functionAnna-Maria Gleixner1-14/+20
2018-05-04net/mlx4_en: optimizes get_fixed_ipv6_csum()Eric Dumazet1-13/+8
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-134/+276
2018-05-04sh_eth: WARN_ON() access to unimplemented TSU registerSergei Shtylyov1-2/+12
2018-05-04sh_eth: use TSU register accessors for TSU_POST<n>Sergei Shtylyov1-14/+6
2018-05-03qed: fix spelling mistake: "offloded" -> "offloaded"Colin Ian King1-1/+1
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata2-0/+6
2018-05-03mlxsw: pci: Check number of CQEs for CQE version 2Jiri Pirko2-1/+10
2018-05-03mlxsw: pci: Allow to use CQEs of version 1 and version 2Jiri Pirko2-11/+91
2018-05-03mlxsw: pci: Introduce helpers to work with multiple CQE versionsJiri Pirko2-42/+104
2018-05-03mlxsw: resources: Add CQE versions resourcesJiri Pirko1-0/+6
2018-05-03net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"Colin Ian King1-1/+1
2018-05-03cxgb4: update latest firmware version supportedGanesh Goudar1-6/+6
2018-05-03qmi_wwan: do not steal interfaces from class driversBjørn Mork1-0/+12
2018-05-02r8169: replace get_protocol with vlan_get_protocolHeiner Kallweit1-14/+2
2018-05-02r8169: avoid potentially misaligned access when getting mac addressHeiner Kallweit1-4/+4
2018-05-02r8169: improve PCI config space accessHeiner Kallweit1-103/+29
2018-05-02r8169: drop rtl_generic_opHeiner Kallweit1-13/+10
2018-05-02r8169: replace longer if statements with switch statementsHeiner Kallweit1-38/+16
2018-05-02r8169: simplify code by using ranges in switch clausesHeiner Kallweit1-174/+19
2018-05-02r8169: drop member pll_power_ops from struct rtl8169_privateHeiner Kallweit1-66/+10
2018-05-02r8169: merge r810x_pll_power_down/up into r8168_pll_power_down/upHeiner Kallweit1-45/+16
2018-05-02r8169: remove 810x_phy_power_up/downHeiner Kallweit1-55/+43
2018-05-02r8169: remove unneeded check in r8168_pll_power_downHeiner Kallweit1-6/+0
2018-05-028139too: Use disable_irq_nosync() in rtl8139_poll_controller()Ingo Molnar1-1/+1
2018-05-02mlxsw: spectrum_router: Return an error for routes added after abortIdo Schimmel1-0/+7
2018-05-02mlxsw: spectrum_router: Return an error for non-default FIB rulesIdo Schimmel1-7/+7
2018-05-02cxgb4: add new T5 device id'sGanesh Goudar1-0/+3
2018-05-02net: stmmac: Avoid VLA usageKees Cook1-1/+5
2018-05-02net: ethernet: ti: cpsw: fix packet leaking in dual_mac modeGrygorii Strashko1-0/+2
2018-05-02liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi1-0/+1
2018-05-01nfp: flower: set tunnel ttl value to net defaultJohn Hurley2-3/+12
2018-05-01net: hns3: Remove packet statistics in the range of 8192~12287Xi Wang2-10/+6
2018-05-01net: hns3: Fix for packet loss due wrong filter config in VLAN tblsYunsheng Lin3-24/+70
2018-05-01net: hns3: fix a dead loop in hclge_cmd_csq_cleanHuazhong Tan1-0/+19
2018-05-01net: hns3: Fix to support autoneg only for port attached with phyFuyun Liang1-6/+6
2018-05-01net: hns3: fix for phy_addr error in hclge_mac_mdio_configHuazhong Tan2-7/+12
2018-05-01net: hns3: Fixes the error legs in hclge_init_ae_dev functionHuazhong Tan1-21/+34
2018-05-01net: hns3: Fixes the out of bounds access in hclge_map_tqpHuazhong Tan1-2/+5
2018-05-01net: hns3: fix to correctly fetch l4 protocol outer headerHuazhong Tan1-1/+1
2018-05-01net: hns3: Remove error log when getting pfc stats failsYunsheng Lin1-4/+1
2018-05-01net/mlx4: fix spelling mistake: "failedi" -> "failed"Colin Ian King1-1/+1
2018-05-01net: stmmac: dwmac-meson: extend phy mode settingYixun Lan1-16/+104
2018-05-01net/mlx5e: TLS, Add error statisticsIlya Lesokhin8-10/+178
2018-05-01net/mlx5e: TLS, Add Innova TLS TX offload data pathIlya Lesokhin10-16/+455
2018-05-01net/mlx5e: TLS, Add Innova TLS TX supportIlya Lesokhin5-0/+254
2018-05-01net/mlx5: Accel, Add TLS tx offload interfaceIlya Lesokhin7-2/+801