summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2021-09-22ip_gre: validate csum_start only on pullWillem de Bruijn
2021-09-22fq_codel: reject silly quantum parametersEric Dumazet
2021-09-22netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans
2021-09-22Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy
2021-09-22net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet
2021-09-22tipc: increase timeout in tipc_sk_enqueue()Hoang Le
2021-09-22net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang
2021-09-22dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng
2021-09-22net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet
2021-09-22tipc: fix an use-after-free issue in tipc_recvmsgXin Long
2021-09-22fix array-index-out-of-bounds in taprio_changeHaimin Zhang
2021-09-22net: fix NULL pointer reference in cipso_v4_doi_free王贇
2021-09-22rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields
2021-09-22tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao
2021-09-22Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz
2021-09-22mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh
2021-09-22Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi
2021-09-22Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi
2021-09-22Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi
2021-09-22flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva
2021-09-22ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva
2021-09-22netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng
2021-09-22tipc: keep the skb in rcv queue until the whole data is readXin Long
2021-09-22SUNRPC: Fix potential memory corruptionTrond Myklebust
2021-09-229p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2021-09-16Revert "Bluetooth: Move shutdown callback before flushing tx and rx queue"Sasha Levin
2021-09-15ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet
2021-09-15net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang
2021-09-15ipv4: make exception cache less predictibleEric Dumazet
2021-09-15ipv6: make exception cache less predictibleEric Dumazet
2021-09-15Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin
2021-09-15mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang
2021-09-15Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng
2021-09-15Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi
2021-09-15Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King
2021-09-15net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin
2021-09-15tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau
2021-09-15netns: protect netns ID lookups with RCUGuillaume Nault
2021-09-156lowpan: iphc: Fix an off-by-one check of array indexColin Ian King
2021-09-15Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter
2021-09-12ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2021-09-12igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian
2021-09-03net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne
2021-09-03net/rds: dma_map_sg is entitled to merge entriesGerd Rausch
2021-09-03rtnetlink: Return correct error on changing device netnsAndrey Ignatov
2021-09-03ip_gre: add validation for csum_startShreyansh Chouhan
2021-09-03netfilter: conntrack: collect all entries in one cycleFlorian Westphal
2021-09-03net: qrtr: fix another OOB Read in qrtr_endpoint_postXiaolong Huang