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
2012-10-12
net: add doc for in4_pton()
Amerigo Wang
1
-0
/
+12
2012-10-12
net: add doc for in6_pton()
Amerigo Wang
1
-0
/
+12
2012-10-11
pktgen: replace scan_ip6() with in6_pton()
Amerigo Wang
1
-97
/
+4
2012-10-11
pktgen: enable automatic IPv6 address setting
Amerigo Wang
1
-13
/
+5
2012-10-11
pktgen: display IPv4 address in human-readable format
Amerigo Wang
1
-2
/
+2
2012-10-11
pktgen: set different default min_pkt_size for different protocols
Amerigo Wang
1
-7
/
+20
2012-10-11
pktgen: fix crash when generating IPv6 packets
Amerigo Wang
1
-1
/
+1
2012-10-08
vlan: don't deliver frames for unknown vlans to protocols
Florian Zumbiehl
1
-2
/
+5
2012-10-08
net: gro: selective flush of packets
Eric Dumazet
1
-7
/
+31
2012-10-07
net: gro: fix a potential crash in skb_gro_reset_offset
Eric Dumazet
1
-6
/
+8
2012-10-07
net: Fix skb_under_panic oops in neigh_resolve_output
ramesh.nagappa@gmail.com
1
-4
/
+2
2012-10-07
net: remove skb recycling
Eric Dumazet
1
-47
/
+0
2012-10-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-28
/
+13
2012-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
19
-206
/
+394
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
3
-17
/
+33
2012-10-02
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+11
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2
-22
/
+4
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
3
-18
/
+9
2012-10-02
netlink: add attributes to fdb interface
stephen hemminger
1
-2
/
+4
2012-10-02
net: add gro_cells infrastructure
Eric Dumazet
1
-0
/
+2
2012-10-02
use skb_end_offset() in skb_try_coalesce()
Weiping Pan
1
-2
/
+1
2012-10-01
Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+13
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-4
/
+8
2012-09-28
net: use bigger pages in __netdev_alloc_frag
Eric Dumazet
1
-16
/
+30
2012-09-28
net: remove sk_init() helper
Eric Dumazet
1
-13
/
+0
2012-09-27
make get_file() return its argument
Al Viro
1
-2
/
+1
2012-09-27
new helper: iterate_fd()
Al Viro
1
-26
/
+12
2012-09-25
net: guard tcp_set_keepalive() to tcp sockets
Eric Dumazet
1
-1
/
+2
2012-09-25
filter: add XOR instruction for use with X/K
Daniel Borkmann
1
-3
/
+9
2012-09-25
net: use a per task frag allocator
Eric Dumazet
2
-30
/
+56
2012-09-21
net: do not disable sg for packets requiring no checksum
Ed Cashin
1
-1
/
+2
2012-09-20
net/core: fix comment in skb_try_coalesce
Li RongQing
1
-1
/
+3
2012-09-20
netpoll: call ->ndo_select_queue() in tx path
Amerigo Wang
2
-4
/
+4
2012-09-20
netdev: make address const in device address management
stephen hemminger
1
-19
/
+21
2012-09-19
net: provide a default dev->ethtool_ops
Eric Dumazet
2
-12
/
+4
2012-09-19
net: dev: fix incorrect getting net device's name
Gao feng
1
-8
/
+20
2012-09-19
net: more accurate network taps in transmit path
Eric Dumazet
1
-3
/
+6
2012-09-19
net: fix memory leak on oom with zerocopy
Michael S. Tsirkin
1
-1
/
+1
2012-09-18
userns: Convert the audit loginuid to be a kuid
Eric W. Biederman
1
-1
/
+1
2012-09-17
device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit
Joe Perches
1
-10
/
+6
2012-09-17
netdev_printk/netif_printk: Remove a superfluous logging colon
Joe Perches
1
-1
/
+1
2012-09-17
netdev_printk/dynamic_netdev_dbg: Directly call printk_emit
Joe Perches
1
-7
/
+17
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+15
2012-09-14
cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...
Tejun Heo
1
-1
/
+11
2012-09-14
cgroup: Assign subsystem IDs during compile time
Daniel Wagner
2
-22
/
+0
2012-09-14
cgroup: net_prio: Do not define task_netpioidx() when not selected
Daniel Wagner
1
-0
/
+2
2012-09-14
cgroup: net_cls: Do not define task_cls_classid() when not selected
Daniel Wagner
1
-0
/
+2
2012-09-14
pktgen: fix crash with vlan and packet size less than 46
Nishank Trivedi
1
-1
/
+1
2012-09-14
netprio_cgroup: Use memcpy instead of the for-loop to copy priomap
Srivatsa S. Bhat
1
-5
/
+4
2012-09-14
netprio_cgroup: Remove update_netdev_tables() since it is unnecessary
Srivatsa S. Bhat
1
-32
/
+0
[next]