index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-29
net: move net_unlink_todo() out of the header
Johannes Berg
1
-0
/
+10
2022-03-21
net: Revert the softirq will run annotation in ____napi_schedule().
Sebastian Andrzej Siewior
1
-2
/
+1
2022-03-18
net: set default rss queues num to physical cores / 2
Íñigo Huguet
1
-4
/
+16
2022-03-14
net: Add lockdep asserts to ____napi_schedule().
Sebastian Andrzej Siewior
1
-1
/
+4
2022-03-12
net: add per-cpu storage and net->core_stats
Eric Dumazet
1
-9
/
+42
2022-03-12
net: remove exports for netdev_name_node_alt_create() and destroy
Jakub Kicinski
1
-2
/
+0
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
1
-3
/
+5
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
1
-1
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
1
-1
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
1
-1
/
+4
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
1
-2
/
+3
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
1
-1
/
+1
2022-03-04
net: dev: Use netif_rx().
Sebastian Andrzej Siewior
1
-3
/
+3
2022-03-03
net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...
Martin KaFai Lau
1
-6
/
+2
2022-03-03
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
1
-2
/
+6
2022-03-03
net: Clear mono_delivery_time bit in __skb_tstamp_tx()
Martin KaFai Lau
1
-2
/
+2
2022-03-03
net: Handle delivery_time in skb->tstamp during network tapping with af_packet
Martin KaFai Lau
1
-1
/
+3
2022-03-03
net: dev: Add hardware stats support
Petr Machata
1
-1
/
+266
2022-02-23
net: Correct wrong BH disable in hard-interrupt.
Sebastian Andrzej Siewior
1
-3
/
+8
2022-02-19
net: get rid of rtnl_lock_unregistering()
Eric Dumazet
1
-42
/
+0
2022-02-18
net: avoid quadratic behavior in netdev_wait_allrefs_any()
Eric Dumazet
1
-3
/
+1
2022-02-17
net: allow out-of-order netdev unregistration
Jakub Kicinski
1
-27
/
+37
2022-02-17
net: transition netdev reg state earlier in run_todo
Jakub Kicinski
1
-9
/
+9
2022-02-14
net: dev: Make rps_lock() disable interrupts.
Sebastian Andrzej Siewior
1
-34
/
+42
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
1
-38
/
+29
2022-02-14
net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal().
Sebastian Andrzej Siewior
1
-4
/
+1
2022-02-10
net: make net->dev_unreg_count atomic
Eric Dumazet
1
-7
/
+4
2022-02-09
net: remove default_device_exit()
Eric Dumazet
1
-8
/
+14
2022-02-09
net: add dev->dev_registered_tracker
Eric Dumazet
1
-2
/
+4
2022-02-06
net: initialize init_net earlier
Eric Dumazet
1
-2
/
+1
2022-02-05
net: refine dev_put()/dev_hold() debugging
Eric Dumazet
1
-1
/
+1
2022-02-04
net: minor __dev_alloc_name() optimization
Eric Dumazet
1
-2
/
+2
2022-01-11
xdp: check prog type before updating BPF link
Toke Høiland-Jørgensen
1
-0
/
+6
2022-01-10
net: skb: introduce kfree_skb_reason()
Menglong Dong
1
-1
/
+2
2022-01-06
gro: add ability to control gro max packet size
Coco Li
1
-0
/
+1
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2021-12-18
net/sched: Extend qdisc control block with tc control block
Paul Blakey
1
-4
/
+4
2021-12-14
net: dev: Change the order of the arguments for the contended condition.
Sebastian Andrzej Siewior
1
-1
/
+1
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-12-13
net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-1
/
+5
2021-12-07
net: add net device refcount tracker to struct netdev_adjacent
Eric Dumazet
1
-3
/
+4
2021-12-07
net: add net device refcount tracker infrastructure
Eric Dumazet
1
-0
/
+3
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2021-12-02
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
1
-1
/
+4
2021-11-29
net: Write lock dev_base_lock without disabling bottom halves.
Sebastian Andrzej Siewior
1
-8
/
+8
2021-11-23
net: remove .ndo_change_proto_down
Jakub Kicinski
1
-22
/
+4
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-1
/
+1
2021-11-20
dev_addr: add a modification check
Jakub Kicinski
1
-0
/
+1
2021-11-16
net: gro: populate net/core/gro.c
Eric Dumazet
1
-667
/
+1
[next]