summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2024-11-06xfrm: Convert xfrm_dst_lookup() to dscp_t.Guillaume Nault-5/+4
2024-11-06xfrm: Convert xfrm_bundle_create() to dscp_t.Guillaume Nault-3/+4
2024-11-06xfrm: Convert xfrm_get_tos() to dscp_t.Guillaume Nault-3/+3
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim-0/+1
2024-11-05mptcp: remove unneeded lock when listing schedsMatthieu Baerts (NGI0)-2/+0
2024-11-05mptcp: use sock_kfree_s instead of kfreeGeliang Tang-1/+2
2024-11-05mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)-1/+0
2024-11-05openvswitch: Pass on secpath details for internal port rx.Aaron Conole-1/+0
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal-7/+6
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating expression type...Florian Westphal-6/+18
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with basechain hookFlorian Westphal-3/+5
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats in set walkerFlorian Westphal-5/+8
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with flowtablesFlorian Westphal-8/+11
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with setsFlorian Westphal-11/+16
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splat on rule deletionFlorian Westphal-10/+13
2024-11-04sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown-0/+1
2024-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-28/+11
2024-11-03net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov-22/+27
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-12/+16
2024-11-03sctp: properly validate chunk size in sctp_sf_ootb()Xin Long-1/+1
2024-11-03net: dsa: use ethtool string helpersRosen Penev-8/+5
2024-11-03net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()Yafang Shao-2/+2
2024-11-03fdget(), trivial conversionsAl Viro-6/+4
2024-11-03switch netlink_getsockbyfilp() to taking descriptorAl Viro-2/+7
2024-11-03net/socket.c: switch to CLASS(fd)Al Viro-166/+137
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-0/+1
2024-10-31netlink: Remove the dead code in netlink_proto_init()Jinjie Ruan-5/+1
2024-10-31tcp: only release congestion control if it has been initializedPengcheng Yang-2/+3
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-84/+123
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-3/+9
2024-10-31Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-54/+99
2024-10-31bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen-0/+1
2024-10-31Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-9/+11
2024-10-31Merge tag 'for-net-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni-7/+11
2024-10-31netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso-0/+3
2024-10-30rtnetlink: Fix an error handling path in rtnl_newlink()Christophe JAILLET-2/+4
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin-0/+4
2024-10-30net: dsa: allow matchall mirroring rules towards the CPUVladimir Oltean-6/+30
2024-10-30net: dsa: add more extack messages in dsa_user_add_cls_matchall_mirred()Vladimir Oltean-3/+14
2024-10-30net: dsa: use "extack" as argument to flow_action_basic_hw_stats_check()Vladimir Oltean-4/+2
2024-10-30net: dsa: clean up dsa_user_add_cls_matchall()Vladimir Oltean-9/+16
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever-0/+1
2024-10-30Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim-7/+11
2024-10-30jiffies: Define secs_to_jiffies()Easwar Hariharan-2/+0
2024-10-30bpf: bpf_csum_diff: Optimize and homogenize for all archsPuranjay Mohan-28/+11
2024-10-30tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing-3/+1
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet-8/+7
2024-10-30netfilter: Fix use-after-free in get_info()Dong Chenchen-1/+1
2024-10-29Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-2/+6
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-2379/+743