summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: ife: fix potential use-after-freeEric Dumazet2024-01-081-0/+1
* wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg2024-01-081-5/+5
* appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim2023-12-201-5/+4
* vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-201-1/+1
* net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-201-0/+6
* net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim2023-12-201-1/+3
* atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim2023-12-201-2/+5
* drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-132-1/+6
* psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel2023-12-131-1/+2
* genetlink: add CAP_NET_ADMIN test for multicast bindIdo Schimmel2023-12-131-0/+32
* netlink: don't call ->netlink_bind with table lock heldIdo Schimmel2023-12-131-2/+2
* packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2023-12-132-9/+9
* tcp: do not accept ACK of bytes we never sentEric Dumazet2023-12-131-1/+5
* ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-12-081-2/+4
* ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-12-081-1/+1
* net: sched: fix race condition in qdisc_graft()Eric Dumazet2023-11-281-2/+3
* net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-11-282-2/+2
* wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih2023-11-281-0/+4
* netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski2023-11-201-1/+1
* dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-202-6/+7
* dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima2023-11-201-3/+3
* tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida2023-11-201-2/+2
* llc: verify mac len before reading mac headerWillem de Bruijn2023-11-203-2/+14
* ipv6: avoid atomic fragment on GSO packetsYan Zhai2023-11-201-1/+7
* tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet2023-11-201-1/+1
* tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet2023-11-201-5/+4
* netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal2023-11-081-1/+1
* tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-11-081-4/+5
* Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz2023-10-251-5/+7
* Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-251-1/+2
* Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD2023-10-251-1/+1
* wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg2023-10-251-1/+1
* wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong2023-10-251-1/+2
* Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-10-251-3/+5
* Bluetooth: Avoid redundant authenticationYing Hsu2023-10-251-28/+35
* net: rfkill: gpio: prevent value glitch during probeJosua Mayer2023-10-251-2/+2
* net: ipv6: fix return value check in esp_remove_trailerMa Ke2023-10-251-1/+3
* net: ipv4: fix return value check in esp_remove_trailerMa Ke2023-10-251-1/+3
* xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet2023-10-251-4/+2
* netfilter: nft_payload: fix wrong mac header matchingFlorian Westphal2023-10-251-1/+1
* nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski2023-10-251-0/+2
* Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann2023-10-251-1/+1
* Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz2023-10-251-2/+1
* Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan2023-10-251-2/+2
* Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2023-10-252-0/+20
* Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi2023-10-251-0/+9
* nfc: nci: assert requested protocol is validJeremy Cline2023-10-251-0/+5
* rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel2023-10-101-2/+5
* Revert "rtnetlink: Reject negative ifindexes in RTM_NEWLINK"Greg Kroah-Hartman2023-10-101-4/+1
* sctp: update hb timer immediately after users change hb_intervalXin Long2023-10-101-0/+1