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
2016-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+20
2016-09-11
net: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-2
/
+1
2016-09-10
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
1
-81
/
+48
2016-09-10
bpf: add own ctx rewriter on ifindex for clsact progs
Daniel Borkmann
1
-6
/
+31
2016-09-10
bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros
Daniel Borkmann
1
-8
/
+7
2016-09-10
bpf: minor cleanups in helpers
Daniel Borkmann
1
-4
/
+3
2016-09-10
rtnetlink: remove unused ifla_stats_policy
stephen hemminger
1
-4
/
+0
2016-09-09
tcp: use an RB tree for ooo receive queue
Yaogong Wang
1
-0
/
+19
2016-09-04
bonding: Fix bonding crash
Mahesh Bandewar
1
-0
/
+16
2016-09-04
netns: avoid disabling irq for netns id
WANG Cong
1
-20
/
+15
2016-09-04
vxlan: call peernet2id() in fdb notification
WANG Cong
1
-1
/
+1
2016-09-02
rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possibly
Gao Feng
1
-2
/
+4
2016-09-02
rtnetlink: fdb dump: optimize by saving last interface markers
Roopa Prabhu
1
-40
/
+65
2016-09-02
netns: make nla_policy const
stephen hemminger
1
-1
/
+1
2016-09-02
drop_monitor: make genl_multicast_group const
stephen hemminger
1
-1
/
+1
2016-08-31
net: lwtunnel: Handle fragmentation
Roopa Prabhu
1
-0
/
+35
2016-08-31
net: batch calls to flush_all_backlogs()
Eric Dumazet
1
-20
/
+12
2016-08-26
bridge: switchdev: Add forward mark support for stacked devices
Ido Schimmel
1
-10
/
+0
2016-08-26
net: flush the softnet backlog in process context
Paolo Abeni
1
-22
/
+50
2016-08-24
net: remove clear_sk() method
Eric Dumazet
1
-6
/
+2
2016-08-24
udp: get rid of sk_prot_clear_portaddr_nulls()
Eric Dumazet
1
-18
/
+0
2016-08-24
net: rtnetlink: Don't export empty RTAX_FEATURES
Phil Sutter
1
-0
/
+2
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
[next]