summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-13mptcp: allow the in kernel PM to set MPC subflow priorityPaolo Abeni1-22/+15
2022-07-13mptcp: address lookup improvementsPaolo Abeni1-5/+10
2022-07-13mptcp: introduce and use mptcp_pm_send_ack()Paolo Abeni3-24/+35
2022-07-13net: ip_tunnel: use strscpy to replace strlcpyXueBing Chen1-2/+2
2022-07-13tcp: make retransmitted SKB fit into the send windowYonglong Li1-7/+16
2022-07-13nfp: support TX VLAN ctag insert in NFDKDiana Wang3-31/+35
2022-07-13nfp: fix clang -Wformat warningsJustin Stitt2-2/+2
2022-07-13Merge branch 'dt-bindings-net-convert-sff-sfp-to-dtschema'Jakub Kicinski14-147/+205
2022-07-13arch: arm64: dts: marvell: rename the sfp GPIO propertiesIoana Ciornei10-58/+58
2022-07-13arch: arm64: dts: lx2160a-clearfog-itx: rename the sfp GPIO propertiesIoana Ciornei1-4/+4
2022-07-13dt-bindings: net: sff,sfp: rename example dt nodes to be more genericIoana Ciornei1-9/+9
2022-07-13dt-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-12amd-xgbe: fix clang -Wformat warningsJustin Stitt1-1/+1
2022-07-12atm: he: Use the bitmap API to allocate bitmapsChristophe JAILLET1-6/+3
2022-07-12net/fq_impl: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-12net: dsa: hellcreek: Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+2
2022-07-12Merge branch 'tls-rx-follow-ups-to-nopad'Jakub Kicinski6-8/+66
2022-07-12selftests: tls: add test for NoPad getsockoptJakub Kicinski1-0/+51
2022-07-12tls: rx: fix the NoPad getsockoptJakub Kicinski1-5/+4
2022-07-12tls: rx: add counter for NoPad violationsJakub Kicinski4-0/+8
2022-07-12tls: fix spelling of MIBJakub Kicinski3-3/+3
2022-07-11bcm63xx: fix Tx cleanup when NAPI poll budget is zeroSieng-Piaw Liew1-5/+5
2022-07-11Merge branch 'octeontx2-exact-match-table'Jakub Kicinski20-67/+2901
2022-07-11octeontx2-af: Enable Exact match flag in kex profileRatheesh Kannoth1-2/+3
2022-07-11octeontx2-pf: Add support for exact match table.Ratheesh Kannoth4-29/+67
2022-07-11octeontx2-af: Invoke exact match functions if supportedRatheesh Kannoth2-0/+41
2022-07-11octeontx2-af: Wrapper functions for MAC addr add/del/update/resetRatheesh Kannoth2-12/+370
2022-07-11octeontx2: Modify mbox request and response structuresRatheesh Kannoth3-9/+24
2022-07-11octeontx2-af: Debugsfs support for exact match.Ratheesh Kannoth1-0/+179
2022-07-11octeontx2-af: Drop rules for NPC MCAMRatheesh Kannoth6-6/+481
2022-07-11octeontx2-af: FLR handler for exact match table.Ratheesh Kannoth3-0/+31
2022-07-11octeontx2-af: devlink configuration supportRatheesh Kannoth3-2/+101
2022-07-11octeontx2-af: Exact match scan from kex profileRatheesh Kannoth2-3/+35
2022-07-11octeontx2-af: Exact match supportRatheesh Kannoth6-1/+1029
2022-07-11octeontx2-af: Use hashed field in MCAM keyRatheesh Kannoth12-17/+554
2022-07-11fddi/skfp: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-11ethernet/via: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo4-2/+9
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski125-6701/+5141