summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix some minor issues with bundle tracingDavid Howells2023-12-201-3/+4
* cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-201-3/+0
* 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/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-201-6/+28
* 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
* net/smc: fix missing byte order conversion in CLC handshakeWen Gu2023-12-133-9/+8
* 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
* net: tls, update curr on splice as wellJohn Fastabend2023-12-131-0/+2
* 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: bpf: fix bad registration on nf_defragD. Wythe2023-12-131-5/+5
* 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
* bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-12-083-2/+7
* ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski2023-12-081-0/+1
* wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flushOldřich Jedlička2023-12-081-2/+7
* 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
* tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn2023-12-031-0/+3
* 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
* bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2023-12-032-0/+9
* net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann2023-12-031-1/+48
* rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells2023-12-031-13/+13
* rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells2023-12-031-19/+16
* 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
* netfilter: nf_tables: split async and sync catchall in two functionsPablo Neira Ayuso2023-11-281-29/+32
* netfilter: nf_tables: remove catchall element in GC sync pathPablo Neira Ayuso2023-11-281-5/+21
* svcrdma: Drop connection after an RDMA Read errorChuck Lever2023-11-281-1/+2
* net: sched: do not offload flows with a helper in act_ctXin Long2023-11-281-0/+3
* netfilter: nf_tables: bogus ENOENT when destroying element which does not existPablo Neira Ayuso2023-11-281-2/+3