summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2024-02-15net: sctp: fix skb leak in sctp_inq_free()Dmitry Antipov
2024-01-04sctp: fix busy pollingEric Dumazet
2023-12-13sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04sctp: update hb timer immediately after users change hb_intervalXin Long
2023-10-04sctp: update transport state when processing a dupcook packetXin Long
2023-10-04sctp: Spelling s/preceeding/preceding/gGeert Uytterhoeven
2023-10-01inet: implement lockless IP_TOSEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-31sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-18sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-07-19sctp: Set TOS and routing scope independently for fib lookups.Guillaume Nault
2023-06-29sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-12sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter
2023-06-12sctp: handle invalid error codes without calling BUG()Dan Carpenter
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-22sctp: fix an issue that plpmtu can never go to complete stateXin Long
2023-05-12sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
2023-05-10sctp: fix a potential OOB access in sctp_sched_set_sched()Ilia.Gavrilov
2023-04-21sctp: delete the nested flexible array hmacXin Long
2023-04-21sctp: delete the nested flexible array peer_initXin Long
2023-04-21sctp: delete the nested flexible array variableXin Long
2023-04-21sctp: delete the nested flexible array skipXin Long
2023-04-21sctp: delete the nested flexible array paramsXin Long
2023-04-17sctp: add intl_capable and reconf_capable in ss peer_capableXin Long
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-02sctp: check send stream number after wait_for_sndbufXin Long
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long
2023-03-09sctp: add fair capacity stream schedulerXin Long