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
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-19
bpf: get rid of cgroup helper related ifdefs
Daniel Borkmann
1
-5
/
+1
2016-08-19
bpf: enable event output helper also for xdp types
Daniel Borkmann
1
-1
/
+41
2016-08-19
bpf: add bpf_skb_change_tail helper
Daniel Borkmann
1
-3
/
+97
2016-08-19
bpf: use skb_pkt_type_ok helper in bpf_skb_change_type
Daniel Borkmann
1
-2
/
+2
2016-08-19
flow_dissector: Get vlan priority in addition to vlan id
Hadar Hen Zion
1
-9
/
+16
2016-08-19
flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci
Hadar Hen Zion
1
-8
/
+26
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-64
/
+26
2016-08-15
netns: do not call pernet ops for not yet set up init_net namespace
Dmitry Torokhov
1
-4
/
+17
2016-08-14
net: remove type_check from dev_get_nest_level()
Sabrina Dubroca
1
-7
/
+3
2016-08-14
bpf: fix write helpers with regards to non-linear parts
Daniel Borkmann
1
-52
/
+18
2016-08-13
bpf: fix bpf_skb_in_cgroup helper naming
Daniel Borkmann
1
-5
/
+5
2016-08-11
rps: Inspect PPTP encapsulated by GRE to get flow hash
Gao Feng
1
-34
/
+79
2016-08-11
net: sched: convert qdisc linked list to hashtable
Jiri Kosina
1
-0
/
+3
2016-08-09
neigh: allow admin to set NUD_STALE
Julian Anastasov
1
-1
/
+2
2016-08-08
bpf: fix checksum for vlan push/pop helper
Daniel Borkmann
1
-0
/
+12
2016-08-08
bpf: fix checksum fixups on bpf_skb_store_bytes
Daniel Borkmann
1
-2
/
+2
2016-08-08
bpf: also call skb_postpush_rcsum on xmit occasions
Daniel Borkmann
1
-3
/
+10
2016-07-28
Merge branch 'salted-string-hash'
Linus Torvalds
1
-1
/
+1
2016-07-27
net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_...
He Chunhui
1
-6
/
+1
2016-07-25
bpf, events: fix offset in skb copy handler
Daniel Borkmann
1
-2
/
+2
2016-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-8
/
+13
2016-07-21
rtnl: protect do_setlink from IFLA_XDP_ATTACHED
Brenden Blanco
1
-0
/
+4
2016-07-20
rtnl: add option for setting link xdp prog
Brenden Blanco
1
-0
/
+64
2016-07-20
net: add ndo to setup/query xdp prog in adapter rx
Brenden Blanco
1
-0
/
+33
2016-07-20
bpf: add XDP prog type for early driver filter
Brenden Blanco
1
-0
/
+79
2016-07-16
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
1
-1
/
+42
2016-07-13
dccp: limit sk_filter trim to payload
Willem de Bruijn
1
-3
/
+4
2016-07-13
rose: limit sk_filter trim to payload
Willem de Bruijn
1
-5
/
+5
2016-07-13
devlink: add hardware messages tracing facility
Jiri Pirko
1
-0
/
+4
2016-07-12
sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_send
Soheil Hassas Yeganeh
1
-0
/
+4
2016-07-10
net: tracepoint napi:napi_poll add work and budget
Jesper Dangaard Brouer
3
-4
/
+5
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-18
/
+43
2016-07-05
neigh: Send a notification when DELAY_PROBE_TIME changes
Ido Schimmel
1
-0
/
+2
2016-07-05
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
Jiri Pirko
1
-0
/
+44
2016-07-05
net: add dev arg to ndo_neigh_construct/destroy
Jiri Pirko
1
-2
/
+2
2016-07-05
mlxsw: spectrum: Add couple of lower device helper functions
Jiri Pirko
1
-0
/
+46
2016-07-05
bpf: add bpf_get_hash_recalc helper
Daniel Borkmann
1
-0
/
+19
2016-07-05
net: pktgen: support injecting packets for qdisc testing
John Fastabend
1
-2
/
+40
2016-07-02
net/devlink: Add E-Switch mode control
Or Gerlitz
1
-0
/
+87
2016-07-01
cgroup: bpf: Add bpf_skb_in_cgroup_proto
Martin KaFai Lau
1
-0
/
+38
2016-07-01
net_sched: fix mirrored packets checksum
WANG Cong
1
-18
/
+0
2016-07-01
packet: Use symmetric hash for PACKET_FANOUT_HASH.
David S. Miller
1
-0
/
+43
2016-07-01
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
1
-12
/
+1
2016-07-01
net: introduce NETDEV_CHANGE_TX_QUEUE_LEN
Jason Wang
2
-5
/
+26
2016-06-30
fib_rules: Added NLM_F_EXCL support to fib_nl_newrule
Mateusz Bajorski
1
-0
/
+49
2016-06-30
net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute
Nikolay Aleksandrov
1
-2
/
+48
2016-06-30
bpf: add bpf_skb_change_type helper
Daniel Borkmann
1
-0
/
+24
2016-06-30
bpf: add bpf_skb_change_proto helper
Daniel Borkmann
1
-0
/
+200
2016-06-30
bpf: don't use raw processor id in generic helper
Daniel Borkmann
1
-1
/
+9
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+19
[next]