summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-03net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backedPetr Machata1-50/+47
2022-03-03net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_*Petr Machata1-5/+5
2022-03-03qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2-2/+27
2022-03-03qed: display VF trust configManish Chopra1-0/+1
2022-03-03Merge branch 'stmmac-SA8155p-ADP'David S. Miller1-4/+33
2022-03-03net: stmmac: dwmac-qcom-ethqos: Adjust rgmii loopback_en per platformBjorn Andersson1-4/+18
2022-03-03net: stmmac: Add support for SM8150Vinod Koul1-0/+15
2022-03-03Merge branch 'page_pool-stats'David S. Miller6-7/+294
2022-03-03mlx5: add support for page_pool_get_statsJoe Damato2-1/+101
2022-03-03Documentation: update networking/page_pool.rstJoe Damato1-0/+56
2022-03-03page_pool: Add function to batch and return statsJoe Damato2-0/+42
2022-03-03page_pool: Add recycle statsJoe Damato2-2/+44
2022-03-03page_pool: Add allocation statsJoe Damato3-4/+51
2022-03-02tcp: Remove the unused apiTao Chen1-5/+0
2022-03-02flow_dissector: Add support for HSRKurt Kanzenbach3-16/+33
2022-03-02net: dsa: mv88e6xxx: support RMII cmodeBaruch Siach1-0/+3
2022-03-02net: dsa: mv88e6xxx: don't error out cmode set on missing laneBaruch Siach1-0/+2
2022-03-02net: openvswitch: remove unneeded semicolonYang Li1-1/+1
2022-03-02flow_offload: improve extack msg for user when adding invalid filterBaowen Zheng1-0/+2
2022-03-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski6-189/+397
2022-03-02nfp: flower: Remove usage of the deprecated ida_simple_xxx APIChristophe JAILLET1-5/+5
2022-03-02net: sfp: use %pe for printing errorsRussell King (Oracle)1-18/+30
2022-03-02net: phylink: use %pe for printing errorsRussell King (Oracle)1-9/+11
2022-03-02tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang3-2/+5
2022-03-02Merge tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux...Jakub Kicinski17-16/+19
2022-03-02net: hamradio: fix compliation errorWang Qing1-1/+1
2022-03-02batman-adv: Demote batadv-on-batadv skip error messageSven Eckelmann1-2/+2
2022-03-02batman-adv: Migrate to linux/container_of.hSven Eckelmann16-12/+16
2022-03-01Merge branch 'if_ether-h-add-industrial-fieldbus-ethertypes'Jakub Kicinski1-0/+2
2022-03-01if_ether.h: add EtherCAT EthertypeDaniel Braunwarth1-0/+1
2022-03-01if_ether.h: add PROFINET EthertypeDaniel Braunwarth1-0/+1
2022-03-01macvtap: advertise link netns via netlinkSven Eckelmann1-0/+6
2022-03-01nfp: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing1-1/+1
2022-03-01tun: support NAPI for packets received from batched XDP buffsHarold Huang1-13/+30
2022-03-01Merge branch 'sfc-optimize-rxqs-count-and-affinities'Jakub Kicinski1-19/+44
2022-03-01sfc: set affinity hints in local NUMA node onlyÍñigo Huguet1-2/+10
2022-03-01sfc: default config to 1 channel/core in local NUMA node onlyÍñigo Huguet1-17/+34
2022-03-01net: smc: fix different types in min()Jakub Kicinski1-2/+2
2022-03-01iavf: Remove non-inclusive languageMateusz Palczewski3-4/+4
2022-03-01iavf: Fix incorrect use of assigning iavf_status to intMateusz Palczewski1-92/+68
2022-03-01iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski3-39/+157
2022-03-01iavf: remove redundant ret variableMinghao Chi1-7/+2
2022-03-01iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski2-3/+25
2022-03-01iavf: refactor processing of VLAN V2 capability messageMateusz Palczewski2-30/+95
2022-03-01iavf: Add support for 50G/100G in AIM algorithmMateusz Palczewski1-15/+47
2022-03-01Merge branch 'smc-datapath-opts'David S. Miller11-42/+317
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li3-5/+34
2022-03-01net/smc: don't req_notify until all CQEs drainedDust Li1-21/+28
2022-03-01net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-03-01net/smc: send directly on setting TCP_NODELAYDust Li1-2/+2