summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix possible UAF in sctp_v6_available()Eric Dumazet12 days1-6/+13
* sctp: properly validate chunk size in sctp_sf_ootb()Xin Long2024-11-031-1/+1
* sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long2024-10-091-5/+13
* sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long2024-10-031-1/+3
* sctp: Unmask upper DSCP bits in sctp_v4_get_dst()Ido Schimmel2024-09-091-1/+2
* sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek2024-08-271-6/+16
* sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima2024-08-021-8/+11
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-14/+14
* sctp: cancel a blocking accept when shutdown a listen socketXin Long2024-07-031-4/+10
* net: change proto and proto_ops accept typeJens Axboe2024-05-131-4/+4
* net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados2024-05-031-7/+3
* net: add <net/proto_memory.h>Eric Dumazet2024-04-301-0/+1
* inet: introduce dst_rtable() helperEric Dumazet2024-04-301-2/+2
* sctp: prefer struct_size over open coded arithmeticErick Archer2024-04-301-3/+4
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* net: add sk_wake_async_rcu() helperEric Dumazet2024-03-291-1/+1
* net: introduce include/net/rps.hEric Dumazet2024-03-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-4/+10
|\
| * net: sctp: fix skb leak in sctp_inq_free()Dmitry Antipov2024-02-151-4/+10
* | sctp: Simplify the allocation of slab cachesKunwu Chan2024-02-021-8/+2
* | inet_diag: add module pointer to "struct inet_diag_handler"Eric Dumazet2024-01-231-0/+1
|/
* sctp: fix busy pollingEric Dumazet2024-01-041-6/+4
* sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2023-12-131-0/+3
* net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-052-2/+2
|\
| * sctp: update hb timer immediately after users change hb_intervalXin Long2023-10-041-0/+1
| * sctp: update transport state when processing a dupcook packetXin Long2023-10-041-2/+1
* | sctp: Spelling s/preceeding/preceding/gGeert Uytterhoeven2023-10-041-1/+1
* | inet: implement lockless IP_TOSEric Dumazet2023-10-011-2/+2
* | net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* | ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-1/+2
* | ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-3/+1
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-072-6/+6
|\
| * sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2023-08-312-6/+6
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-1/+3
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-2/+2
|\ \
| * | ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-201-1/+1
| * | sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-181-1/+1
| |/
* | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | inet: move inet->freebind to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-0/+1
* | sctp: Set TOS and routing scope independently for fib lookups.Guillaume Nault2023-07-191-1/+2
|/
* sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye2023-06-291-2/+2
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-152-2/+5
|\
| * sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter2023-06-121-1/+1