summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-09-229p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2021-09-22netns: protect netns ID lookups with RCUGuillaume Nault
2021-09-22ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet
2021-09-22net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang
2021-09-22ipv4: make exception cache less predictibleEric Dumazet
2021-09-22Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin
2021-09-22mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang
2021-09-22Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng
2021-09-22Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi
2021-09-22Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King
2021-09-22net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin
2021-09-22tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau
2021-09-22Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter
2021-09-22SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust
2021-09-22ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2021-09-22igmp: 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-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
2021-08-26netfilter: nft_exthdr: fix endianness of tcp option castSergey Marinkevich
2021-08-26dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap
2021-08-26Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø
2021-08-26mac80211: drop data frames without key on encrypted linksJohannes Berg
2021-08-26vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)
2021-08-26net: igmp: increase size of mr_ifc_countEric Dumazet
2021-08-26tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell
2021-08-26net: bridge: fix memleak in br_add_if()Yang Yingliang
2021-08-26net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet
2021-08-26net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa
2021-08-12Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa
2021-08-12sctp: move the active_key update after sh_keys is addedXin Long
2021-08-08Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar
2021-08-04sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner
2021-08-04net: llc: fix skb_over_panicPavel Skripkin
2021-08-04tipc: fix sleeping in tipc accept routineHoang Le
2021-08-04netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso
2021-08-04netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal
2021-08-04cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi
2021-08-04can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan
2021-08-04gro: ensure frag0 meets IP header alignmentEric Dumazet
2021-07-31sctp: move 198 addresses from unusable to private scopeXin Long
2021-07-31net: annotate data race around sk_ll_usecEric Dumazet
2021-07-31net/802/garp: fix memleak in garp_request_join()Yang Yingliang
2021-07-31net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang
2021-07-31af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi
2021-07-31net: split out functions related to registering inflight socket filesJens Axboe
2021-07-28net: sched: cls_api: Fix the the wrong parameterYajun Deng