index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
net: fix dev_fill_forward_path with pppoe + bridge
Felix Fietkau
1
-1
/
+1
2022-04-27
net: Use this_cpu_inc() to increment net->core_stats
Sebastian Andrzej Siewior
1
-12
/
+9
2022-03-29
net: move net_unlink_todo() out of the header
Johannes Berg
1
-10
/
+0
2022-03-22
netdevice: add missing dm_private kdoc
Jakub Kicinski
1
-0
/
+2
2022-03-18
net: set default rss queues num to physical cores / 2
Íñigo Huguet
1
-1
/
+0
2022-03-14
net: disable preemption in dev_core_stats_XXX_inc() helpers
Eric Dumazet
1
-1
/
+5
2022-03-12
net: add per-cpu storage and net->core_stats
Eric Dumazet
1
-9
/
+37
2022-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-03-07
net: Fix esp GSO on inter address family tunnels.
Steffen Klassert
1
-0
/
+2
2022-03-07
net: Remove netif_rx_any_context() and netif_rx_ni().
Sebastian Andrzej Siewior
1
-10
/
+0
2022-03-03
net: dev: Add hardware stats support
Petr Machata
1
-0
/
+42
2022-02-23
drop_monitor: remove quadratic behavior
Eric Dumazet
1
-1
/
+3
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
1
-2
/
+12
2022-02-14
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
1
-1
/
+1
2022-02-09
net: add dev->dev_registered_tracker
Eric Dumazet
1
-0
/
+3
2022-02-05
net: refine dev_put()/dev_hold() debugging
Eric Dumazet
1
-23
/
+46
2022-01-20
net: fix information leakage in /proc/net/ptype
Congyu Liu
1
-0
/
+1
2022-01-06
gro: add ability to control gro max packet size
Coco Li
1
-0
/
+11
2021-12-31
net: remove references to CONFIG_IRDA in network header files
Lukas Bulwahn
1
-1
/
+1
2021-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-19
flow_offload: allow user to offload tc action to net device
Baowen Zheng
1
-0
/
+1
2021-12-17
net: fix typo in a comment
Xiang wangx
1
-1
/
+1
2021-12-15
net: add net device refcount tracker to struct packet_type
Eric Dumazet
1
-0
/
+1
2021-12-15
net: dev_replace_track() cleanup
Eric Dumazet
1
-6
/
+4
2021-12-10
net: add networking namespace refcount tracker
Eric Dumazet
1
-8
/
+1
2021-12-08
net: watchdog: add net device refcount tracker
Eric Dumazet
1
-0
/
+2
2021-12-07
net: linkwatch: add net device refcount tracker
Eric Dumazet
1
-0
/
+2
2021-12-07
net: dst: add net device refcount tracking to dst_entry
Eric Dumazet
1
-0
/
+17
2021-12-07
net: add net device refcount tracker to struct netdev_queue
Eric Dumazet
1
-0
/
+2
2021-12-07
net: add net device refcount tracker to struct netdev_rx_queue
Eric Dumazet
1
-0
/
+2
2021-12-07
net: add net device refcount tracker infrastructure
Eric Dumazet
1
-0
/
+45
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+13
2021-12-02
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
1
-6
/
+13
2021-11-23
net: remove .ndo_change_proto_down
Jakub Kicinski
1
-9
/
+3
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-0
/
+7
2021-11-22
net: annotate accesses to dev->gso_max_size
Eric Dumazet
1
-1
/
+2
2021-11-20
dev_addr: add a modification check
Jakub Kicinski
1
-0
/
+5
2021-11-20
net: constify netdev->dev_addr
Jakub Kicinski
1
-9
/
+5
2021-11-17
net: do not inline netif_tx_lock()/netif_tx_unlock()
Eric Dumazet
1
-37
/
+2
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-3
/
+13
2021-11-17
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
1
-1
/
+1
2021-11-17
net: use .data.once section in netdev_level_once()
Eric Dumazet
1
-1
/
+1
2021-11-16
net: gro: populate net/core/gro.c
Eric Dumazet
1
-0
/
+1
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
1
-1
/
+0
2021-11-16
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
1
-1
/
+0
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
1
-348
/
+0
2021-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+4
2021-10-18
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
1
-4
/
+0
2021-10-15
netfilter: Introduce egress hook
Lukas Wunner
1
-0
/
+4
[next]