summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-28devlink: push object register/unregister notifications into separate helpersJiri Pirko1-84/+163
2023-08-28inet: fix IP_TRANSPARENT error handlingEric Dumazet1-5/+3
2023-08-28selftests: bonding: create directly devices in the target namespacesZhengchao Shao1-5/+3
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann1-0/+2
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann1-0/+1
2023-08-28Merge branch 'octeontx2-af-misc-mac-block-changes'David S. Miller3-4/+15
2023-08-28octeontx2-af: print error message incase of invalid pf mappingHariprasad Kelam1-0/+5
2023-08-28octeontx2-af: Add validation of lmacHariprasad Kelam1-3/+7
2023-08-28octeontx2-af: Don't treat lack of CGX interfaces as errorSunil Goutham1-1/+1
2023-08-28octeontx2-af: CN10KB: Add USGMII LMAC modeHariprasad Kelam2-0/+2
2023-08-28dt-bindings: net: xilinx_gmii2rgmii: Convert to json schemaPranavi Somisetty2-35/+55
2023-08-28Merge branch 'tls-expand-tls_cipher_size_desc-to-simplify-getsockopt-setsockopt'Jakub Kicinski8-435/+278
2023-08-28tls: get cipher_name from cipher_desc in tls_set_sw_offloadSabrina Dubroca1-25/+4
2023-08-28tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offloadSabrina Dubroca1-76/+13
2023-08-28tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offloadSabrina Dubroca1-63/+16
2023-08-28tls: use tls_cipher_desc to simplify do_tls_getsockopt_confSabrina Dubroca1-163/+11
2023-08-28tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina Dubroca1-31/+8
2023-08-28tls: expand use of tls_cipher_desc in tls_sw_fallback_initSabrina Dubroca1-14/+6
2023-08-28tls: allocate the fallback aead after checking that the cipher is validSabrina Dubroca1-10/+10
2023-08-28tls: expand use of tls_cipher_desc in tls_set_device_offloadSabrina Dubroca1-18/+4
2023-08-28tls: validate cipher descriptions at compile timeSabrina Dubroca1-0/+18
2023-08-28tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca2-9/+64
2023-08-28tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca4-52/+52
2023-08-28tls: reduce size of tls_cipher_size_descSabrina Dubroca4-9/+20
2023-08-28tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_descSabrina Dubroca1-0/+2
2023-08-28tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca2-10/+10
2023-08-28selftests: tls: test some invalid inputs for setsockoptSabrina Dubroca1-0/+25
2023-08-28selftests: tls: add getsockopt testSabrina Dubroca1-0/+35
2023-08-28selftests: tls: add test variants for aria-gcmSabrina Dubroca2-0/+25
2023-08-28Merge branch 'tools-net-ynl-add-support-for-netlink-raw-families'Jakub Kicinski15-72/+2632
2023-08-28doc/netlink: Add spec for rt route messagesDonald Hunter1-0/+327
2023-08-28doc/netlink: Add spec for rt link messagesDonald Hunter1-0/+1432
2023-08-28doc/netlink: Add spec for rt addr messagesDonald Hunter1-0/+179
2023-08-28tools/net/ynl: Add support for create flagsDonald Hunter3-8/+22
2023-08-28tools/net/ynl: Implement nlattr array-nest decoding in ynlDonald Hunter1-0/+13
2023-08-28tools/net/ynl: Add support for netlink-raw familiesDonald Hunter1-33/+91
2023-08-28tools/net/ynl: Fix extack parsing with fixed header genlmsgDonald Hunter1-25/+40
2023-08-28tools/ynl: Add mcast-group schema parsing to ynlDonald Hunter1-0/+31
2023-08-28doc/netlink: Document the netlink-raw schema extensionsDonald Hunter2-0/+59
2023-08-28doc/netlink: Update genetlink-legacy documentationDonald Hunter3-13/+35
2023-08-28doc/netlink: Add a schema for netlink-raw familiesDonald Hunter1-0/+410
2023-08-28doc/netlink: Fix typo in genetlink-* schemasDonald Hunter2-2/+2
2023-08-28Merge branch 'devlink-mlx5-add-port-function-attributes-for-ipsec'Jakub Kicinski15-108/+898
2023-08-28net/mlx5: Implement devlink port function cmds to control ipsec_packetDima Chumak6-4/+173
2023-08-28net/mlx5: Implement devlink port function cmds to control ipsec_cryptoDima Chumak7-1/+431
2023-08-28net/mlx5: Provide an interface to block change of IPsec capabilitiesLeon Romanovsky4-1/+61
2023-08-28net/mlx5: Add IFC bits to support IPsec enable/disableLeon Romanovsky1-0/+3
2023-08-28net/mlx5e: Rewrite IPsec vs. TC block interfaceLeon Romanovsky3-93/+38
2023-08-28net/mlx5: Drop extra layer of locks in IPsecLeon Romanovsky1-14/+4
2023-08-28devlink: Expose port function commands to control IPsec packet offloadsDima Chumak4-0/+97