summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ptp: ocp: Expose clock status drift and offsetVadim Fedorenko2022-03-031-0/+34
* ptp: ocp: add TOD debug informationVadim Fedorenko2022-03-031-36/+70
* net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-031-1/+1
* net: mscc: ocelot: accept configuring bridge port flags on the NPI portVladimir Oltean2022-03-031-0/+3
* net: dsa: felix: stop clearing CPU flooding in felix_setup_tag_8021qVladimir Oltean2022-03-031-10/+0
* net: dsa: felix: start off with flooding disabled on the CPU portVladimir Oltean2022-03-031-17/+0
* net: dsa: felix: migrate flood settings from NPI to tag_8021q CPU portVladimir Oltean2022-03-031-2/+45
* net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean2022-03-031-26/+145
* ice: add TTY for GNSS module for E810T deviceKarol Kolacinski2022-03-0311-1/+566
* mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata2022-03-032-2/+293
* mlxsw: Extract classification of router-related events to a helperPetr Machata2022-03-031-3/+13
* mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functionsPetr Machata2022-03-033-14/+10
* mlxsw: reg: Fix packing of router interface countersPetr Machata2022-03-031-3/+5
* qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2022-03-032-2/+27
* qed: display VF trust configManish Chopra2022-03-031-0/+1
* net: stmmac: dwmac-qcom-ethqos: Adjust rgmii loopback_en per platformBjorn Andersson2022-03-031-4/+18
* net: stmmac: Add support for SM8150Vinod Koul2022-03-031-0/+15
* mlx5: add support for page_pool_get_statsJoe Damato2022-03-032-1/+101
* net: dsa: mv88e6xxx: support RMII cmodeBaruch Siach2022-03-021-0/+3
* net: dsa: mv88e6xxx: don't error out cmode set on missing laneBaruch Siach2022-03-021-0/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-03-026-189/+397
|\
| * iavf: Remove non-inclusive languageMateusz Palczewski2022-03-013-4/+4
| * iavf: Fix incorrect use of assigning iavf_status to intMateusz Palczewski2022-03-011-92/+68
| * iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski2022-03-013-39/+157
| * iavf: remove redundant ret variableMinghao Chi2022-03-011-7/+2
| * iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski2022-03-012-3/+25
| * iavf: refactor processing of VLAN V2 capability messageMateusz Palczewski2022-03-012-30/+95
| * iavf: Add support for 50G/100G in AIM algorithmMateusz Palczewski2022-03-011-15/+47
* | nfp: flower: Remove usage of the deprecated ida_simple_xxx APIChristophe JAILLET2022-03-021-5/+5
* | net: sfp: use %pe for printing errorsRussell King (Oracle)2022-03-021-18/+30
* | net: phylink: use %pe for printing errorsRussell King (Oracle)2022-03-021-9/+11
* | tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang2022-03-023-2/+5
* | net: hamradio: fix compliation errorWang Qing2022-03-021-1/+1
* | macvtap: advertise link netns via netlinkSven Eckelmann2022-03-011-0/+6
* | nfp: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-03-011-1/+1
* | tun: support NAPI for packets received from batched XDP buffsHarold Huang2022-03-011-13/+30
* | sfc: set affinity hints in local NUMA node onlyÍñigo Huguet2022-03-011-2/+10
* | sfc: default config to 1 channel/core in local NUMA node onlyÍñigo Huguet2022-03-011-17/+34
|/
* drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov2022-03-011-6/+86
* drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov2022-03-013-9/+102
* vxlan: vni filtering support on collect metadata deviceRoopa Prabhu2022-03-015-30/+1121
* vxlan_multicast: Move multicast helpers to a separate fileRoopa Prabhu2022-03-014-124/+142
* vxlan_core: add helper vxlan_vni_in_useRoopa Prabhu2022-03-011-18/+28
* vxlan_core: make multicast helper take rip and ifindex explicitlyRoopa Prabhu2022-03-011-16/+21
* vxlan_core: move some fdb helpers to non-staticRoopa Prabhu2022-03-012-19/+39
* vxlan_core: move common declarations to private header fileRoopa Prabhu2022-03-012-79/+100
* vxlan_core: fix build warnings in vxlan_xmit_oneRoopa Prabhu2022-03-011-1/+8
* vxlan: move to its own directoryRoopa Prabhu2022-03-013-1/+8
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-02-2821-270/+618
|\
| * net/mlx5: Add clarification on sync reset failureMoshe Shemesh2022-02-234-19/+71