index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Add control functions for irq suspension
Martin Karsten
2024-11-12
1
-0
/
+37
*
net: Add napi_struct parameter irq_suspend_timeout
Martin Karsten
2024-11-12
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-01
1
-0
/
+4
|
\
|
*
net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
BenoƮt Monin
2024-10-31
1
-0
/
+4
*
|
net: napi: Add napi_config
Joe Damato
2024-10-15
1
-7
/
+73
*
|
net: napi: Make gro_flush_timeout per-NAPI
Joe Damato
2024-10-15
1
-6
/
+6
*
|
net: napi: Make napi_defer_hard_irqs per-NAPI
Joe Damato
2024-10-15
1
-5
/
+5
*
|
net-shapers: implement shaper cleanup on queue deletion
Paolo Abeni
2024-10-10
1
-0
/
+2
*
|
net-shapers: implement NL get operation
Paolo Abeni
2024-10-10
1
-0
/
+6
|
/
*
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
2024-10-01
1
-3
/
+7
*
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
2024-10-01
1
-1
/
+1
*
net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
Daniel Borkmann
2024-10-01
1
-1
/
+1
*
Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-17
1
-2
/
+2
|
\
|
*
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
2024-08-20
1
-2
/
+2
*
|
net: add support for skbs with unreadable frags
Mina Almasry
2024-09-12
1
-0
/
+4
*
|
net: support non paged skb frags
Mina Almasry
2024-09-12
1
-1
/
+2
*
|
netdev: support binding dma-buf to netdevice
Mina Almasry
2024-09-12
1
-0
/
+26
*
|
net: remove dev_pick_tx_cpu_id()
Jakub Kicinski
2024-09-10
1
-7
/
+0
*
|
net/core: make use of the helper macro LIST_HEAD()
Hongbo Li
2024-09-07
1
-4
/
+2
*
|
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2024-09-03
1
-2
/
+2
*
|
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-09-03
1
-2
/
+2
*
|
net: prefer strscpy over strcpy
Hongbo Li
2024-08-29
1
-1
/
+1
*
|
net: Correct spelling in net/core
Simon Horman
2024-08-26
1
-3
/
+3
*
|
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2024-08-26
1
-0
/
+1
|
\
\
|
*
|
netfilter: nfnetlink_queue: unbreak SCTP traffic
Antonio Ojea
2024-08-19
1
-0
/
+1
*
|
|
net: refactor ->ndo_bpf calls into dev_xdp_propagate
Mina Almasry
2024-08-24
1
-0
/
+9
*
|
|
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
2024-08-23
1
-0
/
+15
|
/
/
*
|
netdev: Add missing __percpu qualifier to a cast
Uros Bizjak
2024-08-16
1
-1
/
+1
*
|
net: Make USO depend on CSUM offload
Jakub Sitnicki
2024-08-10
1
-9
/
+17
*
|
tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()
Jeongjun Park
2024-07-29
1
-0
/
+1
|
/
*
netdevice: define and allocate &net_device _properly_
Alexander Lobakin
2024-07-12
1
-24
/
+6
*
tun: Assign missing bpf_net_context.
Sebastian Andrzej Siewior
2024-07-06
1
-0
/
+5
*
net: ethtool: add a mutex protecting RSS contexts
Edward Cree
2024-06-29
1
-0
/
+5
*
net: ethtool: add an extack parameter to new rxfh_context APIs
Edward Cree
2024-06-29
1
-1
/
+1
*
net: ethtool: let the core choose RSS context IDs
Edward Cree
2024-06-29
1
-1
/
+5
*
net: ethtool: attach an XArray of custom RSS contexts to a netdevice
Edward Cree
2024-06-29
1
-0
/
+27
*
net: move ethtool-related netdev state into its own struct
Edward Cree
2024-06-29
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-27
1
-6
/
+6
|
\
|
*
net: add softirq safety to netdev_rename_lock
Eric Dumazet
2024-06-21
1
-6
/
+6
*
|
net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
Sebastian Andrzej Siewior
2024-06-25
1
-1
/
+28
*
|
dev: Use nested-BH locking for softnet_data.process_queue.
Sebastian Andrzej Siewior
2024-06-25
1
-1
/
+11
*
|
dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().
Sebastian Andrzej Siewior
2024-06-25
1
-4
/
+4
*
|
net: softnet_data: Make xmit per task.
Sebastian Andrzej Siewior
2024-06-25
1
-0
/
+14
*
|
net: add rx_sk to trace_kfree_skb
Yan Zhai
2024-06-19
1
-1
/
+1
*
|
net: core: Implement dstats-type stats collections
Jeremy Kerr
2024-06-12
1
-0
/
+50
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-06
1
-1
/
+2
|
\
|
|
*
net: rps: fix error when CONFIG_RFS_ACCEL is off
Jason Xing
2024-06-02
1
-1
/
+2
*
|
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
2024-05-23
1
-1
/
+1
|
/
*
net: revert partially applied PHY topology series
Jakub Kicinski
2024-05-14
1
-9
/
+0
*
rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
Eric Dumazet
2024-05-07
1
-4
/
+7
[next]