index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
2025-01-07
net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().
Kuniyuki Iwashima
2025-01-07
net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()
Eric Dumazet
2025-01-07
dev: Hold per-netns RTNL in (un)?register_netdev().
Kuniyuki Iwashima
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-02
net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
Willem de Bruijn
2024-12-05
xdp: register system page pool as an XDP memory model
Toke Høiland-Jørgensen
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
2024-12-03
net: Make napi_hash_lock irq safe
Joe Damato
2024-11-11
net: Add control functions for irq suspension
Martin Karsten
2024-11-11
net: Add napi_struct parameter irq_suspend_timeout
Martin Karsten
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-30
net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
Benoît Monin
2024-10-14
net: napi: Add napi_config
Joe Damato
2024-10-14
net: napi: Make gro_flush_timeout per-NAPI
Joe Damato
2024-10-14
net: napi: Make napi_defer_hard_irqs per-NAPI
Joe Damato
2024-10-10
net-shapers: implement shaper cleanup on queue deletion
Paolo Abeni
2024-10-10
net-shapers: implement NL get operation
Paolo Abeni
2024-10-01
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
2024-10-01
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
2024-10-01
net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
Daniel Borkmann
2024-09-17
Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-11
net: add support for skbs with unreadable frags
Mina Almasry
2024-09-11
net: support non paged skb frags
Mina Almasry
2024-09-11
netdev: support binding dma-buf to netdevice
Mina Almasry
2024-09-09
net: remove dev_pick_tx_cpu_id()
Jakub Kicinski
2024-09-06
net/core: make use of the helper macro LIST_HEAD()
Hongbo Li
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-08-29
net: prefer strscpy over strcpy
Hongbo Li
2024-08-26
net: Correct spelling in net/core
Simon Horman
2024-08-26
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2024-08-24
net: refactor ->ndo_bpf calls into dev_xdp_propagate
Mina Almasry
2024-08-23
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
2024-08-19
netfilter: nfnetlink_queue: unbreak SCTP traffic
Antonio Ojea
2024-08-15
netdev: Add missing __percpu qualifier to a cast
Uros Bizjak
2024-08-09
net: Make USO depend on CSUM offload
Jakub Sitnicki
2024-07-29
tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()
Jeongjun Park
2024-07-11
netdevice: define and allocate &net_device _properly_
Alexander Lobakin
2024-07-05
tun: Assign missing bpf_net_context.
Sebastian Andrzej Siewior
2024-06-28
net: ethtool: add a mutex protecting RSS contexts
Edward Cree
2024-06-28
net: ethtool: add an extack parameter to new rxfh_context APIs
Edward Cree
2024-06-28
net: ethtool: let the core choose RSS context IDs
Edward Cree
2024-06-28
net: ethtool: attach an XArray of custom RSS contexts to a netdevice
Edward Cree
2024-06-28
net: move ethtool-related netdev state into its own struct
Edward Cree
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-24
net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
Sebastian Andrzej Siewior
2024-06-24
dev: Use nested-BH locking for softnet_data.process_queue.
Sebastian Andrzej Siewior
2024-06-24
dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().
Sebastian Andrzej Siewior
2024-06-24
net: softnet_data: Make xmit per task.
Sebastian Andrzej Siewior
[prev]
[next]