aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-05Merge tag 'nf-next-26-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextPaolo Abeni13-444/+1629
2026-03-04mptcp: pm: in-kernel: always mark signal+subflow endp as usedMatthieu Baerts (NGI0)1-0/+9
2026-03-04mptcp: pm: avoid sending RM_ADDR over same subflowMatthieu Baerts (NGI0)1-12/+43
2026-03-04nfc: rawsock: cancel tx_work before socket teardownJakub Kicinski1-0/+11
2026-03-04nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski1-4/+8
2026-03-04nfc: nci: complete pending data exchange on device closeJakub Kicinski1-0/+9
2026-03-04nfc: digital: free skb on digital_in_send error pathsJakub Kicinski1-2/+6
2026-03-04nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski1-2/+7
2026-03-04net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman2-3/+5
2026-03-04net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet1-0/+1
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet3-55/+41
2026-03-04net: nfc: nci: Fix zero-length proprietary notificationsIan Ray1-1/+11
2026-03-04tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.cEric Dumazet2-54/+54
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet6-99/+85
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet2-58/+65
2026-03-04net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet1-9/+2
2026-03-04net-sysfs: get rid of rps_dev_flow_lockEric Dumazet1-12/+6
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet2-47/+54
2026-03-04net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet2-10/+13
2026-03-04net-sysfs: remove rcu field from 'struct rps_sock_flow_table'Eric Dumazet1-1/+3
2026-03-04net: fix off-by-one in udp_flow_src_port() / psp_write_headers()Eric Dumazet1-1/+1
2026-03-04Merge tag 'linux-can-fixes-for-7.0-20260302' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski1-0/+1
2026-03-04bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encapFeng Yang1-0/+15
2026-03-04Merge tag 'wireless-next-2026-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski22-316/+695
2026-03-04Merge tag 'wireless-2026-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-0/+1
2026-03-04ipvs: use more keys for connection hashingJulian Anastasov1-65/+206
2026-03-04ipvs: switch to per-net connection tableJulian Anastasov4-256/+638
2026-03-04ipvs: use resizable hash table for servicesJulian Anastasov1-109/+554
2026-03-04ipvs: add resizable hash tablesJulian Anastasov2-5/+179
2026-03-04netfilter: nfnetlink_queue: remove locking in nfqnl_get_sk_secctxFlorian Westphal1-7/+0
2026-03-04netfilter: nfnetlink_queue: no longer acquire sk_callback_lockEric Dumazet1-5/+12
2026-03-04netfilter: nfnetlink_log: no longer acquire sk_callback_lockEric Dumazet1-6/+13
2026-03-04netfilter: nft_meta: no longer acquire sk_callback_lock in nft_meta_get_eval_skugid()Eric Dumazet1-10/+13
2026-03-04netfilter: xt_owner: no longer acquire sk_callback_lock in mt_owner()Eric Dumazet1-14/+14
2026-03-04netfilter: nf_log_syslog: no longer acquire sk_callback_lock in nf_log_dump_sk_uid_gid()Eric Dumazet1-4/+12
2026-03-04netfilter: nft_fib_ipv6: switch to fib6_lookupFlorian Westphal1-30/+49
2026-03-04ipv6: export fib6_lookup for nft_fib_ipv6Florian Westphal2-0/+6
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers4-3/+7
2026-03-03net: core: failover: enforce mandatory ops and clean up redundant checksZeeshan Ahmad1-7/+7
2026-03-03net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su1-2/+3
2026-03-03net/tcp-ao: Fix MAC comparison to be constant-timeEric Biggers2-1/+3
2026-03-03net: core: allow netdev_upper_get_next_dev_rcu from bh contextKohei Enju1-1/+2
2026-03-03ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()Jakub Kicinski1-1/+2
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu1-6/+11
2026-03-03net/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson1-4/+10
2026-03-03wifi: mac80211: give the AP more time for EPPKE as wellJohannes Berg1-1/+2
2026-03-03wifi: mac80211: fix missing ieee80211_eml_params member initializationMeiChia Chiu1-0/+1
2026-03-02dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima1-26/+8
2026-03-02ipmr: Don't hold RTNL for ipmr_rtm_route().Kuniyuki Iwashima1-13/+21
2026-03-02ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima1-6/+22