summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-20ax25: Fix UAF bugs in ax25 timersDuoming Zhou1-0/+5
2022-04-20ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2-8/+16
2022-04-20ax25: fix NPD bug in ax25_disconnectDuoming Zhou1-1/+1
2022-04-20ax25: fix UAF bug in ax25_send_control()Duoming Zhou1-4/+4
2022-04-20ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou1-3/+11
2022-04-20ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou1-1/+4
2022-04-20ax25: fix reference count leaks of ax25_devDuoming Zhou3-16/+36
2022-04-20ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou3-2/+15
2022-04-20ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel1-1/+1
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2022-04-20sctp: Initialize daddr on peeled off socketPetr Malat1-1/+1
2022-04-20net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul1-2/+3
2022-04-20cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram1-0/+2
2022-04-20net/sched: taprio: Check if socket flags are validBenedikt Spranger1-1/+2
2022-04-20net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner1-1/+1
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2-5/+14
2022-04-15SUNRPC: Handle low memory situations in call_status()Trond Myklebust1-0/+5
2022-04-15SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust1-0/+2
2022-04-15bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy1-4/+13
2022-04-15rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet1-1/+1
2022-04-15net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-04-15ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern1-1/+1
2022-04-15net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov1-1/+6
2022-04-15net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan1-1/+1
2022-04-15SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-04-15SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-04-15netlabel: fix out-of-bounds memory accessesWang Yufen1-0/+2
2022-04-15Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz1-1/+2
2022-04-15net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-04-15ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2-3/+11
2022-04-15ipv6: make mc_forwarding atomicEric Dumazet4-8/+8
2022-04-15bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki1-1/+9
2022-04-15openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-04-15net/x25: Fix null-ptr-deref caused by x25_disconnectDuoming Zhou1-3/+8
2022-04-15netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso1-4/+13
2022-04-15tipc: fix the timer expires after interval 100msHoang Le1-1/+2
2022-04-15openvswitch: always update flow key after natAaron Conole1-59/+59
2022-04-15tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2022-04-15af_netlink: Fix shift out of bounds in group mask calculationPetr Machata1-0/+2
2022-04-15bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen1-4/+3
2022-04-15bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen1-2/+5
2022-04-15bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen1-4/+13
2022-04-15udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2-1/+9
2022-04-15SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown1-0/+7
2022-04-15af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_regi...Haimin Zhang1-1/+1
2022-04-15xfrm: fix tunnel model fragmentation behaviorLina Wang2-1/+20
2022-03-28llc: only change llc->dev when bind() succeedsEric Dumazet1-25/+32
2022-03-28mac80211: fix potential double free on mesh joinLinus Lüssing1-3/+0
2022-03-28netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso1-1/+1
2022-03-28llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet1-0/+8