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
pinetabv-6.6.y-devel
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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-13
geneve: move definition of geneve_hdr() to geneve.h
John W. Linville
3
-10
/
+5
2015-05-13
geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c
John W. Linville
1
-1
/
+0
2015-05-13
net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset
Pablo Neira
1
-8
/
+0
2015-05-13
Merge branch 'packet_rollover'
David S. Miller
3
-28
/
+163
2015-05-13
packet: rollover statistics
Willem de Bruijn
3
-1
/
+28
2015-05-13
packet: rollover huge flows before small flows
Willem de Bruijn
2
-3
/
+24
2015-05-13
packet: rollover lock contention avoidance
Willem de Bruijn
2
-7
/
+32
2015-05-13
packet: rollover only to socket with headroom
Willem de Bruijn
1
-17
/
+59
2015-05-13
packet: rollover prepare: per-socket state
Willem de Bruijn
2
-4
/
+23
2015-05-13
packet: rollover prepare: move code out of callsites
Willem de Bruijn
1
-9
/
+10
2015-05-13
ipv4: __ip_local_out_sk() is static
Eric Dumazet
1
-1
/
+1
2015-05-13
tcp/dccp: tw_timer_handler() is static
Eric Dumazet
1
-1
/
+1
2015-05-13
Merge branch 'cls_flower'
David S. Miller
20
-298
/
+1285
2015-05-13
tc: introduce Flower classifier
Jiri Pirko
4
-0
/
+729
2015-05-13
flow_dissector: change port array into src, dst tuple
Jiri Pirko
7
-15
/
+18
2015-05-13
flow_dissector: introduce support for Ethernet addresses
Jiri Pirko
2
-0
/
+25
2015-05-13
flow_dissector: introduce support for ipv6 addressses
Jiri Pirko
2
-8
/
+34
2015-05-13
flow_dissector: add missing header includes
Jiri Pirko
1
-0
/
+3
2015-05-13
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
12
-146
/
+229
2015-05-13
flow_dissector: introduce programable flow_dissector
Jiri Pirko
2
-0
/
+109
2015-05-13
flow_dissector: fix doc for skb_get_poff
Jiri Pirko
1
-2
/
+6
2015-05-13
net: move netdev_pick_tx and dependencies to net/core/dev.c
Jiri Pirko
2
-78
/
+78
2015-05-13
net: move __skb_tx_hash to dev.c
Jiri Pirko
4
-31
/
+31
2015-05-13
net: move __skb_get_hash function declaration to flow_dissector.h
Jiri Pirko
2
-1
/
+1
2015-05-13
flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines
Jiri Pirko
1
-5
/
+5
2015-05-13
net: move *skb_get_poff declarations into correct header
Jiri Pirko
4
-4
/
+5
2015-05-13
flow_dissector: remove unused function flow_get_hlen declaration
Jiri Pirko
1
-3
/
+0
2015-05-13
net: change name of flow_dissector header to match the .c file name
Jiri Pirko
9
-12
/
+19
2015-05-13
Merge branch 'sfc-next'
David S. Miller
1
-12
/
+22
2015-05-13
sfc: suppress some MCDI error messages in PTP
Edward Cree
1
-11
/
+16
2015-05-13
sfc: nicer log message on PTP probe fail
Edward Cree
1
-1
/
+6
2015-05-13
net: sched: use counter to break reclassify loops
Florian Westphal
5
-30
/
+5
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
410
-4555
/
+5358
2015-05-13
fix missing copy_from_user in macvtap
Justin Cormack
1
-1
/
+4
2015-05-13
switchdev: don't use anonymous union on switchdev attr/obj structs
Scott Feldman
7
-37
/
+39
2015-05-13
Merge branch 'switchdev-cleanups'
David S. Miller
4
-9
/
+14
2015-05-13
switchdev: apply review comments on documentation
Scott Feldman
1
-2
/
+5
2015-05-13
switchdev: align comment with other comments in block
Scott Feldman
1
-1
/
+1
2015-05-13
switchdev: sparse warning: pass ipv4 fib dst as network-byte order
Scott Feldman
2
-5
/
+6
2015-05-13
switchdev: sparse warning: make __switchdev_port_obj_add static
Scott Feldman
1
-1
/
+2
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
102
-645
/
+1838
2015-05-13
net: Remove remaining remnants of pm_qos from netdevice.h
David Ahern
1
-3
/
+0
2015-05-13
e1000e: Add pm_qos header
David Ahern
1
-0
/
+1
2015-05-13
net: make skb_dst_pop routine static
Ying Xue
2
-12
/
+12
2015-05-13
net: phy: micrel: Fix regression in kszphy_probe
Niklas Cassel
1
-1
/
+2
2015-05-13
net: ll_temac: Fix DMA map size bug
Michal Simek
1
-2
/
+2
2015-05-13
test_bpf: add 173 new testcases for eBPF
Michael Holzheu
2
-0
/
+2202
2015-05-13
samples/bpf: fix in-source build of samples with clang
Brenden Blanco
1
-1
/
+1
2015-05-13
x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions
Alexei Starovoitov
1
-0
/
+28
2015-05-13
cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS
Hariprasad Shenai
9
-147
/
+235
[next]