summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-30SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust1-3/+2
2023-05-30skbuff: Proactively round up to kmalloc bucket sizeKees Cook1-26/+26
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-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: 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-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
2023-05-24Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2-53/+4
2023-05-24xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca1-6/+0
2023-05-24Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li1-1/+0
2023-05-24Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini1-1/+5
2023-05-24Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick1-2/+7
2023-05-24ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman1-1/+1
2023-05-24net: Catch invalid index in XPS mappingNick Child1-0/+2
2023-05-24af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima1-8/+12
2023-05-24af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima1-1/+1
2023-05-24net: datagram: fix data-races in datagram_poll()Eric Dumazet1-5/+10
2023-05-24tcp: add annotations around sk->sk_shutdown accessesEric Dumazet3-9/+11
2023-05-24net: add vlan_get_protocol_and_depth() helperEric Dumazet3-6/+4
2023-05-24net: deal with most data-races in sk_wait_event()Eric Dumazet8-19/+22
2023-05-24net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet1-1/+1
2023-05-24netlink: annotate accesses to nlk->cb_runningEric Dumazet1-4/+4
2023-05-24netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2-3/+6
2023-05-24netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal1-3/+6
2023-05-24net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet1-2/+2
2023-05-17af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima1-1/+1
2023-05-17ethtool: Fix uninitialized number of lanesIdo Schimmel1-1/+1
2023-05-17rxrpc: Fix hard call timeout unitsDavid Howells1-1/+1