summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-01-20net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei-2/+15
2026-01-20net: Proxy net_mp_{open,close}_rxq for leased queuesDavid Wei-18/+60
2026-01-20net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann-9/+12
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann-0/+81
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann-6/+254
2026-01-20net: Add queue-create operationDaniel Borkmann-0/+27
2026-01-20wifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg-10/+0
2026-01-20wifi: mac80211: apply advertised TTLM from association responseBenjamin Berg-99/+119
2026-01-20wifi: mac80211: parse all TTLM entriesBenjamin Berg-11/+14
2026-01-20wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit-1/+2
2026-01-20wifi: mac80211: don't perform DA check on S1G beaconLachlan Hodges-2/+7
2026-01-19net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim-1/+1
2026-01-19net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim-0/+5
2026-01-19rxrpc: Fix recvmsg() unconditional requeueDavid Howells-4/+15
2026-01-19ipv6: annotate data-races in net/ipv6/route.cEric Dumazet-11/+13
2026-01-19ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet-4/+6
2026-01-19ipv6: annotate data-races around sysctl.ip6_rt_gc_intervalEric Dumazet-6/+6
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet-4/+6
2026-01-19l2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet-2/+2
2026-01-19wifi: mac80211: mark iface work SKBs as consumedJohannes Berg-3/+3
2026-01-19wifi: mac80211: remove RX_DROPJohannes Berg-50/+94
2026-01-19wifi: nl80211: ignore cluster id after NAN startedMiri Korenblit-5/+6
2026-01-19wifi: cfg80211: cleanup cluster_id when stopping NANMiri Korenblit-0/+2
2026-01-19wifi: cfg80211: limit NAN func management APIs to offloaded DEMiri Korenblit-0/+6
2026-01-19wifi: cfg80211: stop NAN and P2P in cfg80211_leaveMiri Korenblit-1/+3
2026-01-19wifi: cfg80211: allow only one NAN interface, also in multi radioMiri Korenblit-6/+2
2026-01-17fou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima-1/+1
2026-01-17gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima-0/+3
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet-35/+35
2026-01-17net/sched: cake: avoid separate allocation of struct cake_sched_configToke Høiland-Jørgensen-23/+6
2026-01-17sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long-5/+5
2026-01-15l2tp: Fix memleak in l2tp_udp_encap_recv().Kuniyuki Iwashima-1/+3
2026-01-15net: minor __alloc_skb() optimizationEric Dumazet-1/+1
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet-3/+4
2026-01-15vsock/virtio: Coalesce only linear skbMichal Luczaj-2/+4
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-103/+143
2026-01-15Bluetooth: SMP: Use new AES library APIEric Biggers-4/+4
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-83/+96
2026-01-15Merge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm...Paolo Abeni-42/+19
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-4/+5
2026-01-15net: inline napi_skb_cache_get()Eric Dumazet-1/+1
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing-5/+10
2026-01-15xsk: advance cq/fq check when shared umem is usedJason Xing-4/+7
2026-01-15net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa-1/+9
2026-01-15can: raw: instantly reject disabled CAN framesOliver Hartkopp-9/+16
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp-46/+8
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-248/+524
2026-01-14wifi: mac80211: add support for encryption/decryption of (Re)Association framesKavita Kavita-4/+34
2026-01-14wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA modeKavita Kavita-7/+26
2026-01-14wifi: mac80211: Check for MLE before appending in Authentication frameKavita Kavita-3/+9