summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: MGMT: Fix misplaced BT_HS checkGuillaume Bertholon2022-02-031-4/+4
* ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-02-031-2/+9
* ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-02-031-1/+4
* net-procfs: show net devices bound packet typesJianguo Wu2022-02-031-3/+32
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-032-1/+4
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-02-031-4/+4
* Bluetooth: refactor malicious adv data checkBrian Gix2022-02-031-5/+5
* can: bcm: fix UAF of bcm opZiyang Xuan2022-02-031-10/+10
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-271-1/+3
* af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-272-5/+15
* Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2022-01-271-0/+1
* netfilter: bridge: add support for pppoe filteringFlorian Westphal2022-01-271-4/+3
* Bluetooth: stop proccessing malicious adv dataPavel Skripkin2022-01-271-1/+7
* Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai2022-01-271-3/+1
* nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-271-0/+5
* net: udp: fix alignment problem in udp4_seq_show()yangxingwu2022-01-111-1/+1
* ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao2022-01-111-0/+2
* phonet: refcount leak in pep_sock_accepHangyu Hua2022-01-111-0/+1
* sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-111-4/+2
* mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-111-1/+1
* net: fix use-after-free in tw_timer_handlerMuchun Song2022-01-051-6/+4
* phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont2021-12-291-0/+2
* ax25: NPD bug when detaching AX25 deviceLin Ma2021-12-291-1/+3
* mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau2021-12-221-1/+1
* net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-12-221-0/+5
* nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-221-2/+4
* net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-141-1/+1
* nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-141-2/+4
* HID: introduce hid_is_using_ll_driverJason Gerecke2021-12-141-1/+2
* net: return correct error codeliuguoqiang2021-12-081-1/+1
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-12-081-2/+17
* tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet2021-12-081-2/+3
* batman-adv: Avoid WARN_ON timing related checksSven Eckelmann2021-11-261-1/+3
* batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann2021-11-261-3/+5
* batman-adv: Reserve needed_*room for fragmentsSven Eckelmann2021-11-261-5/+10
* batman-adv: Consider fragmentation for needed_headroomSven Eckelmann2021-11-261-0/+3
* batman-adv: set .owner to THIS_MODULETaehee Yoo2021-11-261-0/+1
* batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing2021-11-261-14/+85
* batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing2021-11-263-14/+30
* batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing2021-11-263-3/+48
* batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann2021-11-261-6/+14
* batman-adv: Fix multicast TT issues with bogus ROAM flagsLinus Lüssing2021-11-261-2/+4
* batman-adv: Keep fragments equally sizedSven Eckelmann2021-11-261-7/+13
* cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi2021-11-261-0/+1
* NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-261-14/+18
* NFC: reorganize the functions in nci_requestLin Ma2021-11-261-4/+7
* net: batman-adv: fix error handlingPavel Skripkin2021-11-264-16/+44
* vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata2021-11-261-0/+2
* netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal2021-11-261-1/+1