summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-03-02ipmr: Use MAXVIFS in mroute_msgsize().Kuniyuki Iwashima-5/+4
2026-03-02ipmr: Convert ipmr_rtm_dumplink() to RCU.Kuniyuki Iwashima-12/+17
2026-03-02ipmr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}.Kuniyuki Iwashima-10/+10
2026-03-02mpls: remove test against ipv6_stubEric Dumazet-3/+0
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet-109/+85
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern-85/+91
2026-03-02xattr,net: support limited amount of extended attributes on sockfs socketsChristian Brauner-27/+92
2026-03-02wifi: cfg80211: make cluster id an arrayMiri Korenblit-13/+13
2026-03-02wifi: mac80211: update outdated commentKexin Sun-4/+1
2026-03-02can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp-0/+1
2026-03-02wifi: mac80211: Advertise IEEE 802.1X authentication supportKavita Kavita-0/+1
2026-03-02wifi: mac80211: Add support for IEEE 802.1X authentication protocol in non-AP...Kavita Kavita-6/+72
2026-03-02wifi: cfg80211: add support for IEEE 802.1X Authentication ProtocolKavita Kavita-2/+12
2026-03-02wifi: mac80211: Advertise EPPKE support based on driver capabilitiesKavita Kavita-0/+9
2026-03-02wifi: mac80211: Fix AAD/Nonce computation for management frames with MLOSai Pratyusha Magam-12/+82
2026-03-02wifi: mac80211: fetch unsolicited probe response template by link IDSriram R-7/+13
2026-03-02wifi: mac80211: fetch FILS discovery template by link IDSriram R-7/+13
2026-03-02wifi: nl80211: don't allow DFS channels for NANMiri Korenblit-1/+1
2026-03-02wifi: cfg80211: refactor wiphy_suspendMiri Korenblit-14/+19
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit-101/+150
2026-03-02wifi: cfg80211: remove unneeded call to cfg80211_leaveMiri Korenblit-1/+0
2026-03-02wifi: nl80211: refactor nl80211_parse_chandefMiri Korenblit-33/+44
2026-03-02wifi: cfg80211: add support to handle incumbent signal detected event from ma...Hari Chandrakanthan-0/+59
2026-03-02wifi: mac80211: Set link ID for NULL packets sent to probe stationsSuraj P Kizhakkethil-2/+29
2026-03-02wifi: mac80211: set band information only for non-MLD when probing stations u...Suraj P Kizhakkethil-5/+10
2026-03-02wifi: cfg80211: events, report background radarJanusz Dziedzic-2/+11
2026-03-02wifi: cfg80211: set and report chandef CAC ongoingJanusz Dziedzic-0/+45
2026-03-02wifi: cfg80211: fix background CACJanusz Dziedzic-21/+19
2026-03-02xfrm: iptfs: validate inner IPv4 header length in IPTFS payloadRoshan Kumar-0/+5
2026-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2Alexei Starovoitov-166/+325
2026-02-28net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue dropsJesper Dangaard Brouer-6/+6
2026-02-28net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTIONJesper Dangaard Brouer-1/+1
2026-02-28net: sched: rename QDISC_DROP_FQ_* to generic namesJesper Dangaard Brouer-5/+2
2026-02-28net: sched: sfq: convert to qdisc drop reasonsJesper Dangaard Brouer-5/+5
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer-43/+64
2026-02-28icmp: fix ICMP error source address when xfrm policy matchesAntony Antony-1/+0
2026-02-28ipv6: sit: Replace deprecated strcpy with strscpyThorsten Blum-5/+6
2026-02-28atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen-11/+15
2026-02-28xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao-9/+15
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao-1/+1
2026-02-28keys, dns: Use kmalloc_flex to improve dns_resolver_preparseThorsten Blum-1/+1
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski-15/+1
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima-10/+15
2026-02-28net: fix sock compilation error under CONFIG_PREEMPT_RTJiayuan Chen-5/+8
2026-02-27net: inline skb_add_rx_frag_netmem()Eric Dumazet-11/+0
2026-02-27ipv6: discard fragment queue earlier if there is malformed datagramFernando Fernandez Mancera-0/+6
2026-02-27net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira-0/+13
2026-02-27tls: don't select STREAM_PARSERSabrina Dubroca-1/+0
2026-02-27net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler-27/+23
2026-02-27net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler-1/+2