summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-26sctp: validate from_addr_param returnMarcelo Ricardo Leitner5-26/+43
2021-09-269p/trans_virtio: Remove sysfs file on probe failureXie Yongji1-1/+3
2021-09-26sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner1-3/+10
2021-09-26sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner1-0/+3
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-09-22tipc: increase timeout in tipc_sk_enqueue()Hoang Le1-1/+1
2021-09-22net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang1-1/+3
2021-09-22dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng1-0/+2
2021-09-22net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet1-16/+3
2021-09-22net: fix NULL pointer reference in cipso_v4_doi_free王贇1-2/+2
2021-09-22rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-09-22Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi1-23/+16
2021-09-22Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi1-0/+15
2021-09-22flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva1-4/+8
2021-09-22ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva1-2/+3
2021-09-22netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng1-1/+3
2021-09-22ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-09-22Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin1-0/+6
2021-09-22Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng1-0/+8
2021-09-22Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi1-5/+1
2021-09-22Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King1-1/+1
2021-09-22net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin1-4/+4
2021-09-22tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau1-2/+3
2021-09-22Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter1-0/+5
2021-09-22ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers1-2/+21
2021-09-22net/sched: cls_flower: Use mask for addr_typePaul Blakey1-0/+4
2021-09-22igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian1-0/+2
2021-09-03net/rds: dma_map_sg is entitled to merge entriesGerd Rausch1-2/+2
2021-09-03ip_gre: add validation for csum_startShreyansh Chouhan1-0/+2
2021-08-26dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap1-3/+3
2021-08-26Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø1-1/+1
2021-08-26mac80211: drop data frames without key on encrypted linksJohannes Berg4-3/+12
2021-08-26tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell1-1/+1
2021-08-26net: bridge: fix memleak in br_add_if()Yang Yingliang1-0/+2
2021-08-26net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa1-1/+6
2021-08-15Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa3-24/+44
2021-08-08can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan1-2/+18
2021-08-08Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman1-8/+8
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-08-04net: llc: fix skb_over_panicPavel Skripkin2-2/+10
2021-08-04tipc: fix sleeping in tipc accept routineHoang Le1-5/+4
2021-08-04netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso1-1/+3
2021-08-04netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal1-1/+6
2021-08-04cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi1-4/+2
2021-08-04sctp: move 198 addresses from unusable to private scopeXin Long1-1/+2
2021-08-04net/802/garp: fix memleak in garp_request_join()Yang Yingliang1-0/+14
2021-08-04net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang1-0/+14
2021-08-04af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi1-2/+49
2021-08-04net: split out functions related to registering inflight socket filesJens Axboe7-141/+183