summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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