summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter2023-11-282-3/+4
* netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao2023-11-281-1/+1
* af_unix: fix use-after-free in unix_stream_read_actor()Eric Dumazet2023-11-281-4/+5
* tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida2023-11-281-0/+1
* net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev2023-11-281-1/+1
* SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix2023-11-281-1/+4
* SUNRPC: Add an IS_ERR() check back to where it wasDan Carpenter2023-11-281-0/+4
* SUNRPC: ECONNRESET might require a rebindTrond Myklebust2023-11-281-1/+1
* 9p: v9fs_listxattr: fix %s null argument warningDominique Martinet2023-11-281-1/+1
* 9p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver2023-11-281-3/+10
* Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2023-11-282-15/+14
* vsock: read from socket's error queueArseniy Krasnov2023-11-281-0/+6
* 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
* virtio/vsock: fix header length on skb mergingArseniy Krasnov2023-11-201-1/+1
* virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida2023-11-201-0/+2
* virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman2023-11-201-0/+10
* vsock/loopback: use only sk_buff_head.lock to protect the packet queueStefano Garzarella2023-11-201-8/+2
* virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov2023-11-201-3/+2
* virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov2023-11-201-1/+0
* virtio/vsock: don't use skbuff state to account creditArseniy Krasnov2023-11-201-12/+11
* netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal2023-11-201-1/+26
* netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden2023-11-203-94/+71