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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
22
-673
/
+1902
2018-01-31
rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
Christian Brauner
1
-5
/
+1
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-6
/
+4
2018-01-29
net_sched: gen_estimator: fix lockdep splat
Eric Dumazet
1
-0
/
+4
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
3
-37
/
+34
2018-01-29
dev: advertise the new ifindex when the netns iface changes
Nicolas Dichtel
2
-18
/
+32
2018-01-29
dev: always advertise the new nsid when the netns iface changes
Nicolas Dichtel
1
-4
/
+1
2018-01-29
rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
Christian Brauner
1
-11
/
+28
2018-01-29
rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
Christian Brauner
1
-3
/
+0
2018-01-29
rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
Christian Brauner
1
-7
/
+47
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-24
/
+279
2018-01-27
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
1
-1
/
+8
2018-01-27
bpf: xor of a/x in cbpf can be done in 32 bit alu
Daniel Borkmann
1
-2
/
+2
2018-01-26
bpf: Add sock_ops R/W access to tclass
Lawrence Brakmo
1
-2
/
+45
2018-01-26
bpf: Add support for reading sk_state and more
Lawrence Brakmo
1
-11
/
+132
2018-01-26
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
Lawrence Brakmo
1
-0
/
+34
2018-01-26
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
1
-0
/
+48
2018-01-26
bpf: Make SOCK_OPS_GET_TCP struct independent
Lawrence Brakmo
1
-10
/
+10
2018-01-26
bpf: Make SOCK_OPS_GET_TCP size independent
Lawrence Brakmo
1
-5
/
+8
2018-01-26
bpf: Only reply field should be writeable
Lawrence Brakmo
1
-2
/
+1
2018-01-25
net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...
Kirill Tkhai
1
-18
/
+44
2018-01-25
dev_ioctl(): move copyin/copyout to callers
Al Viro
1
-61
/
+24
2018-01-25
lift handling of SIOCIW... out of dev_ioctl()
Al Viro
1
-18
/
+0
2018-01-25
net: separate SIOCGIFCONF handling from dev_ioctl()
Al Viro
1
-22
/
+7
2018-01-24
pktgen: Clean read user supplied flag mess
Dmitry Safonov
1
-105
/
+39
2018-01-24
pktgen: Remove brute-force printing of flags
Dmitry Safonov
1
-58
/
+19
2018-01-24
pktgen: Add behaviour flags macro to generate flags/names
Dmitry Safonov
1
-23
/
+34
2018-01-24
pktgen: Add missing !flag parameters
Dmitry Safonov
1
-1
/
+7
2018-01-24
net: link_watch: mark bonding link events urgent
Roopa Prabhu
1
-1
/
+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-22
net: core: Expose number of link up/down transitions
David Decotigny
2
-3
/
+35
2018-01-22
devlink: fix memory leak on 'resource'
Colin Ian King
1
-0
/
+1
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-9
/
+58
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+5
2018-01-20
bpf: move event_output to const_size_or_zero for xdp/skb as well
Daniel Borkmann
1
-2
/
+2
2018-01-20
bpf: restrict access to core bpf sysctls
Daniel Borkmann
1
-3
/
+43
2018-01-20
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
1
-6
/
+12
2018-01-20
bpf: add csum_diff helper to xdp as well
Daniel Borkmann
1
-0
/
+2
2018-01-19
devlink: Make some functions static
Wei Yongjun
1
-2
/
+3
2018-01-19
bpf: allow socket_filter programs to use bpf_prog_test_run
Alexei Starovoitov
1
-0
/
+1
2018-01-19
flow_dissector: properly cap thoff field
Eric Dumazet
1
-2
/
+1
2018-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+4
2018-01-17
net: Remove spinlock from get_net_ns_by_id()
Kirill Tkhai
1
-2
/
+0
2018-01-17
net: Fix possible race in peernet2id_alloc()
Kirill Tkhai
1
-2
/
+11
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+3
[next]