summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-239p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet1-1/+1
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-2/+5
2023-08-30batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann1-0/+3
2023-08-30batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel1-1/+3
2023-08-30batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel1-1/+0
2023-08-30batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2-2/+4
2023-08-30batman-adv: Don't increase MTU when set by userSven Eckelmann3-1/+22
2023-08-30batman-adv: Trigger events for auto adjusted MTUSven Eckelmann1-1/+1
2023-08-30net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim1-13/+40
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+18
2023-08-30dccp: annotate data-races in dccp_poll()Eric Dumazet1-8/+12
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-1/+1
2023-08-30net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma1-1/+1
2023-08-30net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing1-1/+3
2023-08-30af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima1-5/+4
2023-08-30netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long1-3/+3
2023-08-30sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-1/+1
2023-08-30netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso1-0/+3