summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2026-02-28atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen
2026-02-28xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao
2026-02-28keys, dns: Use kmalloc_flex to improve dns_resolver_preparseThorsten Blum
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima
2026-02-28net: fix sock compilation error under CONFIG_PREEMPT_RTJiayuan Chen
2026-02-27net: inline skb_add_rx_frag_netmem()Eric Dumazet
2026-02-27ipv6: discard fragment queue earlier if there is malformed datagramFernando Fernandez Mancera
2026-02-27net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira
2026-02-27tls: don't select STREAM_PARSERSabrina Dubroca
2026-02-27net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler
2026-02-27net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet