summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-07sctp: Avoid enqueuing addr events redundantlyGilad Naaman
2024-11-07wifi: cfg80211: Fix an error handling path in nl80211_start_ap()Christophe JAILLET
2024-11-07wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scanAleksei Vetrov
2024-11-07wifi: cfg80211: Remove the Medium Synchronization Delay validity checkLingbo Kong
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-11-07net: nfc: Propagate ISO14443 type A target ATS to userspace via netlinkJuraj Šarinay
2024-11-07net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao
2024-11-06ipv6: release nexthop on device removalPaolo Abeni
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner
2024-11-06bpf, sockmap: Fix sk_msg_reset_currZijian Zhang
2024-11-06bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang
2024-11-06bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang
2024-11-06xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_dst_lookup() to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_bundle_create() to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_get_tos() to dscp_t.Guillaume Nault
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim
2024-11-05mptcp: remove unneeded lock when listing schedsMatthieu Baerts (NGI0)
2024-11-05mptcp: use sock_kfree_s instead of kfreeGeliang Tang
2024-11-05mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)
2024-11-05openvswitch: Pass on secpath details for internal port rx.Aaron Conole
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal
2024-11-05netfilter: nf_tables: must hold rcu read lock while iterating expression type...Florian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with basechain hookFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats in set walkerFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with flowtablesFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splats with setsFlorian Westphal
2024-11-05netfilter: nf_tables: avoid false-positive lockdep splat on rule deletionFlorian Westphal
2024-11-04sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown
2024-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-11-03net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-11-03sctp: properly validate chunk size in sctp_sf_ootb()Xin Long
2024-11-03net: dsa: use ethtool string helpersRosen Penev
2024-11-03net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()Yafang Shao
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-03switch netlink_getsockbyfilp() to taking descriptorAl Viro
2024-11-03net/socket.c: switch to CLASS(fd)Al Viro
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-10-31netlink: Remove the dead code in netlink_proto_init()Jinjie Ruan
2024-10-31tcp: only release congestion control if it has been initializedPengcheng Yang
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-31Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-31bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen
2024-10-31Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-31Merge tag 'for-net-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2024-10-31netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-10-30rtnetlink: Fix an error handling path in rtnl_newlink()Christophe JAILLET