summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-08et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet1-4/+10
2022-02-08Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski1-0/+5
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato5-5/+15
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato5-4/+17
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato5-1/+9
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato3-1/+6
2022-02-08i40e: Remove rx page reuse double countJoe Damato1-2/+0
2022-02-07net: stmmac: optimize locking around PTP clock readsYannick Vignon5-20/+20
2022-02-07net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko1-4/+6
2022-02-07net: typhoon: include <net/vxlan.h>Eric Dumazet1-0/+3
2022-02-07igb: refactor XDP registrationCorinna Vinschen2-10/+13
2022-02-07igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen1-0/+3
2022-02-07net: dsa: mv88e6xxx: Unlock on error in mv88e6xxx_port_bridge_join()Dan Carpenter1-1/+1
2022-02-07net: dsa: mv88e6xxx: Fix off by in one in mv88e6185_phylink_get_caps()Dan Carpenter1-1/+1
2022-02-07net: hns3: add support for TX push modeYufeng Mo8-8/+118
2022-02-07net: asix: add proper error handling of usb read errorsPavel Skripkin3-11/+33
2022-02-07r8169: factor out redundant RTL8168d PHY config functionality to rtl8168d_1_c...Heiner Kallweit1-46/+25
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addressesDanielle Ratson3-11/+103
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv4 addressesDanielle Ratson3-0/+47
2022-02-07mlxsw: core_acl_flex_actions: Add SIP_DIP_ACTIONDanielle Ratson1-0/+45
2022-02-06net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko1-4/+3
2022-02-05net: typhoon: implement ndo_features_check methodEric Dumazet1-5/+16
2022-02-05net: sundance: Replace one-element array with non-array objectGustavo A. R. Silva1-30/+30
2022-02-05bnx2x: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-02-05net: mscc: ocelot: fix all IP traffic getting trapped to CPU with PTP over IPVladimir Oltean1-0/+8
2022-02-05net: mana: Remove unnecessary check of cqe_type in mana_process_rx_cqe()Haiyang Zhang1-3/+0
2022-02-05net: mana: Add handling of CQE_RX_TRUNCATEDHaiyang Zhang1-2/+5
2022-02-05net: dsa: realtek: don't default Kconfigs to yJakub Kicinski1-4/+0
2022-02-05net: sparx5: remove phylink_config.pcs_poll usageRussell King (Oracle)1-1/+0
2022-02-05net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)1-11/+0
2022-02-05net: dsa: qca8k: check correct variable in qca8k_phy_eth_command()Dan Carpenter1-1/+1
2022-02-05net: lan966x: Update mdb when enabling/disabling mcast_snoopingHoratiu Vultur3-0/+51
2022-02-05net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLEDHoratiu Vultur4-1/+110
2022-02-05net: lan966x: Update the PGID used by IPV6 data framesHoratiu Vultur1-1/+5
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski2-0/+2
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern3-4/+5
2022-02-04cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg1-0/+3
2022-02-04mt76: redefine mt76_for_each_q_rx to adapt mt7986 changesBo Jiao1-2/+2
2022-02-04ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas1-6/+7
2022-02-04net: ipa: determine replenish doorbell differentlyAlex Elder2-6/+10
2022-02-04net: ipa: replenish after delivering payloadAlex Elder1-3/+3
2022-02-04net: ipa: kill replenish_backlogAlex Elder2-9/+0
2022-02-04net: ipa: introduce gsi_channel_trans_idle()Alex Elder3-12/+26
2022-02-04net: ipa: don't use replenish_backlogAlex Elder1-5/+2
2022-02-04net: ipa: allocate transaction in replenish loopAlex Elder1-24/+16
2022-02-04net: ipa: decide on doorbell in replenish loopAlex Elder1-9/+12
2022-02-04net: ipa: increment backlog in replenish callerAlex Elder1-20/+9
2022-02-04net: ipa: allocate transaction before pages when replenishingAlex Elder1-8/+8
2022-02-04net: ipa: kill replenish_savedAlex Elder2-15/+4
2022-02-04net: dsa: realtek: convert to phylink_generic_validate()Russell King (Oracle)1-34/+12