| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+9 |
| 2025-11-10 | sctp: Don't inherit do_auto_asconf in sctp_clone_sock(). | Kuniyuki Iwashima | 1 | -0/+1 |
| 2025-11-10 | sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto | Eric Dumazet | 1 | -4/+9 |
| 2025-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -20/+22 |
| 2025-11-04 | net: Convert proto callbacks from sockaddr to sockaddr_unsized | Kees Cook | 1 | -4/+5 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -2/+2 |
| 2025-11-03 | sctp: make sctp_transport_init() void | Huiwen He | 1 | -15/+6 |
| 2025-11-03 | sctp: Hold sock lock while iterating over address list | Stefan Wiehler | 1 | -5/+9 |
| 2025-11-03 | sctp: Prevent TOCTOU out-of-bounds write | Stefan Wiehler | 1 | -0/+3 |
| 2025-11-03 | sctp: Hold RCU read lock while iterating over address list | Stefan Wiehler | 1 | -0/+4 |
| 2025-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-10-30 | net: sctp: fix KMSAN uninit-value in sctp_inq_pop | Ranganath V N | 1 | -1/+1 |
| 2025-10-28 | sctp: Constify struct sctp_sched_ops | Christophe JAILLET | 5 | -16/+16 |
| 2025-10-27 | sctp: Remove sctp_copy_sock() and sctp_copy_descendant(). | Kuniyuki Iwashima | 1 | -71/+0 |
| 2025-10-27 | sctp: Use sctp_clone_sock() in sctp_do_peeloff(). | Kuniyuki Iwashima | 1 | -21/+15 |
| 2025-10-27 | sctp: Remove sctp_pf.create_accept_sk(). | Kuniyuki Iwashima | 2 | -72/+0 |
| 2025-10-27 | sctp: Use sk_clone() in sctp_accept(). | Kuniyuki Iwashima | 1 | -37/+76 |
| 2025-10-27 | sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk(). | Kuniyuki Iwashima | 3 | -19/+24 |
| 2025-10-27 | sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate(). | Kuniyuki Iwashima | 1 | -5/+2 |
| 2025-10-27 | sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock(). | Kuniyuki Iwashima | 1 | -2/+3 |
| 2025-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+7 |
| 2025-10-22 | sctp: avoid NULL dereference when chunk data buffer is missing | Alexey Simakov | 1 | -6/+7 |
| 2025-10-17 | ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock. | Kuniyuki Iwashima | 1 | -3/+5 |
| 2025-10-06 | net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce() | Alexandr Sapozhnikov | 1 | -1/+2 |
| 2025-09-08 | sctp: snmp: do not use SNMP_MIB_SENTINEL anymore | Eric Dumazet | 1 | -6/+6 |
| 2025-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2025-08-28 | net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers | Eric Dumazet | 1 | -1/+1 |
| 2025-08-27 | sctp: initialize more fields in sctp_v6_from_sk() | Eric Dumazet | 1 | -0/+2 |
| 2025-08-26 | ipv4: Convert ->flowi4_tos to dscp_t. | Guillaume Nault | 1 | -1/+2 |
| 2025-08-19 | sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_alg | Eric Biggers | 1 | -3/+1 |
| 2025-08-19 | sctp: Convert cookie authentication to use HMAC-SHA256 | Eric Biggers | 6 | -152/+64 |
| 2025-08-19 | sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication | Eric Biggers | 6 | -157/+42 |
| 2025-08-19 | sctp: Fix MAC comparison to be constant-time | Eric Biggers | 2 | -2/+4 |
| 2025-08-08 | sctp: linearize cloned gso packets in sctp_rcv | Xin Long | 1 | -1/+1 |
| 2025-07-02 | net: dst: annotate data-races around dst->obsolete | Eric Dumazet | 1 | -1/+1 |
| 2025-06-23 | net: make sk->sk_rcvtimeo lockless | Eric Dumazet | 1 | -1/+1 |
| 2025-06-23 | net: make sk->sk_sndtimeo lockless | Eric Dumazet | 1 | -1/+1 |
| 2025-06-23 | net: remove sock_i_uid() | Eric Dumazet | 3 | -5/+5 |
| 2025-06-17 | net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb() | Petr Machata | 1 | -1/+1 |
| 2025-06-17 | net: ipv6: Make udp_tunnel6_xmit_skb() void | Petr Machata | 1 | -3/+4 |
| 2025-06-17 | net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb() | Petr Machata | 1 | -1/+2 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 2 | -14/+20 |
| 2025-05-27 | sctp: mark sctp_do_peeloff static | Christoph Hellwig | 1 | -2/+2 |
| 2025-05-21 | sctp: use skb_crc32c() instead of __skb_checksum() | Eric Biggers | 2 | -2/+0 |
| 2025-05-21 | net: introduce CONFIG_NET_CRC32C | Eric Biggers | 1 | -0/+1 |
| 2025-05-20 | sctp: Do not wake readers in __sctp_write_space() | Petr Malat | 1 | -1/+2 |
| 2025-05-16 | net: rfs: add sock_rps_delete_flow() helper | Eric Dumazet | 1 | -1/+1 |
| 2025-05-05 | sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iif | Dr. David Alan Gilbert | 2 | -26/+0 |
| 2025-04-10 | Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -8/+16 |
| 2025-04-08 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -1/+1 |
| 2025-04-08 | sctp: detect and prevent references to a freed transport in sendmsg | Ricardo Cañuelo Navarro | 2 | -8/+16 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 8 | -20/+19 |
| 2025-04-04 | lib/crc: remove CONFIG_LIBCRC32C | Eric Biggers | 1 | -1/+1 |
| 2025-04-02 | sctp: add mutual exclusion in proc_sctp_do_udp_port() | Eric Dumazet | 1 | -0/+4 |
| 2025-03-03 | net: use sock_kmemdup for ip_options | Geliang Tang | 1 | -5/+2 |
| 2025-02-19 | sctp: Fix undefined behavior in left shift operation | Yu-Chun Lin | 1 | -1/+1 |
| 2025-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+8 |
| 2025-01-09 | sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -1/+2 |
| 2025-01-09 | sctp: sysctl: udp_port: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -1/+1 |
| 2025-01-09 | sctp: sysctl: auth_enable: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -1/+1 |
| 2025-01-09 | sctp: sysctl: rto_min/max: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -2/+2 |
| 2025-01-09 | sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -1/+2 |
| 2025-01-06 | sctp: Prepare sctp_v4_get_dst() to dscp_t conversion. | Guillaume Nault | 1 | -3/+7 |
| 2024-12-23 | net/sctp: Prevent autoclose integer overflow in sctp_association_init() | Nikolay Kuratov | 1 | -1/+2 |
| 2024-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+13 |
| 2024-11-09 | sctp: fix possible UAF in sctp_v6_available() | Eric Dumazet | 1 | -6/+13 |
| 2024-11-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-11-07 | sctp: Avoid enqueuing addr events redundantly | Gilad Naaman | 2 | -2/+16 |
| 2024-11-03 | sctp: properly validate chunk size in sctp_sf_ootb() | Xin Long | 1 | -1/+1 |
| 2024-10-09 | sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start | Xin Long | 1 | -5/+13 |
| 2024-10-03 | sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start | Xin Long | 1 | -1/+3 |
| 2024-09-09 | sctp: Unmask upper DSCP bits in sctp_v4_get_dst() | Ido Schimmel | 1 | -1/+2 |
| 2024-08-27 | sctp: fix association labeling in the duplicate COOKIE-ECHO case | Ondrej Mosnacek | 1 | -6/+16 |
| 2024-08-02 | sctp: Fix null-ptr-deref in reuseport_add_sock(). | Kuniyuki Iwashima | 1 | -8/+11 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -14/+14 |
| 2024-07-03 | sctp: cancel a blocking accept when shutdown a listen socket | Xin Long | 1 | -4/+10 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -4/+4 |
| 2024-05-03 | net: Remove ctl_table sentinel elements from several networking subsystems | Joel Granados | 1 | -7/+3 |
| 2024-04-30 | net: add <net/proto_memory.h> | Eric Dumazet | 1 | -0/+1 |
| 2024-04-30 | inet: introduce dst_rtable() helper | Eric Dumazet | 1 | -2/+2 |
| 2024-04-30 | sctp: prefer struct_size over open coded arithmetic | Erick Archer | 1 | -3/+4 |
| 2024-04-29 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-04-22 | sysctl: treewide: constify ctl_table_header::ctl_table_arg | Thomas Weißschuh | 1 | -1/+1 |
| 2024-03-29 | net: add sk_wake_async_rcu() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-03-07 | net: introduce include/net/rps.h | Eric Dumazet | 1 | -0/+1 |
| 2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+10 |
| 2024-02-15 | net: sctp: fix skb leak in sctp_inq_free() | Dmitry Antipov | 1 | -4/+10 |
| 2024-02-02 | sctp: Simplify the allocation of slab caches | Kunwu Chan | 1 | -8/+2 |
| 2024-01-23 | inet_diag: add module pointer to "struct inet_diag_handler" | Eric Dumazet | 1 | -0/+1 |
| 2024-01-04 | sctp: fix busy polling | Eric Dumazet | 1 | -6/+4 |
| 2023-12-13 | sctp: support MSG_ERRQUEUE flag in recvmsg() | Eric Dumazet | 1 | -0/+3 |
| 2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
| 2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+2 |
| 2023-10-04 | sctp: update hb timer immediately after users change hb_interval | Xin Long | 1 | -0/+1 |
| 2023-10-04 | sctp: update transport state when processing a dupcook packet | Xin Long | 1 | -2/+1 |
| 2023-10-04 | sctp: Spelling s/preceeding/preceding/g | Geert Uytterhoeven | 1 | -1/+1 |
| 2023-10-01 | inet: implement lockless IP_TOS | Eric Dumazet | 1 | -2/+2 |
| 2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet | 1 | -1/+1 |
| 2023-09-15 | ipv6: lockless IPV6_FLOWINFO_SEND implementation | Eric Dumazet | 1 | -1/+2 |
| 2023-09-15 | ipv6: lockless IPV6_RECVERR implemetation | Eric Dumazet | 1 | -3/+1 |
| 2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2 | -6/+6 |
| 2023-08-31 | sctp: annotate data-races around sk->sk_wmem_queued | Eric Dumazet | 2 | -6/+6 |
| 2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+3 |
| 2023-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-08-20 | ipv4: fix data-races around inet->inet_id | Eric Dumazet | 1 | -1/+1 |
| 2023-08-18 | sock: annotate data-races around prot->memory_pressure | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->mc_loop to inet->inet_frags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->freebind to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->recverr to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -1/+3 |
| 2023-07-24 | ipv6: remove hard coded limitation on ipv6_pinfo | Eric Dumazet | 1 | -0/+1 |
| 2023-07-19 | sctp: Set TOS and routing scope independently for fib lookups. | Guillaume Nault | 1 | -1/+2 |
| 2023-06-29 | sctp: fix potential deadlock on &net->sctp.addr_wq_lock | Chengfeng Ye | 1 | -2/+2 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -1/+0 |
| 2023-06-15 | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 1 | -4/+4 |
| 2023-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+5 |
| 2023-06-12 | sctp: fix an error code in sctp_sf_eat_auth() | Dan Carpenter | 1 | -1/+1 |
| 2023-06-12 | sctp: handle invalid error codes without calling BUG() | Dan Carpenter | 1 | -1/+4 |
| 2023-06-10 | net: move gso declarations and functions to their own files | Eric Dumazet | 1 | -0/+1 |
| 2023-06-02 | ipv4: Drop tos parameter from flowi4_update_output() | Guillaume Nault | 1 | -3/+1 |
| 2023-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+7 |
| 2023-05-22 | sctp: fix an issue that plpmtu can never go to complete state | Xin Long | 1 | -4/+7 |
| 2023-05-12 | sctp: add bpf_bypass_getsockopt proto callback | Alexander Mikhalitsyn | 1 | -0/+18 |
| 2023-05-10 | sctp: fix a potential OOB access in sctp_sched_set_sched() | Ilia.Gavrilov | 1 | -4/+5 |
| 2023-04-21 | sctp: delete the nested flexible array hmac | Xin Long | 2 | -2/+2 |
| 2023-04-21 | sctp: delete the nested flexible array peer_init | Xin Long | 3 | -9/+8 |
| 2023-04-21 | sctp: delete the nested flexible array variable | Xin Long | 3 | -7/+9 |
| 2023-04-21 | sctp: delete the nested flexible array skip | Xin Long | 1 | -2/+2 |
| 2023-04-21 | sctp: delete the nested flexible array params | Xin Long | 4 | -12/+12 |
| 2023-04-17 | sctp: add intl_capable and reconf_capable in ss peer_capable | Xin Long | 1 | -2/+3 |
| 2023-04-17 | sctp: delete the obsolete code for the host name address param | Xin Long | 2 | -10/+2 |
| 2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2023-04-13 | sctp: fix a potential overflow in sctp_ifwdtsn_skip | Xin Long | 1 | -1/+2 |
| 2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+4 |
| 2023-04-02 | sctp: check send stream number after wait_for_sndbuf | Xin Long | 1 | -0/+4 |
| 2023-03-17 | net: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 2 | -2/+2 |
| 2023-03-09 | sctp: add weighted fair queueing stream scheduler | Xin Long | 2 | -4/+47 |
| 2023-03-09 | sctp: add fair capacity stream scheduler | Xin Long | 3 | -1/+186 |
| 2023-02-23 | sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop | Xin Long | 1 | -31/+21 |
| 2023-02-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+1 |
| 2023-02-15 | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing | 2 | -4/+0 |
| 2023-02-10 | sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list | Pietro Borrello | 1 | -3/+1 |
| 2023-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+1 |
| 2023-01-31 | sctp: do not check hb_timer.expires when resetting hb_timer | Xin Long | 1 | -3/+1 |
| 2023-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
| 2023-01-25 | inet: Add IP_LOCAL_PORT_RANGE socket option | Jakub Sitnicki | 1 | -1/+1 |
| 2023-01-24 | sctp: fail if no bound addresses can be used for a given scope | Marcelo Ricardo Leitner | 1 | -0/+6 |
| 2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 1 | -0/+3 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 14 | -173/+213 |
| 2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+2 |
| 2022-12-12 | sctp: sysctl: make extra pointers netns aware | Firo Yang | 1 | -29/+44 |
| 2022-12-01 | sctp: delete free member from struct sctp_sched_ops | Xin Long | 3 | -51/+20 |
| 2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -7/+47 |
| 2022-11-29 | sctp: fix memory leak in sctp_stream_outq_migrate() | Zhengchao Shao | 4 | -7/+47 |
| 2022-11-18 | sctp: add sysctl net.sctp.l3mdev_accept | Xin Long | 1 | -0/+11 |
| 2022-11-18 | sctp: add dif and sdif check in asoc and ep lookup | Xin Long | 5 | -56/+76 |
| 2022-11-18 | sctp: add skb_sdif in struct sctp_af | Xin Long | 2 | -1/+13 |
| 2022-11-18 | sctp: check sk_bound_dev_if when matching ep in get_port | Xin Long | 1 | -1/+4 |
| 2022-11-18 | sctp: check ipv6 addr with sk_bound_dev if set | Xin Long | 1 | -3/+11 |
| 2022-11-18 | sctp: verify the bind address with the tb_id from l3mdev | Xin Long | 1 | -3/+6 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2 | -2/+2 |
| 2022-11-17 | sctp: sm_statefuns: Remove pointer casts of the same type | Li zeming | 1 | -1/+1 |
| 2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+8 |
| 2022-11-07 | sctp: clear out_curr if all frag chunks of current msg are pruned | Xin Long | 1 | -0/+5 |
| 2022-11-07 | sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent | Xin Long | 1 | -5/+3 |
| 2022-10-24 | sctp: Call inet6_destroy_sock() via sk->sk_destruct(). | Kuniyuki Iwashima | 1 | -8/+21 |
| 2022-10-20 | sctp: remove unnecessary NULL checks in sctp_enqueue_event() | Alexey Kodanev | 1 | -9/+3 |
| 2022-10-20 | sctp: remove unnecessary NULL check in sctp_ulpq_tail_event() | Alexey Kodanev | 1 | -4/+1 |
| 2022-10-20 | sctp: remove unnecessary NULL check in sctp_association_init() | Alexey Kodanev | 2 | -7/+2 |
| 2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-09-30 | sctp: handle the error returned from sctp_auth_asoc_init_active_key | Xin Long | 1 | -4/+14 |
| 2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -20/+6 |
| 2022-07-27 | sctp: leave the err path free in sctp_stream_init to sctp_stream_free | Xin Long | 2 | -19/+5 |
| 2022-07-25 | sctp: fix sleep in atomic context bug in timer handlers | Duoming Zhou | 1 | -1/+1 |
| 2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-15 | ip: Fix data-races around sysctl_ip_nonlocal_bind. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-06-10 | net: keep sk->sk_forward_alloc as small as possible | Eric Dumazet | 4 | -13/+0 |
| 2022-06-10 | net: add per_cpu_fw_alloc field to struct proto | Eric Dumazet | 1 | -0/+7 |
| 2022-06-10 | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT | Eric Dumazet | 1 | -2/+2 |
| 2022-05-20 | stcp: Use memset_after() to zero sctp_stream_out_ext | Xiu Jianfeng | 1 | -6/+3 |
| 2022-05-16 | sctp: read sk->sk_bound_dev_if once in sctp_rcv() | Eric Dumazet | 1 | -1/+3 |
| 2022-05-16 | net: allow gso_max_size to exceed 65536 | Alexander Duyck | 1 | -1/+2 |
| 2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil | 1 | -1/+1 |
| 2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+4 |
| 2022-04-23 | sctp: check asoc strreset_chunk in sctp_generate_reconf_event | Xin Long | 1 | -0/+4 |
| 2022-04-22 | ipv6: Remove __ipv6_only_sock(). | Kuniyuki Iwashima | 1 | -2/+2 |
| 2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -4/+4 |
| 2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 2 | -10/+8 |
| 2022-04-11 | sctp: Initialize daddr on peeled off socket | Petr Malat | 1 | -1/+1 |
| 2022-04-08 | sctp: use the correct skb for security_sctp_assoc_request | Xin Long | 1 | -3/+3 |
| 2022-04-05 | sctp: count singleton chunks in assoc user stats | Jamie Bainbridge | 1 | -1/+5 |
| 2022-03-21 | Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+5 |
| 2022-03-10 | sctp: fix kernel-infoleak for SCTP sockets | Eric Dumazet | 1 | -6/+3 |
| 2022-02-15 | security: add sctp_assoc_established hook | Ondrej Mosnacek | 1 | -3/+5 |
| 2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -32/+36 |
| 2022-01-02 | sctp: hold endpoint before calling cb in sctp_transport_lookup_process | Xin Long | 2 | -32/+36 |
| 2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -22/+36 |
| 2021-12-25 | sctp: use call_rcu to free endpoint | Xin Long | 3 | -22/+36 |
| 2021-12-23 | sctp: move hlist_node and hashent out of sctp_ep_common | Xin Long | 3 | -26/+17 |