aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-20net: Add queue-create operationDaniel Borkmann3-0/+27
2026-01-20wifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg1-10/+0
2026-01-20wifi: mac80211: apply advertised TTLM from association responseBenjamin Berg2-99/+119
2026-01-20wifi: mac80211: parse all TTLM entriesBenjamin Berg1-11/+14
2026-01-20wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit1-1/+2
2026-01-20wifi: mac80211: don't perform DA check on S1G beaconLachlan Hodges1-2/+7
2026-01-19net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_agJamal Hadi Salim1-1/+1
2026-01-19net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim1-0/+5
2026-01-19rxrpc: Fix recvmsg() unconditional requeueDavid Howells1-4/+15
2026-01-19ipv6: annotate data-races in net/ipv6/route.cEric Dumazet1-11/+13
2026-01-19ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet1-4/+6
2026-01-19ipv6: annotate data-races around sysctl.ip6_rt_gc_intervalEric Dumazet1-6/+6
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet3-4/+6
2026-01-19l2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet1-2/+2
2026-01-19wifi: mac80211: mark iface work SKBs as consumedJohannes Berg1-3/+3
2026-01-19wifi: mac80211: remove RX_DROPJohannes Berg2-50/+94
2026-01-19wifi: nl80211: ignore cluster id after NAN startedMiri Korenblit1-5/+6
2026-01-19wifi: cfg80211: cleanup cluster_id when stopping NANMiri Korenblit1-0/+2
2026-01-19wifi: cfg80211: limit NAN func management APIs to offloaded DEMiri Korenblit1-0/+6
2026-01-19wifi: cfg80211: stop NAN and P2P in cfg80211_leaveMiri Korenblit1-1/+3
2026-01-19wifi: cfg80211: allow only one NAN interface, also in multi radioMiri Korenblit1-6/+2
2026-01-17fou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima1-1/+1
2026-01-17gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima1-0/+3
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet2-35/+35
2026-01-17net/sched: cake: avoid separate allocation of struct cake_sched_configToke Høiland-Jørgensen1-23/+6
2026-01-17sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long1-5/+5
2026-01-15l2tp: Fix memleak in l2tp_udp_encap_recv().Kuniyuki Iwashima1-1/+3
2026-01-15net: minor __alloc_skb() optimizationEric Dumazet1-1/+1
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet1-3/+4
2026-01-15vsock/virtio: Coalesce only linear skbMichal Luczaj1-2/+4
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-103/+143
2026-01-15Bluetooth: SMP: Use new AES library APIEric Biggers1-4/+4
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds19-83/+96
2026-01-15Merge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canPaolo Abeni2-42/+19
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecPaolo Abeni3-4/+5
2026-01-15net: inline napi_skb_cache_get()Eric Dumazet1-1/+1
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing3-5/+10
2026-01-15xsk: advance cq/fq check when shared umem is usedJason Xing2-4/+7
2026-01-15net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the second rtsTetsuo Handa1-1/+9
2026-01-15can: raw: instantly reject disabled CAN framesOliver Hartkopp1-9/+16
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp1-46/+8
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov76-248/+524
2026-01-14wifi: mac80211: add support for encryption/decryption of (Re)Association framesKavita Kavita5-4/+34
2026-01-14wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA modeKavita Kavita2-7/+26
2026-01-14wifi: mac80211: Check for MLE before appending in Authentication frameKavita Kavita1-3/+9
2026-01-14wifi: mac80211: allow key installation before associationKavita Kavita2-2/+17
2026-01-14wifi: nl80211: Add support for EPP peer indicationSai Pratyusha Magam1-0/+5
2026-01-14wifi: cfg80211: add support for key configuration before associationKavita Kavita1-1/+3
2026-01-14wifi: cfg80211: add support for EPPKE Authentication ProtocolAiny Kumari1-2/+12
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-8/+17