summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-05netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey1-8/+0
2023-06-05ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel3-3/+17
2023-06-05bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li1-0/+28
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-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti1-0/+7
2023-05-30net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti1-8/+8
2023-05-30net/sched: act_mirred: refactor the handle of xmitwenxu1-6/+15
2023-05-30can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-05-30can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-05-30bridge: always declare tunnel functionsArnd Bergmann1-4/+4
2023-05-30netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal1-7/+13
2023-05-30vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet1-2/+2
2023-05-30wifi: mac80211: fix min center freq offset tracingJohannes Berg1-1/+1
2023-05-30tipc: check the bearer min mtu properly when setting it by netlinkXin Long1-2/+2
2023-05-30tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long1-3/+6
2023-05-30tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long3-2/+19
2023-05-30net/tipc: fix tipc header files for kernel-docRandy Dunlap5-14/+24
2023-05-30net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen1-5/+3
2023-05-30SUNRPC: Fix trace_svc_register() call siteChuck Lever1-1/+1
2023-05-30erspan: get the proto with the md version for collect_mdXin Long1-5/+8
2023-05-30tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet1-2/+3
2023-05-30net: Find dst with sk's xfrm policy not ctl_sksewookseo3-2/+7
2023-05-30ipv4/tcp: do not use per netns ctl socketsEric Dumazet1-34/+27
2023-05-30vsock: avoid to close connected socket after the timeoutZhuang Shengen1-1/+1
2023-05-30af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner1-4/+8
2023-05-30Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2-53/+4
2023-05-30xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca1-6/+0
2023-05-30Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li1-1/+0
2023-05-30ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman1-1/+1
2023-05-30net: Catch invalid index in XPS mappingNick Child1-0/+2
2023-05-30af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima1-8/+12
2023-05-30af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima1-1/+1
2023-05-30net: datagram: fix data-races in datagram_poll()Eric Dumazet1-5/+10
2023-05-30tcp: add annotations around sk->sk_shutdown accessesEric Dumazet3-9/+11
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni1-2/+7
2023-05-30net: add vlan_get_protocol_and_depth() helperEric Dumazet3-6/+4
2023-05-30net: deal with most data-races in sk_wait_event()Eric Dumazet8-19/+22
2023-05-30net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet1-1/+1
2023-05-30netlink: annotate accesses to nlk->cb_runningEric Dumazet1-4/+4
2023-05-30netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2-3/+6
2023-05-17af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima1-1/+1
2023-05-17rxrpc: Fix hard call timeout unitsDavid Howells1-1/+1
2023-05-17net/sched: act_mirred: Add carrier checkVictor Nogueira1-1/+1
2023-05-17sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang1-3/+5
2023-05-17net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov1-0/+1
2023-05-17net/ncsi: clear Tx enable mode when handling a Config required AENCosmo Chou1-0/+1
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso4-3/+15
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2-4/+0