summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-01-19ipv6: annotate data-races in net/ipv6/route.cEric Dumazet
2026-01-19ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet
2026-01-19ipv6: annotate data-races around sysctl.ip6_rt_gc_intervalEric Dumazet
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet
2026-01-19l2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet
2026-01-19wifi: mac80211: mark iface work SKBs as consumedJohannes Berg
2026-01-19wifi: mac80211: remove RX_DROPJohannes Berg
2026-01-19wifi: nl80211: ignore cluster id after NAN startedMiri Korenblit
2026-01-19wifi: cfg80211: cleanup cluster_id when stopping NANMiri Korenblit
2026-01-19wifi: cfg80211: limit NAN func management APIs to offloaded DEMiri Korenblit
2026-01-19wifi: cfg80211: stop NAN and P2P in cfg80211_leaveMiri Korenblit
2026-01-19wifi: cfg80211: allow only one NAN interface, also in multi radioMiri Korenblit
2026-01-17fou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima
2026-01-17gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet
2026-01-17net/sched: cake: avoid separate allocation of struct cake_sched_configToke Høiland-Jørgensen
2026-01-17sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long
2026-01-15l2tp: Fix memleak in l2tp_udp_encap_recv().Kuniyuki Iwashima
2026-01-15net: minor __alloc_skb() optimizationEric Dumazet
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet
2026-01-15vsock/virtio: Coalesce only linear skbMichal Luczaj
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-15Bluetooth: SMP: Use new AES library APIEric Biggers
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-01-15Merge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm...Paolo Abeni
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-01-15net: inline napi_skb_cache_get()Eric Dumazet
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing
2026-01-15xsk: advance cq/fq check when shared umem is usedJason Xing
2026-01-15net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa
2026-01-15can: raw: instantly reject disabled CAN framesOliver Hartkopp
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-14wifi: mac80211: add support for encryption/decryption of (Re)Association framesKavita Kavita
2026-01-14wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA modeKavita Kavita
2026-01-14wifi: mac80211: Check for MLE before appending in Authentication frameKavita Kavita
2026-01-14wifi: mac80211: allow key installation before associationKavita Kavita
2026-01-14wifi: nl80211: Add support for EPP peer indicationSai Pratyusha Magam
2026-01-14wifi: cfg80211: add support for key configuration before associationKavita Kavita
2026-01-14wifi: cfg80211: add support for EPPKE Authentication ProtocolAiny Kumari
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-01-13net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet
2026-01-13ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima
2026-01-13dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet
2026-01-13ipv6: Allow for nexthop device mismatch with "onlink"Ido Schimmel
2026-01-13net: phy: Introduce PHY ports representationMaxime Chevallier
2026-01-13net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* valuesMaxime Chevallier
2026-01-14net: pass queue rx page size from memory providerPavel Begunkov
2026-01-14net: add bare bone queue configsPavel Begunkov
2026-01-14net: memzero mp params when closing a queuePavel Begunkov