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
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-29
net_sched: plug in qdisc ops change_tx_queue_len
Cong Wang
1
-0
/
+1
2018-01-29
net: introduce helper dev_change_tx_queue_len()
Cong Wang
1
-0
/
+28
2018-01-29
dev: advertise the new ifindex when the netns iface changes
Nicolas Dichtel
1
-7
/
+12
2018-01-29
dev: always advertise the new nsid when the netns iface changes
Nicolas Dichtel
1
-4
/
+1
2018-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+15
2018-01-23
net: core: Fix kernel-doc for netdev_upper_link()
Florian Fainelli
1
-0
/
+2
2018-01-23
net: core: Fix kernel-doc for call_netdevice_notifiers_info()
Florian Fainelli
1
-1
/
+0
2018-01-23
net: qdisc_pkt_len_init() should be more robust
Eric Dumazet
1
-4
/
+15
2018-01-12
net: Cap number of queues even with accel_priv
Alexander Duyck
1
-2
/
+1
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+4
2018-01-10
net: free RX queue structures
Jakub Kicinski
1
-4
/
+3
2018-01-10
net: use the right variant of kfree
Jakub Kicinski
1
-1
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+13
2018-01-06
xdp: generic XDP handling of xdp_rxq_info
Jesper Dangaard Brouer
1
-10
/
+59
2018-01-02
Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"
David S. Miller
1
-1
/
+13
2017-12-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-7
/
+12
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-12-20
net: Add asynchronous callbacks for xfrm on layer 2.
Steffen Klassert
1
-5
/
+11
2017-12-20
xfrm: Separate ESP handling from segmentation for GRO packets.
Steffen Klassert
1
-3
/
+2
2017-12-19
net: Disable GRO_HW when generic XDP is installed on a device.
Michael Chan
1
-0
/
+18
2017-12-19
net: Introduce NETIF_F_GRO_HW.
Michael Chan
1
-0
/
+12
2017-12-15
xdp: linearize skb in netif_receive_generic_xdp()
Song Liu
1
-1
/
+1
2017-12-13
net: avoid skb_warn_bad_offload on IS_ERR
Willem de Bruijn
1
-1
/
+1
2017-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-12-08
net: sched: allow qdiscs to handle locking
John Fastabend
1
-4
/
+22
2017-12-08
net: sched: cleanup qdisc_run and __qdisc_run semantics
John Fastabend
1
-2
/
+3
2017-12-05
Revert "net: core: maybe return -EEXIST in __dev_alloc_name"
Johannes Berg
1
-1
/
+1
2017-12-03
net: xdp: make the stack take care of the tear down
Jakub Kicinski
1
-7
/
+22
2017-12-03
net: xdp: avoid output parameters when querying XDP prog
Jakub Kicinski
1
-10
/
+14
2017-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+9
2017-11-23
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
1
-1
/
+2
2017-11-21
net: xdp: don't allow device-bound programs in driver mode
Jakub Kicinski
1
-0
/
+7
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-5
/
+2
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-127
/
+216
2017-11-14
net: core: dev_get_valid_name is now the same as dev_alloc_name_ns
Rasmus Villemoes
1
-13
/
+1
2017-11-14
net: core: maybe return -EEXIST in __dev_alloc_name
Rasmus Villemoes
1
-1
/
+1
2017-11-14
net: core: check dev_valid_name in __dev_alloc_name
Rasmus Villemoes
1
-0
/
+3
2017-11-14
net: core: drop pointless check in __dev_alloc_name
Rasmus Villemoes
1
-2
/
+1
2017-11-14
net: core: eliminate dev_alloc_name{,_ns} code duplication
Rasmus Villemoes
1
-10
/
+2
2017-11-14
net: core: move dev_alloc_name_ns a little higher
Rasmus Villemoes
1
-13
/
+13
2017-11-14
net: core: improve sanity checking in __dev_alloc_name
Rasmus Villemoes
1
-1
/
+1
2017-11-14
netdev: exit_net cleanup check added
Vasily Averin
1
-0
/
+2
2017-11-05
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
1
-1
/
+5
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
1
-17
/
+17
2017-11-03
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
Jiri Pirko
1
-10
/
+11
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2017-10-18
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
1
-0
/
+27
2017-10-17
net: export netdev_txq_to_tc to allow sch_mqprio to compile as module
Henrik Austad
1
-0
/
+1
2017-10-16
tun: call dev_get_valid_name() before register_netdevice()
Cong Wang
1
-3
/
+3
[next]