summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2026-01-27vsock: add netns to vsock coreBobby Eshleman
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet
2026-01-23net: add queue config validation callbackJakub Kicinski
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski
2026-01-23geneve: expose gso partial features for tunnel offloadPaolo Abeni
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet
2026-01-22tcp: move tcp_rate_gen to tcp_input.cEric Dumazet
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-01-22net: bonding: use workqueue to make sure peer notify updated in lacp modeTonghao Zhang
2026-01-21Merge tag 'nf-next-26-01-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-01-21gro: inline tcp6_gro_complete()Eric Dumazet
2026-01-21gro: inline tcp6_gro_receive()Eric Dumazet
2026-01-21tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet
2026-01-20tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal
2026-01-20netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera
2026-01-20net: Proxy net_mp_{open,close}_rxq for leased queuesDavid Wei
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-01-20wifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg
2026-01-19ipv6: annotate data-races in ip6_multipath_hash_{policy,fields}()Eric Dumazet
2026-01-19ipv6: annotate date-race in ipv6_can_nonlocal_bind()Eric Dumazet
2026-01-19ipv6: annotate data-races from ip6_make_flowlabel()Eric Dumazet
2026-01-19ipv6: add sysctl_ipv6_flowlabel groupEric Dumazet
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-15net: Introduce netif_xmit_timeout_ms() helperShahar Shitrit
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing
2026-01-13net: mana: Implement ndo_tx_timeout and serialize queue resets per port.Dipayaan Roy
2026-01-14net: pass queue rx page size from memory providerPavel Begunkov
2026-01-14net: add bare bone queue configsPavel Begunkov
2026-01-14net: reduce indent of struct netdev_queue_mgmt_ops membersJakub Kicinski
2026-01-13net/sched: Export mq functions for reuseToke Høiland-Jørgensen
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet
2026-01-12net: phy: realtek: add dummy PHY driver for RTL8127ATFHeiner Kallweit
2026-01-12Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-01-12wifi: mac80211: improve station iteration ergonomicsJohannes Berg
2026-01-12wifi: mac80211: improve interface iteration ergonomicsJohannes Berg
2026-01-08ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet
2026-01-08wifi: cfg80211: add cfg80211_stop_link() for per-link teardownManish Dharanenthiran
2026-01-06tcp: clarify tcp_congestion_ops functions commentsDaniel Sedlak
2026-01-06udp: udplite is unlikelyEric Dumazet
2026-01-06ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva