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
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+12
2015-05-23
pktgen: make /proc/net/pktgen/pgctrl report fail on invalid input
Jesper Dangaard Brouer
1
-2
/
+2
2015-05-23
pktgen: adjust spacing in proc file interface output
Jesper Dangaard Brouer
1
-1
/
+1
2015-05-22
net: core: 'ethtool' issue with querying phy settings
Arun Parameswaran
1
-1
/
+9
2015-05-22
flow_dissector: do not break if ports are not needed in flowlabel
Jiri Pirko
1
-7
/
+7
2015-05-22
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
1
-0
/
+2
2015-05-21
net: dev: reduce both ingress hook ifdefs
Daniel Borkmann
1
-18
/
+4
2015-05-21
neigh: Better handling of transition to NUD_PROBE state
Erik Kline
1
-0
/
+3
2015-05-18
netns: make nsid_lock per net
WANG Cong
1
-16
/
+16
2015-05-18
flow_dissector: remove bogus return in tipc section
Jiri Pirko
1
-1
/
+0
2015-05-18
net: fix sk_mem_reclaim_partial()
Eric Dumazet
1
-4
/
+5
2015-05-18
rtnl/bond: don't send rtnl msg for unregistered iface
Nicolas Dichtel
1
-0
/
+3
2015-05-15
net: core: set qdisc pkt len before tc_classify
Florian Westphal
1
-1
/
+2
2015-05-15
netns: fix unbalanced spin_lock on error
Nicolas Dichtel
1
-0
/
+1
2015-05-14
netfilter: add netfilter ingress hook after handle_ing() under unique static key
Pablo Neira
1
-0
/
+36
2015-05-14
net: add CONFIG_NET_INGRESS to enable ingress filtering
Pablo Neira
1
-3
/
+4
2015-05-14
net: Reserve skb headroom and set skb->dev even if using __alloc_skb
Alexander Duyck
1
-4
/
+16
2015-05-13
flow_dissector: change port array into src, dst tuple
Jiri Pirko
1
-2
/
+2
2015-05-13
flow_dissector: introduce support for Ethernet addresses
Jiri Pirko
1
-0
/
+12
2015-05-13
flow_dissector: introduce support for ipv6 addressses
Jiri Pirko
1
-8
/
+21
2015-05-13
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
1
-61
/
+138
2015-05-13
flow_dissector: introduce programable flow_dissector
Jiri Pirko
1
-0
/
+48
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
2
-28
/
+28
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
1
-0
/
+1
2015-05-13
net: change name of flow_dissector header to match the .c file name
Jiri Pirko
1
-1
/
+1
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2015-05-13
switchdev: don't use anonymous union on switchdev attr/obj structs
Scott Feldman
2
-3
/
+4
2015-05-13
pktgen: fix packet generation
Alexei Starovoitov
1
-1
/
+10
2015-05-13
net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...
Denys Vlasenko
1
-0
/
+11
2015-05-13
netns: return RTM_NEWNSID instead of RTM_GETNSID on a get
Nicolas Dichtel
1
-1
/
+1
2015-05-13
switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag
Scott Feldman
1
-1
/
+0
2015-05-13
switchdev: convert parent_id_get to switchdev attr get
Scott Feldman
2
-6
/
+13
2015-05-13
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
Jiri Pirko
2
-2
/
+2
2015-05-12
net: Add skb_free_frag to replace use of put_page in freeing skb->head
Alexander Duyck
1
-4
/
+6
2015-05-12
mm/net: Rename and move page fragment handling from net/ to mm/
Alexander Duyck
1
-94
/
+6
2015-05-12
net: Store virtual address instead of page in netdev_alloc_cache
Alexander Duyck
1
-23
/
+32
2015-05-12
net: Use cached copy of pfmemalloc to avoid accessing page
Alexander Duyck
1
-62
/
+79
2015-05-11
net: sched: further simplify handle_ing
Daniel Borkmann
1
-12
/
+18
2015-05-11
net: sched: consolidate handle_ing and ing_filter
Daniel Borkmann
1
-30
/
+16
2015-05-11
net: kill sk_change_net and sk_release_kernel
Eric W. Biederman
1
-19
/
+0
2015-05-11
net: Modify sk_alloc to not reference count the netns of kernel sockets.
Eric W. Biederman
1
-2
/
+6
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-1
/
+2
2015-05-10
pktgen: introduce xmit_mode '<start_xmit|netif_receive>'
Alexei Starovoitov
1
-5
/
+77
2015-05-10
pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliant
Jesper Dangaard Brouer
1
-0
/
+3
2015-05-10
netlink: allow to listen "all" netns
Nicolas Dichtel
1
-1
/
+9
2015-05-10
netns: use a spin_lock to protect nsid management
Nicolas Dichtel
1
-13
/
+44
2015-05-10
netns: notify new nsid outside __peernet2id()
Nicolas Dichtel
1
-14
/
+27
[next]