summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao2024-01-012-7/+25
* Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis2024-01-011-6/+15
* Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim2024-01-011-1/+6
* Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz2024-01-011-1/+2
* wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg2024-01-011-1/+1
* wifi: cfg80211: Add my certificateChen-Yu Tsai2024-01-011-0/+87
* keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells2024-01-011-1/+9
* net: check dev->gso_max_size in gso_features_check()Eric Dumazet2024-01-011-0/+3
* net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian2024-01-011-1/+8
* Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann2024-01-011-0/+3
* net/rose: fix races in rose_kill_by_device()Eric Dumazet2024-01-011-5/+34
* net: sched: ife: fix potential use-after-freeEric Dumazet2024-01-011-0/+1
* net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida2024-01-011-1/+1
* wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg2024-01-011-5/+5
* wifi: mac80211: mesh: check element parsing succeededJohannes Berg2024-01-011-2/+4
* wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis2024-01-011-2/+2
* net: tls, update curr on splice as wellJohn Fastabend2023-12-201-0/+2
* 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
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-12-201-1/+1
* net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-201-5/+1
* netfilter: nft_set_pipapo: skip inactive elements during set walkFlorian Westphal2023-12-131-0/+3
* packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2023-12-132-9/+9
* io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-131-0/+6
* 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
* bpf: sockmap, updating the sg structure should also update currJohn Fastabend2023-12-131-0/+19
* tcp: do not accept ACK of bytes we never sentEric Dumazet2023-12-131-1/+5
* netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter2023-12-131-4/+12
* netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso2023-12-131-2/+3
* netfilter: nf_tables: bail out on mismatching dynset and set expressionsPablo Neira Ayuso2023-12-131-4/+9
* netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal2023-12-132-4/+8
* netfilter: nft_exthdr: add boolean DCCP option matchingJeremy Sowden2023-12-131-0/+106
* ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida2023-12-131-4/+7
* tcp: fix mid stream window clamp.Paolo Abeni2023-12-131-3/+19
* xsk: Skip polling event check for unbound socketYewon Choi2023-12-131-3/+2
* ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-12-131-5/+1
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2023-12-131-7/+7
* Revert "wifi: cfg80211: fix CQM for non-range use"Greg Kroah-Hartman2023-12-112-32/+19
* ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-12-081-2/+4
* wifi: cfg80211: fix CQM for non-range useJohannes Berg2023-12-082-19/+32
* net/smc: avoid data corruption caused by declineD. Wythe2023-12-031-2/+6
* ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-12-031-1/+1
* mptcp: fix setsockopt(IP_TOS) subflow lockingPaolo Abeni2023-11-281-0/+3
* mptcp: add validity check for sending RM_ADDRGeliang Tang2023-11-281-2/+3
* mptcp: deal with large GSO sizePaolo Abeni2023-11-281-0/+4
* Revert ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey2023-11-281-5/+0