summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-01net/smc: add sysctl for autocorkingDust Li4-1/+35
2022-03-01net/smc: add autocorking supportDust Li3-15/+105
2022-03-01net/smc: add sysctl interface for SMCDust Li5-1/+116
2022-03-01Merge branch 'vxlan-vnifiltering'David S. Miller11-265/+2307
2022-03-01drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov2-7/+110
2022-03-01drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov4-9/+128
2022-03-01selftests: add new tests for vxlan vnifilteringRoopa Prabhu1-0/+579
2022-03-01vxlan: vni filtering support on collect metadata deviceRoopa Prabhu6-32/+1147
2022-03-01vxlan_multicast: Move multicast helpers to a separate fileRoopa Prabhu4-124/+142
2022-03-01rtnetlink: add new rtm tunnel api for tunnel id filteringRoopa Prabhu3-1/+39
2022-03-01vxlan_core: add helper vxlan_vni_in_useRoopa Prabhu1-18/+28
2022-03-01vxlan_core: make multicast helper take rip and ifindex explicitlyRoopa Prabhu1-16/+21
2022-03-01vxlan_core: move some fdb helpers to non-staticRoopa Prabhu2-19/+39
2022-03-01vxlan_core: move common declarations to private header fileRoopa Prabhu2-79/+100
2022-03-01vxlan_core: fix build warnings in vxlan_xmit_oneRoopa Prabhu1-1/+8
2022-03-01vxlan: move to its own directoryRoopa Prabhu3-1/+8
2022-03-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski25-284/+640
2022-02-28net: dm9051: Make remove() callback a void functionStephen Rothwell1-3/+1
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski198-616/+244
2022-02-28net: decnet: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-28net: wan: lmc: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-28net: hamradio: use time_is_after_jiffies() instead of open coding itWang Qing1-3/+4
2022-02-28net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing1-2/+3
2022-02-28net: qlcnic: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-28net: ethernet: use time_is_before_eq_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-28net: phylink: remove phylink_set_pcs()Russell King (Oracle)2-33/+12
2022-02-28net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster4-48/+63
2022-02-28ionic: no transition while stoppingShannon Nelson1-5/+9
2022-02-28net/sysctl: avoid two synchronize_rcu() callsEric Dumazet1-4/+2
2022-02-28net: netsec: enable pp skb recyclingLorenzo Bianconi1-1/+1
2022-02-28net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu1-9/+8
2022-02-28Merge branch 'flow_offload-tc-police-parameters'David S. Miller14-38/+454
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu12-38/+369
2022-02-28net: flow_offload: add tc police action parametersJianbo Liu3-0/+85
2022-02-27Merge branch 'dsa-fdb-isolation'David S. Miller31-510/+925
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean6-56/+317
2022-02-27net: dsa: sja1105: enforce FDB isolationVladimir Oltean1-29/+30
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean19-20/+40
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean17-92/+280
2022-02-27net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean4-7/+7
2022-02-27net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean7-193/+115
2022-02-27net: dsa: felix: delete workarounds present due to SVL tag_8021q bridgingVladimir Oltean1-17/+2
2022-02-27docs: net: dsa: sja1105: document limitations of tc-flower rule VLAN awarenessVladimir Oltean1-0/+27
2022-02-27net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean4-13/+55
2022-02-27net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean6-101/+70
2022-02-27Merge branch 'FFungible-ethernet-driver'David S. Miller26-0/+8776