summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netns: protect netns ID lookups with RCUGuillaume Nault2021-09-221-8/+10
* ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet2021-09-221-1/+1
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-09-221-1/+1
* ipv4: make exception cache less predictibleEric Dumazet2021-09-221-16/+30
* Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin2021-09-221-0/+6
* mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-09-221-1/+3
* Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng2021-09-221-0/+8
* Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi2021-09-221-5/+1
* Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King2021-09-221-1/+1
* net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin2021-09-221-4/+4
* tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau2021-09-221-2/+3
* Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter2021-09-221-0/+5
* SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2021-09-221-5/+22
* ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2021-09-221-2/+21
* igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian2021-09-221-0/+2
* net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne2021-09-031-1/+5
* net/rds: dma_map_sg is entitled to merge entriesGerd Rausch2021-09-031-2/+2
* ip_gre: add validation for csum_startShreyansh Chouhan2021-09-031-0/+2
* netfilter: conntrack: collect all entries in one cycleFlorian Westphal2021-09-031-49/+22
* net: qrtr: fix another OOB Read in qrtr_endpoint_postXiaolong Huang2021-09-031-1/+1
* netfilter: nft_exthdr: fix endianness of tcp option castSergey Marinkevich2021-08-261-5/+3
* dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap2021-08-261-3/+3
* Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø2021-08-261-1/+1
* mac80211: drop data frames without key on encrypted linksJohannes Berg2021-08-264-3/+12
* vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)2021-08-261-2/+5
* net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-261-1/+1
* tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell2021-08-261-1/+1
* net: bridge: fix memleak in br_add_if()Yang Yingliang2021-08-261-0/+2
* net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet2021-08-261-7/+14
* net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa2021-08-261-1/+6
* Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-123-24/+44
* sctp: move the active_key update after sh_keys is addedXin Long2021-08-121-5/+9
* Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman2021-08-081-8/+8
* net: Fix zero-copy head len calculation.Pravin B Shelar2021-08-081-1/+4
* sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner2021-08-041-1/+1
* net: llc: fix skb_over_panicPavel Skripkin2021-08-042-2/+10
* tipc: fix sleeping in tipc accept routineHoang Le2021-08-041-5/+4
* netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso2021-08-041-1/+3
* netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal2021-08-041-1/+6
* cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi2021-08-041-4/+2
* can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan2021-08-041-2/+18
* gro: ensure frag0 meets IP header alignmentEric Dumazet2021-08-041-1/+2
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-311-1/+2
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-311-1/+1
* net/802/garp: fix memleak in garp_request_join()Yang Yingliang2021-07-311-0/+14
* net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang2021-07-311-0/+14
* af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi2021-07-311-2/+49
* net: split out functions related to registering inflight socket filesJens Axboe2021-07-317-128/+170
* net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-281-1/+1
* sctp: update active_key for asoc when old key is being replacedXin Long2021-07-281-0/+2