- 92ef0fd net: change proto and proto_ops accept type by Jens Axboe · 10 months ago
- 73dbd8c net: Remove ctl_table sentinel elements from several networking subsystems by Joel Granados · 10 months ago
- f3d9381 net: add <net/proto_memory.h> by Eric Dumazet · 10 months ago
- 05d6d49 inet: introduce dst_rtable() helper by Eric Dumazet · 10 months ago
- e5c5f35 sctp: prefer struct_size over open coded arithmetic by Erick Archer · 10 months ago
- e8dfd42 ipv6: introduce dst_rt6_info() helper by Eric Dumazet · 10 months ago
- bfa858f sysctl: treewide: constify ctl_table_header::ctl_table_arg by Thomas Weißschuh · 11 months ago
- 1abe267 net: add sk_wake_async_rcu() helper by Eric Dumazet · 11 months ago
- 490a79f net: introduce include/net/rps.h by Eric Dumazet · 12 months ago
- 73be9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 1 month ago
- 4e45170 net: sctp: fix skb leak in sctp_inq_free() by Dmitry Antipov · 1 year, 1 month ago
- fa33b35 sctp: Simplify the allocation of slab caches by Kunwu Chan · 1 year, 1 month ago
- db59146 inet_diag: add module pointer to "struct inet_diag_handler" by Eric Dumazet · 1 year, 1 month ago
- a562c0a sctp: fix busy polling by Eric Dumazet · 1 year, 2 months ago
- 4746b36 sctp: support MSG_ERRQUEUE flag in recvmsg() by Eric Dumazet · 1 year, 3 months ago
- 938dbea net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules by Jakub Kicinski · 1 year, 3 months ago
- 2606cf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
- 1f4e803 sctp: update hb timer immediately after users change hb_interval by Xin Long · 1 year, 5 months ago
- 2222a78 sctp: update transport state when processing a dupcook packet by Xin Long · 1 year, 5 months ago
- 2b464cc sctp: Spelling s/preceeding/preceding/g by Geert Uytterhoeven · 1 year, 5 months ago
- e08d0b3 inet: implement lockless IP_TOS by Eric Dumazet · 1 year, 5 months ago
- 10bbf16 net: implement lockless SO_PRIORITY by Eric Dumazet · 1 year, 5 months ago
- 859f8b2 ipv6: lockless IPV6_FLOWINFO_SEND implementation by Eric Dumazet · 1 year, 6 months ago
- 3fa2997 ipv6: lockless IPV6_RECVERR implemetation by Eric Dumazet · 1 year, 6 months ago
- 73be7fb Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 1 year, 6 months ago
- dc9511d sctp: annotate data-races around sk->sk_wmem_queued by Eric Dumazet · 1 year, 6 months ago
- adfd671 Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 6 months ago
- 57ce642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 6 months ago
- f866fbc ipv4: fix data-races around inet->inet_id by Eric Dumazet · 1 year, 7 months ago
- 76f3329 sock: annotate data-races around prot->memory_pressure by Eric Dumazet · 1 year, 7 months ago
- b09bde5 inet: move inet->mc_loop to inet->inet_frags by Eric Dumazet · 1 year, 7 months ago
- 3f7e753 inet: move inet->freebind to inet->inet_flags by Eric Dumazet · 1 year, 7 months ago
- 6b5f43e inet: move inet->recverr to inet->inet_flags by Eric Dumazet · 1 year, 7 months ago
- c899710 networking: Update to register_net_sysctl_sz by Joel Granados · 1 year, 7 months ago
- f5f80e3 ipv6: remove hard coded limitation on ipv6_pinfo by Eric Dumazet · 1 year, 8 months ago
- ba80e20 sctp: Set TOS and routing scope independently for fib lookups. by Guillaume Nault · 1 year, 8 months ago
- 6feb37b sctp: fix potential deadlock on &net->sctp.addr_wq_lock by Chengfeng Ye · 1 year, 8 months ago
- dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 8 months ago
- e1d001f net: ioctl: Use kernel memory on protocol ioctl callbacks by Breno Leitao · 1 year, 9 months ago
- 173780f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
- 75e6def sctp: fix an error code in sctp_sf_eat_auth() by Dan Carpenter · 1 year, 9 months ago
- a0067df sctp: handle invalid error codes without calling BUG() by Dan Carpenter · 1 year, 9 months ago
- d457a0e net: move gso declarations and functions to their own files by Eric Dumazet · 1 year, 9 months ago
- 3f06760 ipv4: Drop tos parameter from flowi4_update_output() by Guillaume Nault · 1 year, 9 months ago
- d4031ec Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
- 6ca328e sctp: fix an issue that plpmtu can never go to complete state by Xin Long · 1 year, 10 months ago
- 2598619 sctp: add bpf_bypass_getsockopt proto callback by Alexander Mikhalitsyn · 1 year, 10 months ago
- 059fa49 sctp: fix a potential OOB access in sctp_sched_set_sched() by Ilia.Gavrilov · 1 year, 10 months ago
- 2ab399a sctp: delete the nested flexible array hmac by Xin Long · 1 year, 11 months ago
- f97278f sctp: delete the nested flexible array peer_init by Xin Long · 1 year, 11 months ago
- 9789c1c sctp: delete the nested flexible array variable by Xin Long · 1 year, 11 months ago
- 73175a0 sctp: delete the nested flexible array skip by Xin Long · 1 year, 11 months ago
- add7370 sctp: delete the nested flexible array params by Xin Long · 1 year, 11 months ago
- ab4f1e2 sctp: add intl_capable and reconf_capable in ss peer_capable by Xin Long · 1 year, 11 months ago
- bd4b281 sctp: delete the obsolete code for the host name address param by Xin Long · 1 year, 11 months ago
- 800e68c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
- 32832a2 sctp: fix a potential overflow in sctp_ifwdtsn_skip by Xin Long · 1 year, 11 months ago
- d9c9606 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
- 2584024 sctp: check send stream number after wait_for_sndbuf by Xin Long · 1 year, 11 months ago
- 2f2d997 net: annotate lockless accesses to sk->sk_err_soft by Eric Dumazet · 2 years ago
- 42d452e sctp: add weighted fair queueing stream scheduler by Xin Long · 2 years ago
- 4821a07 sctp: add fair capacity stream scheduler by Xin Long · 2 years ago
- 68ba4463 sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop by Xin Long · 2 years ago
- 675f176 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 2 years ago
- fe33311 net: no longer support SOCK_REFCNT_DEBUG feature by Jason Xing · 2 years, 1 month ago
- a122170 sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list by Pietro Borrello · 2 years, 1 month ago
- 82b4a94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 1 month ago
- 8f35ae1 sctp: do not check hb_timer.expires when resetting hb_timer by Xin Long · 2 years, 1 month ago
- b568d30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 1 month ago
- 91d0b78 inet: Add IP_LOCAL_PORT_RANGE socket option by Jakub Sitnicki · 2 years, 1 month ago
- 458e279 sctp: fail if no bound addresses can be used for a given scope by Marcelo Ricardo Leitner · 2 years, 1 month ago
- 40e0b09 net/sock: Introduce trace_sk_data_ready() by Peilin Ye · 2 years, 1 month ago
- 7e68dd7 Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 3 months ago
- 268325b Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 3 months ago
- da05cec sctp: sysctl: make extra pointers netns aware by Firo Yang · 2 years, 3 months ago
- 7d802c8 sctp: delete free member from struct sctp_sched_ops by Xin Long · 2 years, 3 months ago
- f2bb566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 3 months ago
- 9ed7bfc sctp: fix memory leak in sctp_stream_outq_migrate() by Zhengchao Shao · 2 years, 3 months ago
- b712d03 sctp: add sysctl net.sctp.l3mdev_accept by Xin Long · 2 years, 4 months ago
- 0af0317 sctp: add dif and sdif check in asoc and ep lookup by Xin Long · 2 years, 4 months ago
- 33e93ed sctp: add skb_sdif in struct sctp_af by Xin Long · 2 years, 4 months ago
- f87b1ac sctp: check sk_bound_dev_if when matching ep in get_port by Xin Long · 2 years, 4 months ago
- 6fe1e52 sctp: check ipv6 addr with sk_bound_dev if set by Xin Long · 2 years, 4 months ago
- 26943ae sctp: verify the bind address with the tb_id from l3mdev by Xin Long · 2 years, 4 months ago
- 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
- b079831 sctp: sm_statefuns: Remove pointer casts of the same type by Li zeming · 2 years, 4 months ago
- 966a9b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
- 2f201ae sctp: clear out_curr if all frag chunks of current msg are pruned by Xin Long · 2 years, 4 months ago
- 9f0b773 sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent by Xin Long · 2 years, 4 months ago
- 6431b0f6 sctp: Call inet6_destroy_sock() via sk->sk_destruct(). by Kuniyuki Iwashima · 2 years, 5 months ago
- 377eb9a sctp: remove unnecessary NULL checks in sctp_enqueue_event() by Alexey Kodanev · 2 years, 5 months ago
- b66aedd sctp: remove unnecessary NULL check in sctp_ulpq_tail_event() by Alexey Kodanev · 2 years, 5 months ago
- 6fdfdef sctp: remove unnecessary NULL check in sctp_association_init() by Alexey Kodanev · 2 years, 5 months ago
- 7e3cf08 treewide: use get_random_{u8,u16}() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
- 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
- 022152a sctp: handle the error returned from sctp_auth_asoc_init_active_key by Xin Long · 2 years, 5 months ago
- 272ac32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 7 months ago
- 181d8d2 sctp: leave the err path free in sctp_stream_init to sctp_stream_free by Xin Long · 2 years, 7 months ago
- b89fc26 sctp: fix sleep in atomic context bug in timer handlers by Duoming Zhou · 2 years, 7 months ago
- 6e0e846 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 8 months ago