summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-13net: devlink: use helpers to work with devlink->lock mutexJiri Pirko1-115/+115
2022-07-13net: devlink: fix unlocked vs locked functions descriptionsJiri Pirko1-0/+22
2022-07-13octeontx2-af: Skip CGX/RPM probe incase of zero lmac countHariprasad Kelam5-4/+17
2022-07-13Merge branch 'prestera-port-range-filters'David S. Miller5-7/+54
2022-07-13net: prestera: add support for port range filtersMaksym Glubokiy1-0/+24
2022-07-13net: extract port range fields from fl_flow_keyMaksym Glubokiy4-7/+30
2022-07-13Merge branch 'prestera-mdb-offload'David S. Miller5-91/+1124
2022-07-13net: marvell: prestera: implement software MDB entries allocationOleksandr Mazur3-2/+635
2022-07-13net: marvell: prestera: define and implement MDB / flood domain API for entri...Oleksandr Mazur2-0/+163
2022-07-13net: marvell: prestera: define MDB/flood domain entries and HW API to offload...Oleksandr Mazur4-0/+259
2022-07-13net: marvell: prestera: rework bridge flags settingOleksandr Mazur5-89/+67
2022-07-13ip6_tunnel: allow to inherit from VLAN encapsulated IPMatthias May1-4/+7
2022-07-13ip6_gre: use actual protocol to select xmitMatthias May1-1/+3
2022-07-13ip6_gre: set DSCP for non-IPMatthias May1-7/+32
2022-07-13ip_tunnel: allow to inherit from VLAN encapsulated IPMatthias May1-8/+9
2022-07-12qlogic: qed: fix clang -Wformat warningsJustin Stitt1-2/+2
2022-07-12igb: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-43/+78
2022-07-12Merge branch 'mptcp-support-changes-to-initial-subflow-priority'Jakub Kicinski4-58/+105
2022-07-12selftests: mptcp: add MPC backup testsPaolo Abeni1-0/+30
2022-07-12mptcp: more accurate MPC endpoint trackingPaolo Abeni2-7/+15
2022-07-12mptcp: allow the in kernel PM to set MPC subflow priorityPaolo Abeni1-22/+15
2022-07-12mptcp: address lookup improvementsPaolo Abeni1-5/+10
2022-07-12mptcp: introduce and use mptcp_pm_send_ack()Paolo Abeni3-24/+35
2022-07-12net: ip_tunnel: use strscpy to replace strlcpyXueBing Chen1-2/+2
2022-07-12tcp: make retransmitted SKB fit into the send windowYonglong Li1-7/+16
2022-07-12nfp: support TX VLAN ctag insert in NFDKDiana Wang3-31/+35
2022-07-12nfp: fix clang -Wformat warningsJustin Stitt2-2/+2
2022-07-12Merge branch 'dt-bindings-net-convert-sff-sfp-to-dtschema'Jakub Kicinski14-147/+205
2022-07-12arch: arm64: dts: marvell: rename the sfp GPIO propertiesIoana Ciornei10-58/+58
2022-07-12arch: arm64: dts: lx2160a-clearfog-itx: rename the sfp GPIO propertiesIoana Ciornei1-4/+4
2022-07-12dt-bindings: net: sff,sfp: rename example dt nodes to be more genericIoana Ciornei1-9/+9
2022-07-12dt-bindings: net: convert sff,sfp to dtschemaIoana Ciornei3-85/+143
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao2-21/+17
2022-07-12Merge branch 'mlx5-devlink-mutex-removal-part-1'Paolo Abeni8-119/+94
2022-07-12devlink: Hold the instance lock in port_new / port_del callbacksMoshe Shemesh2-9/+1
2022-07-12net/mlx5: Remove devl_unlock from mlx5_devlink_eswitch_mode_setMoshe Shemesh1-20/+0
2022-07-12net/mlx5: Use devl_ API in mlx5e_devlink_port_registerMoshe Shemesh4-4/+47
2022-07-12devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh2-37/+7
2022-07-12net/mlx5: Use devl_ API in mlx5_esw_devlink_sf_port_registerMoshe Shemesh2-5/+9
2022-07-12net/mlx5: Use devl_ API in mlx5_esw_offloads_devlink_port_registerMoshe Shemesh3-5/+19
2022-07-12devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh2-19/+0
2022-07-12net/mlx5: Use devl_ API for rate nodes destroyMoshe Shemesh2-2/+14
2022-07-12net/mlx5: Remove devl_unlock from mlx5_eswtich_mode_callback_enterMoshe Shemesh1-32/+11
2022-07-11amd-xgbe: fix clang -Wformat warningsJustin Stitt1-1/+1
2022-07-11atm: he: Use the bitmap API to allocate bitmapsChristophe JAILLET1-6/+3
2022-07-11net/fq_impl: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-11net: dsa: hellcreek: Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+2
2022-07-11Merge branch 'tls-rx-follow-ups-to-nopad'Jakub Kicinski6-8/+66
2022-07-11selftests: tls: add test for NoPad getsockoptJakub Kicinski1-0/+51
2022-07-11tls: rx: fix the NoPad getsockoptJakub Kicinski1-5/+4