summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-03-03wifi: mac80211: give the AP more time for EPPKE as wellJohannes Berg
2026-03-03wifi: mac80211: fix missing ieee80211_eml_params member initializationMeiChia Chiu
2026-03-02dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima
2026-03-02ipmr: Don't hold RTNL for ipmr_rtm_route().Kuniyuki Iwashima
2026-03-02ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima
2026-03-02ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima
2026-03-02ipmr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima
2026-03-02ipmr: Remove RTNL in ipmr_rules_init() and ipmr_net_init().Kuniyuki Iwashima
2026-03-02ipmr: Convert ipmr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima
2026-03-02ipmr: Move unregister_netdevice_many() out of ipmr_free_table().Kuniyuki Iwashima
2026-03-02ipmr: Move unregister_netdevice_many() out of mroute_clean_tables().Kuniyuki Iwashima
2026-03-02ipmr: Convert ipmr_rtm_dumproute() to RCU.Kuniyuki Iwashima
2026-03-02ipmr: Convert ipmr_rtm_getroute() to RCU.Kuniyuki Iwashima
2026-03-02ipmr: Use MAXVIFS in mroute_msgsize().Kuniyuki Iwashima
2026-03-02ipmr: Convert ipmr_rtm_dumplink() to RCU.Kuniyuki Iwashima
2026-03-02ipmr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}.Kuniyuki Iwashima
2026-03-02mpls: remove test against ipv6_stubEric Dumazet
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern
2026-03-02xattr,net: support limited amount of extended attributes on sockfs socketsChristian Brauner
2026-03-02wifi: cfg80211: make cluster id an arrayMiri Korenblit
2026-03-02wifi: mac80211: update outdated commentKexin Sun
2026-03-02can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp
2026-03-02wifi: mac80211: Advertise IEEE 802.1X authentication supportKavita Kavita
2026-03-02wifi: mac80211: Add support for IEEE 802.1X authentication protocol in non-AP...Kavita Kavita
2026-03-02wifi: cfg80211: add support for IEEE 802.1X Authentication ProtocolKavita Kavita
2026-03-02wifi: mac80211: Advertise EPPKE support based on driver capabilitiesKavita Kavita
2026-03-02wifi: mac80211: Fix AAD/Nonce computation for management frames with MLOSai Pratyusha Magam
2026-03-02wifi: mac80211: fetch unsolicited probe response template by link IDSriram R
2026-03-02wifi: mac80211: fetch FILS discovery template by link IDSriram R
2026-03-02wifi: nl80211: don't allow DFS channels for NANMiri Korenblit
2026-03-02wifi: cfg80211: refactor wiphy_suspendMiri Korenblit
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit
2026-03-02wifi: cfg80211: remove unneeded call to cfg80211_leaveMiri Korenblit
2026-03-02wifi: nl80211: refactor nl80211_parse_chandefMiri Korenblit
2026-03-02wifi: cfg80211: add support to handle incumbent signal detected event from ma...Hari Chandrakanthan
2026-03-02wifi: mac80211: Set link ID for NULL packets sent to probe stationsSuraj P Kizhakkethil
2026-03-02wifi: mac80211: set band information only for non-MLD when probing stations u...Suraj P Kizhakkethil
2026-03-02wifi: cfg80211: events, report background radarJanusz Dziedzic
2026-03-02wifi: cfg80211: set and report chandef CAC ongoingJanusz Dziedzic
2026-03-02wifi: cfg80211: fix background CACJanusz Dziedzic
2026-03-02xfrm: iptfs: validate inner IPv4 header length in IPTFS payloadRoshan Kumar
2026-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2Alexei Starovoitov
2026-02-28net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue dropsJesper Dangaard Brouer
2026-02-28net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTIONJesper Dangaard Brouer
2026-02-28net: sched: rename QDISC_DROP_FQ_* to generic namesJesper Dangaard Brouer
2026-02-28net: sched: sfq: convert to qdisc drop reasonsJesper Dangaard Brouer
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer
2026-02-28icmp: fix ICMP error source address when xfrm policy matchesAntony Antony
2026-02-28ipv6: sit: Replace deprecated strcpy with strscpyThorsten Blum