summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-20appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim1-5/+4
2023-12-20vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-20net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim1-1/+3
2023-12-20atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim1-2/+5
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2-1/+6
2023-12-13psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel1-1/+2
2023-12-13genetlink: add CAP_NET_ADMIN test for multicast bindIdo Schimmel1-0/+32
2023-12-13netlink: don't call ->netlink_bind with table lock heldIdo Schimmel1-2/+2
2023-12-13packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2-9/+9
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-12-08ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao1-2/+4
2023-12-08ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan1-1/+1
2023-11-28net: sched: fix race condition in qdisc_graft()Eric Dumazet1-2/+3
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2-2/+2
2023-11-28wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih1-0/+4
2023-11-20netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski1-1/+1
2023-11-20dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2-6/+7
2023-11-20dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima1-3/+3
2023-11-20tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida1-2/+2
2023-11-20llc: verify mac len before reading mac headerWillem de Bruijn3-2/+14
2023-11-20ipv6: avoid atomic fragment on GSO packetsYan Zhai1-1/+7
2023-11-20tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet1-1/+1
2023-11-20tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet1-5/+4
2023-11-08netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal1-1/+1
2023-11-08tcp: fix wrong RTO timeout when received SACK renegingFred Chen1-4/+5
2023-10-25Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz1-5/+7
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook1-1/+2
2023-10-25Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD1-1/+1
2023-10-25wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg1-1/+1
2023-10-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong1-1/+2
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-3/+5
2023-10-25Bluetooth: Avoid redundant authenticationYing Hsu1-28/+35
2023-10-25net: rfkill: gpio: prevent value glitch during probeJosua Mayer1-2/+2
2023-10-25net: ipv6: fix return value check in esp_remove_trailerMa Ke1-1/+3
2023-10-25net: ipv4: fix return value check in esp_remove_trailerMa Ke1-1/+3
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet1-4/+2
2023-10-25netfilter: nft_payload: fix wrong mac header matchingFlorian Westphal1-1/+1
2023-10-25nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski1-0/+2
2023-10-25Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann1-1/+1
2023-10-25Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz1-2/+1
2023-10-25Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan1-2/+2
2023-10-25Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2-0/+20
2023-10-25Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi1-0/+9
2023-10-25nfc: nci: assert requested protocol is validJeremy Cline1-0/+5
2023-10-10rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-2/+5
2023-10-10Revert "rtnetlink: Reject negative ifindexes in RTM_NEWLINK"Greg Kroah-Hartman1-4/+1
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long1-0/+1
2023-10-10sctp: update transport state when processing a dupcook packetXin Long1-2/+1
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13