summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski2021-11-261-3/+0
* Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo2021-11-261-1/+9
* Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai2021-11-261-8/+16
* sctp: add vtag check in sctp_sf_violationXin Long2021-11-021-0/+3
* sctp: use init_tag from inithdr for ABORT chunkXin Long2021-11-021-0/+1
* netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum2021-10-271-1/+1
* nfc: nci: fix the UAF of rf_conn_info objectLin Ma2021-10-271-0/+2
* netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart2021-10-271-0/+5
* NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan2021-10-271-2/+6
* NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan2021-10-271-2/+7
* nfc: fix error handling of nfc_proto_register()Ziyang Xuan2021-10-271-0/+3
* mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing2021-10-171-1/+2
* netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden2021-10-171-0/+1
* netlink: annotate data races around nlk->boundEric Dumazet2021-10-171-4/+10
* net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-171-0/+3
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-092-9/+37
* netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik2021-10-061-2/+2
* ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi2021-10-061-0/+4
* mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg2021-10-061-0/+6
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-09-265-26/+43
* 9p/trans_virtio: Remove sysfs file on probe failureXie Yongji2021-09-261-1/+3
* sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-09-261-3/+10
* sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner2021-09-261-0/+3
* net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-221-1/+1
* tipc: increase timeout in tipc_sk_enqueue()Hoang Le2021-09-221-1/+1
* net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang2021-09-221-1/+3
* dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng2021-09-221-0/+2
* net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet2021-09-221-16/+3
* net: fix NULL pointer reference in cipso_v4_doi_free王贇2021-09-221-2/+2
* rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields2021-09-221-1/+1
* Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi2021-09-221-0/+15
* ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva2021-09-221-2/+3
* netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng2021-09-221-1/+3
* ipv4: make exception cache less predictibleEric Dumazet2021-09-221-16/+30
* Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin2021-09-221-0/+6
* 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
* 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
* 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
* 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-153-24/+44
* can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan2021-08-081-2/+18
* 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