summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-27af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2-5/+15
2022-01-27Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun1-0/+1
2022-01-27netfilter: bridge: add support for pppoe filteringFlorian Westphal1-4/+3
2022-01-27Bluetooth: stop proccessing malicious adv dataPavel Skripkin1-1/+7
2022-01-27Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai1-3/+1
2022-01-27nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski1-0/+5
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu1-1/+1
2022-01-11ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao1-0/+2
2022-01-11phonet: refcount leak in pep_sock_accepHangyu Hua1-0/+1
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet1-4/+2
2022-01-11mac80211: initialize variable have_higher_than_11mbitTom Rix1-1/+1
2022-01-05net: fix use-after-free in tw_timer_handlerMuchun Song1-6/+4
2021-12-29phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont1-0/+2
2021-12-29ax25: NPD bug when detaching AX25 deviceLin Ma1-1/+3
2021-12-22mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau1-1/+1
2021-12-22net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli1-0/+5
2021-12-22nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk1-2/+4
2021-12-14net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet1-1/+1
2021-12-14nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski1-2/+4
2021-12-14HID: introduce hid_is_using_ll_driverJason Gerecke1-1/+2
2021-12-08net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski1-1/+1
2021-12-08net: return correct error codeliuguoqiang1-1/+1
2021-12-08NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-12-08tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-11-26batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann1-3/+6
2021-11-26batman-adv: Reserve needed_*room for fragmentsSven Eckelmann1-5/+10
2021-11-26batman-adv: Consider fragmentation for needed_headroomSven Eckelmann1-0/+3
2021-11-26batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing1-16/+87
2021-11-26batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing3-3/+48
2021-11-26batman-adv: Fix own OGM check in aggregated OGMsLinus Lüssing1-5/+6
2021-11-26batman-adv: Keep fragments equally sizedSven Eckelmann1-7/+13
2021-11-26cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi1-0/+1
2021-11-26NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-26NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-11-26vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata1-0/+2
2021-11-26netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal1-1/+1
2021-11-26net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski1-3/+0
2021-11-26Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo1-1/+9
2021-11-26Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai1-8/+16
2021-11-26bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+1
2021-11-02sctp: add vtag check in sctp_sf_violationXin Long1-0/+3
2021-11-02sctp: use init_tag from inithdr for ABORT chunkXin Long1-0/+1
2021-11-02net: batman-adv: fix error handlingPavel Skripkin4-20/+52
2021-10-27netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum1-1/+1
2021-10-27nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
2021-10-27NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan1-2/+6
2021-10-27NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan1-2/+7
2021-10-27nfc: fix error handling of nfc_proto_register()Ziyang Xuan1-0/+3
2021-10-17mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2