summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2023-05-302-2/+8
* sctp: fix an issue that plpmtu can never go to complete stateXin Long2023-05-301-4/+7
* ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-301-0/+2
* net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-301-1/+3
* udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-302-0/+4
* SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust2023-05-301-3/+2
* skbuff: Proactively round up to kmalloc bucket sizeKees Cook2023-05-301-26/+26
* can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-241-1/+1
* can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-241-1/+1
* bridge: always declare tunnel functionsArnd Bergmann2023-05-241-4/+4
* netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal2023-05-241-7/+13
* netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal2023-05-241-3/+1
* vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet2023-05-241-2/+2
* wifi: mac80211: Abort running color change when stopping the APMichael Lee2023-05-241-1/+2
* wifi: mac80211: fix min center freq offset tracingJohannes Berg2023-05-241-1/+1
* wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac2023-05-241-2/+3
* wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer2023-05-241-1/+5
* tipc: check the bearer min mtu properly when setting it by netlinkXin Long2023-05-241-2/+2
* tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-241-3/+6
* tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-243-2/+19
* net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen2023-05-241-5/+3
* SUNRPC: Fix trace_svc_register() call siteChuck Lever2023-05-241-1/+1
* SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-244-27/+39
* SUNRPC: double free xprt_ctxt while still in useNeilBrown2023-05-241-1/+2
* erspan: get the proto with the md version for collect_mdXin Long2023-05-241-5/+8
* tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-241-2/+3
* vsock: avoid to close connected socket after the timeoutZhuang Shengen2023-05-241-1/+1
* af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-241-4/+8
* xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-241-5/+9
* Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2023-05-242-53/+4
* xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca2023-05-241-6/+0
* Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li2023-05-241-1/+0
* Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini2023-05-241-1/+5
* Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick2023-05-241-2/+7
* ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman2023-05-241-1/+1
* net: Catch invalid index in XPS mappingNick Child2023-05-241-0/+2
* af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima2023-05-241-8/+12
* af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-05-241-1/+1
* net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-241-5/+10
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-243-9/+11
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-243-6/+4
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-248-19/+22
* net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet2023-05-241-1/+1
* netlink: annotate accesses to nlk->cb_runningEric Dumazet2023-05-241-4/+4
* netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2023-05-242-3/+6
* netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal2023-05-241-3/+6
* net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet2023-05-241-2/+2
* af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima2023-05-171-1/+1
* ethtool: Fix uninitialized number of lanesIdo Schimmel2023-05-171-1/+1
* rxrpc: Fix hard call timeout unitsDavid Howells2023-05-171-1/+1