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-11-09
net: Introduce netdev_*_once functions
Gal Pressman
1
-0
/
+29
2017-11-08
net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS
Nogah Frankel
1
-1
/
+1
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
1
-1
/
+1
2017-11-08
net_sch: red: Add offload ability to RED qdisc
Nogah Frankel
1
-0
/
+1
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
1
-0
/
+14
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
1
-11
/
+12
2017-11-03
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
Jiri Pirko
1
-3
/
+6
2017-10-27
net/sched: Add support for HW offloading for CBS
Vinicius Costa Gomes
1
-0
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2017-10-21
net: sched: add block bind/unbind notif. and extended block_get/put
Jiri Pirko
1
-0
/
+1
2017-10-18
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
1
-0
/
+1
2017-10-16
tun: call dev_get_valid_name() before register_netdevice()
Cong Wang
1
-0
/
+3
2017-10-05
net: Add extack to upper device linking
David Ahern
1
-2
/
+4
2017-10-05
net: Add extack to ndo_add_slave
David Ahern
1
-1
/
+2
2017-10-05
net: Add extack to netdev_notifier_info
David Ahern
1
-1
/
+9
2017-10-04
net: core: decouple ifalias get/set from rtnl lock
Florian Westphal
1
-1
/
+7
2017-10-01
net: dsa: change dsa_ptr for a dsa_port
Vivien Didelot
1
-2
/
+2
2017-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-38
/
+29
2017-09-04
Merge branch 'linus' into locking/core, to fix up conflicts
Ingo Molnar
1
-0
/
+2
2017-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-09-01
mlxsw: spectrum: Forbid linking to devices that have uppers
Ido Schimmel
1
-0
/
+2
2017-08-31
net: fix two typos in net_device_ops documentation.
Rami Rosen
1
-2
/
+2
2017-08-30
net: remove dmaengine.h inclusion from netdevice.h
Dave Jiang
1
-1
/
+0
2017-08-29
smp: Avoid using two cache lines for struct call_single_data
Ying Huang
1
-1
/
+1
2017-08-28
netfilter: convert hook list to an array
Aaron Conole
1
-1
/
+1
2017-08-19
net: drop unused attribute argument from sysfs queue funcs
stephen hemminger
1
-3
/
+2
2017-08-19
net: constify net_ns_type_operations
stephen hemminger
1
-1
/
+1
2017-08-19
net: constify netdev_class_file
stephen hemminger
1
-4
/
+4
2017-08-14
net: export some generic xdp helpers
Jason Wang
1
-0
/
+2
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
1
-17
/
+2
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
1
-3
/
+0
2017-08-07
net: sched: make egress_dev flag part of flower offload struct
Jiri Pirko
1
-1
/
+0
2017-08-07
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
Jiri Pirko
1
-1
/
+1
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
1
-4
/
+5
2017-07-24
net: add infrastructure to un-offload UDP tunnel port
Sabrina Dubroca
1
-0
/
+1
2017-07-20
net: make dev_close and related functions void
stephen hemminger
1
-2
/
+2
2017-07-17
net: Kill NETIF_F_UFO and SKB_GSO_UDP.
David S. Miller
1
-1
/
+0
2017-07-17
xdp: Add batching support to redirect map
John Fastabend
1
-1
/
+4
2017-07-17
xdp: add bpf_redirect helper function
John Fastabend
1
-0
/
+6
2017-07-08
bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
WANG Cong
1
-0
/
+1
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-18
/
+18
2017-07-04
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
1
-4
/
+5
2017-06-25
net: Remove ndo_dfwd_start_xmit
Mintz, Yuval
1
-9
/
+0
2017-06-23
xdp: add reporting of offload mode
Jakub Kicinski
1
-3
/
+4
2017-06-23
xdp: add HW offload mode flag for installing programs
Jakub Kicinski
1
-0
/
+1
2017-06-23
xdp: pass XDP flags into install handlers
Jakub Kicinski
1
-0
/
+1
2017-06-16
net: Add IFLA_XDP_PROG_ID
Martin KaFai Lau
1
-2
/
+5
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+10
2017-06-14
net: update undefined ->ndo_change_mtu() comment
Magnus Damm
1
-2
/
+1
[prev]
[next]