summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-03-04net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman-3/+5
2026-03-04net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet-0/+1
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet-55/+41
2026-03-04net: nfc: nci: Fix zero-length proprietary notificationsIan Ray-1/+11
2026-03-04tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.cEric Dumazet-54/+54
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet-99/+85
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet-58/+65
2026-03-04net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet-9/+2
2026-03-04net-sysfs: get rid of rps_dev_flow_lockEric Dumazet-12/+6
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet-47/+54
2026-03-04net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet-10/+13
2026-03-04net-sysfs: remove rcu field from 'struct rps_sock_flow_table'Eric Dumazet-1/+3
2026-03-04net: fix off-by-one in udp_flow_src_port() / psp_write_headers()Eric Dumazet-1/+1
2026-03-04Merge tag 'linux-can-fixes-for-7.0-20260302' of git://git.kernel.org/pub/scm/...Jakub Kicinski-0/+1
2026-03-04bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encapFeng Yang-0/+15
2026-03-04Merge tag 'wireless-next-2026-03-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-316/+695
2026-03-04Merge tag 'wireless-2026-03-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-0/+1
2026-03-04ipvs: use more keys for connection hashingJulian Anastasov-65/+206
2026-03-04ipvs: switch to per-net connection tableJulian Anastasov-256/+638
2026-03-04ipvs: use resizable hash table for servicesJulian Anastasov-114/+559
2026-03-04ipvs: add resizable hash tablesJulian Anastasov-5/+179
2026-03-04netfilter: nfnetlink_queue: remove locking in nfqnl_get_sk_secctxFlorian Westphal-7/+0
2026-03-04netfilter: nfnetlink_queue: no longer acquire sk_callback_lockEric Dumazet-5/+12
2026-03-04netfilter: nfnetlink_log: no longer acquire sk_callback_lockEric Dumazet-6/+13
2026-03-04netfilter: nft_meta: no longer acquire sk_callback_lock in nft_meta_get_eval_...Eric Dumazet-10/+13
2026-03-04netfilter: xt_owner: no longer acquire sk_callback_lock in mt_owner()Eric Dumazet-14/+14
2026-03-04netfilter: nf_log_syslog: no longer acquire sk_callback_lock in nf_log_dump_s...Eric Dumazet-4/+12
2026-03-04netfilter: nft_fib_ipv6: switch to fib6_lookupFlorian Westphal-30/+49
2026-03-04ipv6: export fib6_lookup for nft_fib_ipv6Florian Westphal-0/+6
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers-3/+7
2026-03-03net: core: failover: enforce mandatory ops and clean up redundant checksZeeshan Ahmad-7/+7
2026-03-03net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su-2/+3
2026-03-03net/tcp-ao: Fix MAC comparison to be constant-timeEric Biggers-1/+3
2026-03-03net: core: allow netdev_upper_get_next_dev_rcu from bh contextKohei Enju-1/+2
2026-03-03ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()Jakub Kicinski-1/+2
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu-6/+11
2026-03-03net/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson-4/+10
2026-03-03wifi: mac80211: give the AP more time for EPPKE as wellJohannes Berg-1/+2
2026-03-03wifi: mac80211: fix missing ieee80211_eml_params member initializationMeiChia Chiu-0/+1
2026-03-02dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima-26/+8
2026-03-02ipmr: Don't hold RTNL for ipmr_rtm_route().Kuniyuki Iwashima-13/+21
2026-03-02ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima-6/+22
2026-03-02ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima-4/+4
2026-03-02ipmr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima-2/+11
2026-03-02ipmr: Remove RTNL in ipmr_rules_init() and ipmr_net_init().Kuniyuki Iwashima-10/+5
2026-03-02ipmr: Convert ipmr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima-18/+13
2026-03-02ipmr: Move unregister_netdevice_many() out of ipmr_free_table().Kuniyuki Iwashima-8/+17
2026-03-02ipmr: Move unregister_netdevice_many() out of mroute_clean_tables().Kuniyuki Iwashima-10/+24
2026-03-02ipmr: Convert ipmr_rtm_dumproute() to RCU.Kuniyuki Iwashima-9/+20
2026-03-02ipmr: Convert ipmr_rtm_getroute() to RCU.Kuniyuki Iwashima-18/+20