summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-15cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcrAyush Sawal
2020-10-14ibmveth: Identify ingress large send packets.David Wilder
2020-10-14ibmveth: Switch order of ibmveth_helper calls.David Wilder
2020-10-14cxgb4: handle 4-tuple PEDIT to NAT mode translationHerat Ramani
2020-10-13Merge tag 'mlx5-updates-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2020-10-13e1000: remove unused and incorrect codeJesse Brandeburg
2020-10-13i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin
2020-10-13qtnfmac: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13net: usbnet: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13net: usb: qmi_wwan: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13net: macsec: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13IB/hfi1: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-13virtio-net: ethtool configurable RXCSUMTonghao Zhang
2020-10-13net: mscc: ocelot: remove duplicate ocelot_port_dev_checkVladimir Oltean
2020-10-13macb: support the two tx descriptors on at91rm9200Willy Tarreau
2020-10-13macb: prepare at91 to use a 2-frame TX queueWilly Tarreau
2020-10-13macb: add RM9200's interrupt flag TBREWilly Tarreau
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-12net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offloadRaed Salem
2020-10-12net/mlx5e: IPsec: Add TX steering rule per IPsec stateHuy Nguyen
2020-10-12net/mlx5: Add NIC TX domain namespaceHuy Nguyen
2020-10-12net/mlx5: Fix uininitialized pointer read on pointer attrColin Ian King
2020-10-12bnxt_en: Add stored FW version info to devlink info_get cb.Vasundhara Volam
2020-10-12bnxt_en: Refactor bnxt_dl_info_get().Vasundhara Volam
2020-10-12bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.Vasundhara Volam
2020-10-12bnxt_en: Log unknown link speed appropriately.Michael Chan
2020-10-12bnxt_en: Log event_data1 and event_data2 when handling RESET_NOTIFY event.Michael Chan
2020-10-12bnxt_en: Simplify bnxt_async_event_process().Michael Chan
2020-10-12bnxt_en: Set driver default message level.Michael Chan
2020-10-12bnxt_en: Enable online self tests for multi-host/NPAR mode.Vasundhara Volam
2020-10-12bnxt_en: Return -EROFS to user space, if NVM writes are not permitted.Vasundhara Volam
2020-10-12net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()Marek Vasut
2020-10-12mlx4: handle non-napi callers to napi_pollJonathan Lemon
2020-10-12net: korina: fix kfree of rx/tx descriptor arrayValentin Vidic
2020-10-12net: dsa: microchip: fix race conditionChristian Eggers
2020-10-12cx82310_eth: use netdev_err instead of dev_errOndrej Zary
2020-10-12cx82310_eth: re-enable ethernet mode after router rebootOndrej Zary
2020-10-11net: mscc: ocelot: offload VLAN mangle action to VCAP IS1Vladimir Oltean
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil
2020-10-11enetc: Clean up serdes configurationClaudiu Manoil
2020-10-11enetc: Clean up MAC and link configurationClaudiu Manoil
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann
2020-10-10drivers/net/wan/hdlc_fr: Move the skb_headroom check out of fr_hard_headerXie He
2020-10-10net: dsa: rtl8366rb: Roof MTU for switchLinus Walleij
2020-10-10net: phy: Move of_mdio from drivers/of to drivers/net/mdioCalvin Johnson
2020-10-10dpaa_eth: enable NETIF_MSG_HW by defaultMaxim Kochetkov
2020-10-10r8169: factor out handling rtl8169_statsHeiner Kallweit
2020-10-10net: usbnet: remove driver versionHeiner Kallweit
2020-10-10net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva