summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir1-1/+3
2026-03-05Merge tag 'nf-next-26-03-04' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni13-449/+1634
2026-03-05net: use ktime_t in struct scm_timestamping_internalEric Dumazet3-55/+41
2026-03-05tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.cEric Dumazet2-54/+54
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet2-58/+65
2026-03-05net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet1-9/+2
2026-03-05net-sysfs: get rid of rps_dev_flow_lockEric Dumazet1-12/+6
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet2-47/+54
2026-03-05net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet2-10/+13
2026-03-05net-sysfs: remove rcu field from 'struct rps_sock_flow_table'Eric Dumazet1-1/+3
2026-03-05net: fix off-by-one in udp_flow_src_port() / psp_write_headers()Eric Dumazet1-1/+1
2026-03-05Merge tag 'wireless-next-2026-03-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski22-316/+695
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-114/+559
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_...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_s...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-04net: core: failover: enforce mandatory ops and clean up redundant checksZeeshan Ahmad1-7/+7
2026-03-04net: core: allow netdev_upper_get_next_dev_rcu from bh contextKohei Enju1-1/+2
2026-03-03wifi: mac80211: give the AP more time for EPPKE as wellJohannes Berg1-1/+2
2026-03-03dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima1-26/+8
2026-03-03ipmr: Don't hold RTNL for ipmr_rtm_route().Kuniyuki Iwashima1-13/+21
2026-03-03ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima1-6/+22
2026-03-03ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima2-4/+4
2026-03-03ipmr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima1-2/+11
2026-03-03ipmr: Remove RTNL in ipmr_rules_init() and ipmr_net_init().Kuniyuki Iwashima1-10/+5
2026-03-03ipmr: Convert ipmr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima1-18/+13
2026-03-03ipmr: Move unregister_netdevice_many() out of ipmr_free_table().Kuniyuki Iwashima1-8/+17
2026-03-03ipmr: Move unregister_netdevice_many() out of mroute_clean_tables().Kuniyuki Iwashima1-10/+24
2026-03-03ipmr: Convert ipmr_rtm_dumproute() to RCU.Kuniyuki Iwashima1-9/+20
2026-03-03ipmr: Convert ipmr_rtm_getroute() to RCU.Kuniyuki Iwashima2-18/+20
2026-03-03ipmr: Use MAXVIFS in mroute_msgsize().Kuniyuki Iwashima1-5/+4
2026-03-03ipmr: Convert ipmr_rtm_dumplink() to RCU.Kuniyuki Iwashima1-12/+17
2026-03-03ipmr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}.Kuniyuki Iwashima1-10/+10
2026-03-03mpls: remove test against ipv6_stubEric Dumazet1-3/+0
2026-03-03net: remove addr_len argument of recvmsg() handlersEric Dumazet30-109/+85
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern8-85/+91
2026-03-02wifi: cfg80211: make cluster id an arrayMiri Korenblit2-13/+13
2026-03-02wifi: mac80211: update outdated commentKexin Sun1-4/+1
2026-03-02wifi: mac80211: Advertise IEEE 802.1X authentication supportKavita Kavita1-0/+1
2026-03-02wifi: mac80211: Add support for IEEE 802.1X authentication protocol in non-AP...Kavita Kavita1-6/+72
2026-03-02wifi: cfg80211: add support for IEEE 802.1X Authentication ProtocolKavita Kavita1-2/+12
2026-03-02wifi: mac80211: Advertise EPPKE support based on driver capabilitiesKavita Kavita1-0/+9