summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-02-11Revert "net: ethernet: cavium: use div64_u64() instead of do_div()"Jakub Kicinski
2022-02-11net: moxa: use GFP_KERNELJulia Lawall
2022-02-11octeontx2-af: fix array bound errorHariprasad Kelam
2022-02-11Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-02-11dsa: mv88e6xxx: make serdes SGMII/Fiber tx amplitude configurableHolger Brunck
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregisterVladimir Oltean
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-02-10net: mscc: ocelot: fix mutex lock error during ethtool stats readColin Foster
2022-02-10net: dsa: qca8k: fix noderef.cocci warningskernel test robot
2022-02-10ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman
2022-02-10ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman
2022-02-10ice: fix IPIP and SIT TSO offloadJesse Brandeburg
2022-02-10ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep
2022-02-10qed: prevent a fw assert during device shutdownVenkata Sudheer Kumar Bhavaraju
2022-02-10dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa
2022-02-10net: macb: Align the dma and coherent dma masksMarc St-Amand
2022-02-10Merge tag 'mt76-for-kvalo-2022-02-04' of https://github.com/nbd168/wireless i...Kalle Valo
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-02-10brcmfmac: of: remove redundant variable lenColin Ian King
2022-02-10brcmfmac: p2p: Replace one-element arrays with flexible-array membersGustavo A. R. Silva
2022-02-10rtw89: coex: set EN bit to PLT registerPing-Ke Shih
2022-02-10rtw89: recover rates of rate adaptive mechanismChien-Hsun Liao
2022-02-10rtw88: recover rates of rate adaptive mechanismChien-Hsun Liao
2022-02-10rtw89: declare AP mode supportPing-Ke Shih
2022-02-10rtw89: debug: add stations entry to show ID assignmentPing-Ke Shih
2022-02-10rtw89: implement ieee80211_ops::start_ap and stop_apPing-Ke Shih
2022-02-10rtw89: maintain assoc/disassoc STA states of firmware and hardwarePing-Ke Shih
2022-02-10rtw89: only STA mode change vif_type mapping dynamicallyPing-Ke Shih
2022-02-10rtw89: add addr_cam field to sta to support AP modePing-Ke Shih
2022-02-10rtw89: extend role_maintain to support AP modePing-Ke Shih
2022-02-10rtw88: fix use after free in rtw_hw_scan_update_probe_req()Dan Carpenter
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09net: usb: qmi_wwan: Add support for Dell DW5829eSlark Xiao
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley
2022-02-09ice: Add support for 802.1ad port VLANs VFBrett Creeley
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley
2022-02-09ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley
2022-02-09ice: Introduce ice_vlan structBrett Creeley
2022-02-09ice: Add new VSI VLAN opsBrett Creeley
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley