aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-03cxgb4: update latest firmware version supportedGanesh Goudar1-6/+6
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-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-02liquidio VF: indicate that disabling rx vlan offload is not allowedRaghu Vatsavayi1-0/+1
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-01connector: add parent pid and tgid to coredump and exit eventsStefan Strogin1-0/+4
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
2018-05-01net/mlx5e: Move defines out of ipsec codeIlya Lesokhin4-7/+6
2018-05-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller21-129/+401
2018-04-30mlxsw: spectrum_span: Allow bridge for gretap mirrorPetr Machata2-6/+90
2018-04-30mlxsw: Respin SPAN on switchdev eventsPetr Machata1-4/+59
2018-04-30mlxsw: spectrum: Register SPAN before switchdevPetr Machata1-12/+12
2018-04-30mlxsw: spectrum_switchdev: Publish two functionsPetr Machata2-1/+51
2018-04-30mlxsw: spectrum: Extract mlxsw_sp_stp_spms_state()Petr Machata2-13/+14
2018-04-30i40e: use %pI4b instead of byte swapping before dev_errJacob Keller1-4/+2
2018-04-30i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy3-13/+99
2018-04-30i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller2-15/+28
2018-04-30i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck2-12/+56
2018-04-30i40evf: Fix turning TSO, GSO and GRO on afterPaweł Jabłoński1-0/+18
2018-04-30i40e: Add advertising 10G LR modeJakub Pawlak1-1/+3
2018-04-30i40e: fix reading LLDP configurationMariusz Stachura3-10/+99
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller17-73/+95
2018-04-30libcxgb,cxgb4: use __skb_put_zero to simplfy codeYueHaibing3-14/+7
2018-04-30i40evf: Replace GFP_ATOMIC with GFP_KERNEL in i40evf_add_vlanJia-Ju Bai1-1/+1
2018-04-30r8169: move common initializations to tp->hw_startHeiner Kallweit1-55/+19
2018-04-30r8169: remove calls to rtl_set_rx_modeHeiner Kallweit1-6/+0