summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-20udp6: fix potential access to stale informationEric Dumazet1-3/+5
2023-04-20sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long1-1/+2
2023-04-20net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan1-0/+13
2023-04-20tcp: restrict net.ipv4.tcp_app_winYueHaibing1-0/+3
2023-04-20tcp: convert elligible sysctls to u8Eric Dumazet1-68/+68
2023-04-20ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet1-32/+32
2023-04-209p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang1-0/+4
2023-04-20Bluetooth: Fix race condition in hidp_session_threadMin Li1-1/+1
2023-04-20Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz1-18/+6
2023-04-20can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka1-1/+16
2023-04-20can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel1-1/+4
2023-04-20sunrpc: only free unix grouplist after RCU settlesJeff Layton1-4/+13
2023-04-20ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan1-1/+6
2023-04-20net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENTSricharan Ramabadhran1-6/+9
2023-04-20sctp: check send stream number after wait_for_sndbufXin Long1-0/+4
2023-04-20net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski1-1/+18
2023-04-20icmp: guard against too small mtuEric Dumazet1-0/+5
2023-04-20net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan1-0/+2
2023-04-20net: qrtr: combine nameservice into main moduleLuca Weiss2-1/+2
2023-04-20wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau1-1/+2
2023-04-05hsr: ratelimit only when errors are printedMatthieu Baerts1-1/+1
2023-04-05can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov1-6/+10
2023-04-05net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid1-1/+1
2023-04-05wifi: mac80211: fix qos on mesh interfacesFelix Fietkau1-2/+4
2023-04-05Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz1-38/+79
2023-04-05Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz1-3/+9
2023-04-05erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2-4/+4
2023-04-05xsk: Add missing overflow check in xdp_umem_regKal Conley1-6/+7
2023-04-05net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua1-4/+5
2023-03-22mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts1-1/+0
2023-03-22net/iucv: Fix size of interrupt dataAlexandra Winter1-1/+1
2023-03-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel1-0/+3
2023-03-22net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang1-1/+1
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2-8/+8
2023-03-22net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe1-0/+3
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao1-1/+1
2023-03-22netfilter: nft_redir: correct value of inet type `.maxattrs`Jeremy Sowden1-1/+1
2023-03-22netfilter: nft_redir: correct length for loading protocol registersJeremy Sowden1-1/+1
2023-03-22netfilter: nft_masq: correct length for loading protocol registersJeremy Sowden1-1/+1
2023-03-22netfilter: nft_nat: correct length for loading protocol registersJeremy Sowden1-1/+1
2023-03-22xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu1-3/+0
2023-03-17skbuff: Fix nfct leak on napi stolenTao Liu2-1/+1
2023-03-17SUNRPC: Fix a server shutdown leakBenjamin Coddington1-1/+5
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe1-5/+8
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2-2/+2
2023-03-17netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande1-7/+7
2023-03-17net: caif: Fix use-after-free in cfusbl_device_notify()Shigeru Yoshida1-0/+3
2023-03-17ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet1-0/+1
2023-03-17nfc: change order inside nfc_se_io error pathFedor Pchelkin1-1/+1
2023-03-13wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin1-2/+0