summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long
2023-10-10sctp: update transport state when processing a dupcook packetXin Long
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-10netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline
2023-10-10ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells
2023-10-10net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-10-10net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-10-10ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey
2023-10-10netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik
2023-10-10net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev
2023-10-10net: bridge: use DEV_STATS_INC()Eric Dumazet
2023-10-10dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-10-10ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-10-10netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso
2023-10-10SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim
2023-09-23devlink: remove reload failed checks in params get/set callbacksJiri Pirko
2023-09-23kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima
2023-09-23net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-09-23kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida
2023-09-23net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian
2023-09-23netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa
2023-09-23kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida
2023-09-23net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis
2023-09-23af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima
2023-09-23af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-23af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima
2023-09-23af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima
2023-09-23net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie
2023-09-23net: read sk->sk_family once in sk_mc_loop()Eric Dumazet
2023-09-23ipv4: annotate data-races around fi->fib_deadEric Dumazet
2023-09-23sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet
2023-09-23net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian
2023-09-23dccp: Fix out of bounds access in DCCP error handlerJann Horn
2023-09-23skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella
2023-09-23netfilter: xt_sctp: validate the flag_info countWander Lairson Costa
2023-09-23netfilter: xt_u32: validate user space inputWander Lairson Costa
2023-09-23netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng
2023-09-23igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2023-09-23netrom: Deny concurrent connect().Kuniyuki Iwashima
2023-09-23net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic
2023-09-23lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-23lwt: Fix return values of BPF xmit opsYan Zhai
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-09-23net: Avoid address overwrite in kernel_connectJordan Rife
2023-09-23sctp: handle invalid error codes without calling BUG()Dan Carpenter
2023-09-23netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin