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
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
2017-05-12
xdp: refine xdp api with regards to generic xdp
Daniel Borkmann
1
-2
/
+6
2017-05-01
xdp: propagate extended ack to XDP setup
Jakub Kicinski
1
-2
/
+8
2017-04-27
net: update comment for netif_dormant() function
Zhang Shengju
1
-2
/
+2
2017-04-25
net: move xdp_prog field in RX cache lines
Eric Dumazet
1
-1
/
+1
2017-04-25
net: Generic XDP
David S. Miller
1
-0
/
+8
2017-04-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+15
2017-04-21
Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning
Matthew Whitehead
1
-0
/
+1
2017-04-20
net: add netif_is_ovs_port helper
Jiri Pirko
1
-0
/
+5
2017-04-14
xfrm: Add an IPsec hardware offloading API
Steffen Klassert
1
-0
/
+14
2017-04-14
net: Add ESP offload features
Steffen Klassert
1
-0
/
+1
2017-04-12
net: make struct net_device::min_header_len 8-bit
Alexey Dobriyan
1
-1
/
+1
2017-04-12
net: neigh: make ->hh_len 32-bit
Alexey Dobriyan
1
-2
/
+1
2017-03-29
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
1
-10
/
+2
2017-03-16
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-1
/
+1
2017-03-01
net: solve a NAPI race
Eric Dumazet
1
-20
/
+9
2017-02-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+14
2017-02-15
net: Prepare gro for packet consuming gro callbacks
Steffen Klassert
1
-0
/
+9
2017-02-15
net: Add a skb_gro_flush_final helper.
Steffen Klassert
1
-0
/
+5
2017-02-14
net: make net_device members garp_port and mrp_port conditional
Tobias Klauser
1
-0
/
+4
2017-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2017-02-08
net: introduce device min_header_len
Willem de Bruijn
1
-0
/
+4
2017-02-06
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel
1
-4
/
+0
2017-02-06
net: remove __napi_complete()
Eric Dumazet
1
-1
/
+0
2017-02-04
net: remove support for per driver ndo_busy_poll()
Eric Dumazet
1
-3
/
+0
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+15
2017-02-01
net: fix ndo_features_check/ndo_fix_features comment ordering
Dimitris Michailidis
1
-14
/
+15
2017-01-27
net: implement netif_cond_dbg macro
Edward Cree
1
-0
/
+9
2017-01-27
net: Fix ndo_setup_tc comment
Florian Fainelli
1
-5
/
+6
2017-01-19
net: Remove usage of net_device last_rx member
Tobias Klauser
1
-3
/
+0
2017-01-12
net: core: Make netif_wake_subqueue a wrapper
Florian Fainelli
1
-1
/
+13
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+7
2017-01-11
gro: Disable frag0 optimization on IPv6 ext headers
Herbert Xu
1
-2
/
+7
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+4
2016-12-29
net: dev_weight: TX/RX orthogonality
Matthias Tafelmeier
1
-0
/
+4
2016-12-08
net: rfs: add a jump label
Eric Dumazet
1
-0
/
+1
2016-12-02
net/sched: cls_flower: Add offload support using egress Hardware device
Hadar Hen Zion
1
-0
/
+1
2016-11-30
bpf, xdp: allow to pass flags to dev_change_xdp_fd
Daniel Borkmann
1
-1
/
+1
2016-11-27
netdevice: fix sparse warning for HARD_TX_LOCK
Michael S. Tsirkin
1
-1
/
+16
2016-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-11-25
net: Add net-device param to the get offloaded stats ndo
Or Gerlitz
1
-2
/
+2
2016-11-24
netdevice.h: fix kernel-doc warning
Randy Dunlap
1
-1
/
+1
2016-11-17
netpoll: more efficient locking
Eric Dumazet
1
-1
/
+0
2016-11-16
net: busy-poll: return busypolling status to drivers
Eric Dumazet
1
-3
/
+4
2016-11-16
net: busy-poll: allow preemption in sk_busy_loop()
Eric Dumazet
1
-0
/
+10
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+15
2016-11-13
bpf: Fix bpf_redirect to an ipip/ip6tnl dev
Martin KaFai Lau
1
-0
/
+15
2016-11-10
net: napi_hash_add() is no longer exported
Eric Dumazet
1
-11
/
+0
2016-10-31
net: Add support for XPS with QoS via traffic classes
Alexander Duyck
1
-2
/
+2
2016-10-31
net: Add sysfs value to determine queue traffic class
Alexander Duyck
1
-0
/
+1
2016-10-31
net: Move functions for configuring traffic classes out of inline headers
Alexander Duyck
1
-28
/
+3
[next]