summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-05netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey1-8/+0
2023-06-05bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li1-0/+28
2023-06-05bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend3-18/+35
2023-06-05bpf, sockmap: Wake up polling after data copyJohn Fastabend1-1/+10
2023-06-05bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend1-0/+20
2023-06-05bpf, sockmap: Handle fin correctlyJohn Fastabend1-0/+31
2023-06-05bpf, sockmap: Improved check for empty queueJohn Fastabend1-24/+8
2023-06-05bpf, sockmap: Reschedule is now done through backlogJohn Fastabend1-2/+0
2023-06-05bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2-8/+16
2023-06-05bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend4-13/+4
2023-06-05tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski1-0/+4
2023-06-05tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski3-31/+113
2023-06-05tls: rx: strp: factor out copying skb dataJakub Kicinski1-10/+23
2023-06-05tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski1-5/+11
2023-06-05tls: rx: strp: fix determining record length in copy modeJakub Kicinski1-6/+15
2023-06-05tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski1-0/+2
2023-06-05tls: rx: device: fix checking decryption statusJakub Kicinski1-1/+1
2023-05-30page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin1-2/+26
2023-05-30net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2-2/+8
2023-05-30sctp: fix an issue that plpmtu can never go to complete stateXin Long1-4/+7
2023-05-30ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia1-0/+2
2023-05-30net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-30udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2-0/+4
2023-05-30ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel3-3/+17
2023-05-30SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust1-3/+2
2023-05-24can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-05-24can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-05-24bridge: always declare tunnel functionsArnd Bergmann1-4/+4
2023-05-24netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal1-7/+13
2023-05-24netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal1-3/+1
2023-05-24vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet1-2/+2
2023-05-24devlink: Fix crash with CONFIG_NET_NS=nIdo Schimmel1-1/+1
2023-05-24wifi: mac80211: Abort running color change when stopping the APMichael Lee1-1/+2
2023-05-24wifi: mac80211: fix min center freq offset tracingJohannes Berg1-1/+1
2023-05-24wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET1-2/+2
2023-05-24wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac1-2/+3
2023-05-24wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer1-1/+5
2023-05-24tipc: check the bearer min mtu properly when setting it by netlinkXin Long1-2/+2
2023-05-24tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long1-3/+6
2023-05-24tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long3-2/+19
2023-05-24net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen1-5/+3
2023-05-24SUNRPC: Fix trace_svc_register() call siteChuck Lever1-1/+1
2023-05-24SUNRPC: always free ctxt when freeing deferred requestNeilBrown4-27/+39
2023-05-24SUNRPC: double free xprt_ctxt while still in useNeilBrown1-1/+2
2023-05-24erspan: get the proto with the md version for collect_mdXin Long1-5/+8
2023-05-24tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet1-2/+3
2023-05-24vsock: avoid to close connected socket after the timeoutZhuang Shengen1-1/+1
2023-05-24devlink: change per-devlink netdev notifier to static oneJiri Pirko3-13/+9
2023-05-24af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner1-4/+8
2023-05-24xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner1-5/+9