summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long1-0/+1
2023-10-10sctp: update transport state when processing a dupcook packetXin Long1-2/+1
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-4/+3
2023-10-10netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long1-10/+33
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline1-0/+2
2023-10-10ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells1-1/+1
2023-10-10net: fix possible store tearing in neigh_periodic_work()Eric Dumazet1-1/+3
2023-10-10net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife1-6/+23
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2-3/+3
2023-10-10ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey1-0/+5
2023-10-10netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik1-2/+10
2023-10-10net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev1-3/+5
2023-10-10net: bridge: use DEV_STATS_INC()Eric Dumazet2-4/+4
2023-10-10dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2-14/+4
2023-10-10ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-10-10netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso1-4/+5
2023-10-10SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust1-0/+1
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim5-855/+0
2023-09-23devlink: remove reload failed checks in params get/set callbacksJiri Pirko1-2/+2
2023-09-23kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima1-7/+8
2023-09-23net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian1-2/+2
2023-09-23kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida1-0/+2
2023-09-23net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian1-5/+5
2023-09-23netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa1-0/+8
2023-09-23kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida1-0/+2
2023-09-23net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2-6/+18
2023-09-23af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima1-1/+1
2023-09-23af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima1-2/+2
2023-09-23af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima1-1/+1
2023-09-23af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima1-3/+3
2023-09-23net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie1-1/+1
2023-09-23net: read sk->sk_family once in sk_mc_loop()Eric Dumazet1-1/+2
2023-09-23ipv4: annotate data-races around fi->fib_deadEric Dumazet2-2/+6
2023-09-23sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2-6/+6
2023-09-23net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian1-2/+1
2023-09-23dccp: Fix out of bounds access in DCCP error handlerJann Horn2-9/+19
2023-09-23skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella1-14/+20
2023-09-23netfilter: xt_sctp: validate the flag_info countWander Lairson Costa1-0/+2
2023-09-23netfilter: xt_u32: validate user space inputWander Lairson Costa1-0/+21
2023-09-23netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng1-0/+1
2023-09-23igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet1-1/+2
2023-09-23netrom: Deny concurrent connect().Kuniyuki Iwashima1-0/+5
2023-09-23net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic1-0/+4
2023-09-23lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2-2/+2
2023-09-23lwt: Fix return values of BPF xmit opsYan Zhai1-4/+3
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-2/+1
2023-09-23net: Avoid address overwrite in kernel_connectJordan Rife1-1/+5
2023-09-23sctp: handle invalid error codes without calling BUG()Dan Carpenter1-1/+4
2023-09-23netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin1-1/+2