summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern1-5/+5
2026-03-02wifi: cfg80211: make cluster id an arrayMiri Korenblit1-2/+1
2026-03-02wifi: mac80211: Add support for IEEE 802.1X authentication protocol in non-AP...Kavita Kavita1-0/+1
2026-03-02wifi: cfg80211: add support for IEEE 802.1X Authentication ProtocolKavita Kavita2-0/+10
2026-03-02wifi: mac80211: Fix AAD/Nonce computation for management frames with MLOSai Pratyusha Magam1-0/+7
2026-03-02wifi: mac80211: fetch unsolicited probe response template by link IDSriram R1-1/+3
2026-03-02wifi: mac80211: fetch FILS discovery template by link IDSriram R1-1/+3
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit1-12/+12
2026-03-02wifi: cfg80211: add support to handle incumbent signal detected event from ma...Hari Chandrakanthan2-0/+42
2026-03-02wifi: cfg80211: set and report chandef CAC ongoingJanusz Dziedzic2-0/+9
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski39-133/+183
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-8/+26
2026-02-26bonding: print churn state via netlinkHangbin Liu1-0/+2
2026-02-26pppoe: remove kernel-mode relay supportQingfang Deng2-16/+0
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman2-2/+14
2026-02-26netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal3-37/+0
2026-02-26ipvs: no_cport and dropentry counters can be per-netJulian Anastasov1-0/+2
2026-02-26ipvs: use more counters to avoid service lookupsJulian Anastasov1-6/+18
2026-02-26ipvs: use single svc tableJulian Anastasov1-6/+2
2026-02-26ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu1-0/+13
2026-02-26net: pppoe: avoid zero-length arrays in struct pppoe_hdrEric Woudstra1-0/+4
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+0
2026-02-25bonding: Optimise is_netpoll_tx_blocked().Kuniyuki Iwashima1-5/+5
2026-02-25tcp: move inet6_csk_update_pmtu() to tcp_ipv6.cEric Dumazet1-1/+3
2026-02-25net: stmmac: pass interface mode into fix_mac_speed() methodRussell King (Oracle)1-1/+2
2026-02-25tcp: make tcp_v{4,6}_send_check() staticEric Dumazet2-5/+1
2026-02-25tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet1-1/+2
2026-02-25tcp: inline __tcp_v4_send_check()Eric Dumazet1-1/+9
2026-02-25udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet1-2/+0
2026-02-25net: __lock_sock() can be staticEric Dumazet1-1/+0
2026-02-24Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-3/+5
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-1/+1
2026-02-23Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too shortLuiz Augusto von Dentz1-3/+3
2026-02-23Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz1-0/+2
2026-02-23default_gfp(): avoid using the "newfangled" __VA_OPT__ trickLinus Torvalds1-2/+2
2026-02-23Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-8/+7
2026-02-22Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+11
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-7/+7
2026-02-22add default_gfp() helper macro and use it in the new *alloc_obj() helpersLinus Torvalds2-24/+28
2026-02-22slab.h: disable completely broken overflow handling in flex allocationsLinus Torvalds2-6/+2
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds16-19/+19
2026-02-21Merge tag 'ntb-7.0' of https://github.com/jonmason/ntbLinus Torvalds1-14/+0
2026-02-21Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+11
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook15-18/+17
2026-02-21compiler_types: Disable __builtin_counted_by_ref for ClangKees Cook1-1/+2
2026-02-21Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-1/+2
2026-02-21Merge tag 'trace-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-3/+15
2026-02-21NTB/msi: Remove unused functionsDr. David Alan Gilbert1-14/+0