summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+2
|\
| * io_uring: Add io_uring command support for socketsBreno Leitao2023-08-091-0/+2
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-2930-51/+131
|\ \
| * | networking: Update to register_net_sysctl_szJoel Granados2023-08-1521-28/+80
| * | netfilter: Update to register_net_sysctl_szJoel Granados2023-08-157-14/+31
| * | ax.25: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
| * | sysctl: Add size to register_net_sysctl functionJoel Granados2023-08-151-9/+13
| * | sysctl: Add size to register_sysctlJoel Granados2023-08-151-1/+1
| * | sysctl: Add a size arg to __register_sysctl_tableJoel Granados2023-08-151-1/+7
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-294-16/+13
|\ \ \
| * | | minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-243-9/+9
| * | | mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)2023-08-181-7/+4
* | | | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-29289-13709/+16734
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-294-9/+28
| |\ \ \ \
| | * | | | dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-08-282-9/+19
| | * | | | netrom: Deny concurrent connect().Kuniyuki Iwashima2023-08-281-0/+5
| | * | | | net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-08-251-0/+4
| * | | | | devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko2023-08-284-64/+30
| * | | | | devlink: move small_ops definition into netlink.cJiri Pirko2023-08-283-253/+251
| * | | | | devlink: move tracepoint definitions into core.cJiri Pirko2023-08-282-6/+6
| * | | | | devlink: push linecard related code into separate fileJiri Pirko2023-08-284-615/+626
| * | | | | devlink: push rate related code into separate fileJiri Pirko2023-08-284-719/+728
| * | | | | devlink: push trap related code into separate fileJiri Pirko2023-08-284-1862/+1873
| * | | | | devlink: use tracepoint_enabled() helperJiri Pirko2023-08-281-1/+1
| * | | | | devlink: push region related code into separate fileJiri Pirko2023-08-284-1257/+1267
| * | | | | devlink: push param related code into separate fileJiri Pirko2023-08-284-860/+875
| * | | | | devlink: push resource related code into separate fileJiri Pirko2023-08-284-575/+582
| * | | | | devlink: push dpipe related code into separate fileJiri Pirko2023-08-284-895/+926
| * | | | | devlink: move and rename devlink_dpipe_send_and_alloc_skb() helperJiri Pirko2023-08-283-25/+26
| * | | | | devlink: push shared buffer related code into separate fileJiri Pirko2023-08-284-991/+1006
| * | | | | devlink: push port related code into separate fileJiri Pirko2023-08-284-1530/+1547
| * | | | | devlink: push object register/unregister notifications into separate helpersJiri Pirko2023-08-281-84/+163
| * | | | | inet: fix IP_TRANSPARENT error handlingEric Dumazet2023-08-281-5/+3
| * | | | | net: Make consumed action consistent in sch_handle_egressDaniel Borkmann2023-08-281-0/+2
| * | | | | net: Fix skb consume leak in sch_handle_egressDaniel Borkmann2023-08-281-0/+1
| * | | | | tls: get cipher_name from cipher_desc in tls_set_sw_offloadSabrina Dubroca2023-08-271-25/+4
| * | | | | tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offloadSabrina Dubroca2023-08-271-76/+13
| * | | | | tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offloadSabrina Dubroca2023-08-271-63/+16
| * | | | | tls: use tls_cipher_desc to simplify do_tls_getsockopt_confSabrina Dubroca2023-08-271-163/+11
| * | | | | tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina Dubroca2023-08-271-31/+8
| * | | | | tls: expand use of tls_cipher_desc in tls_sw_fallback_initSabrina Dubroca2023-08-271-14/+6
| * | | | | tls: allocate the fallback aead after checking that the cipher is validSabrina Dubroca2023-08-271-10/+10
| * | | | | tls: expand use of tls_cipher_desc in tls_set_device_offloadSabrina Dubroca2023-08-271-18/+4
| * | | | | tls: validate cipher descriptions at compile timeSabrina Dubroca2023-08-271-0/+18
| * | | | | tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca2023-08-272-9/+64
| * | | | | tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca2023-08-274-52/+52
| * | | | | tls: reduce size of tls_cipher_size_descSabrina Dubroca2023-08-274-9/+20
| * | | | | tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_descSabrina Dubroca2023-08-271-0/+2
| * | | | | tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca2023-08-271-0/+10
| * | | | | devlink: Expose port function commands to control IPsec packet offloadsDima Chumak2023-08-271-0/+52