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
2007-04-26
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
3
-21
/
+22
2007-04-26
[SK_BUFF]: Introduce skb_network_header_len
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Some more layer header conversions
Arnaldo Carvalho de Melo
2
-13
/
+19
2007-04-26
[NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb
Yasuyuki Kozakai
1
-26
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-26
[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
Arnaldo Carvalho de Melo
2
-3
/
+5
2007-04-26
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
2
-2
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
2
-2
/
+2
2007-04-26
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2
-2
/
+2
2007-04-26
[NET]: show bound packet types
Stephen Hemminger
1
-0
/
+134
2007-04-26
[NET]: make seq_operations const
Stephen Hemminger
5
-6
/
+6
2007-04-26
[NET]: network dev read_mostly
Stephen Hemminger
1
-5
/
+5
2007-04-26
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
2
-5
/
+6
2007-04-26
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-26
[SK_BUFF]: Use skb_reset_network_header in skb_push cases
Arnaldo Carvalho de Melo
1
-1
/
+3
2007-04-26
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
2
-4
/
+6
2007-04-26
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
3
-3
/
+3
2007-04-26
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
3
-4
/
+4
2007-04-26
[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
Eric Dumazet
1
-2
/
+14
2007-04-26
[NET]: New sysctls should use __read_mostly tags
Eric Dumazet
1
-3
/
+3
2007-04-26
[NET]: deinline some functions
Stephen Hemminger
1
-5
/
+5
2007-04-26
[WIRELESS]: use ARRAY_SIZE()
Stephen Hemminger
1
-4
/
+2
2007-04-26
[NET] core: whitespace cleanup
Stephen Hemminger
5
-519
/
+514
2007-04-26
[NET]: Replace CONFIG_NET_DEBUG with sysctl.
Stephen Hemminger
2
-0
/
+10
2007-04-26
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
1
-0
/
+16
2007-04-26
[NET] CORE: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-04-26
[UDP]: Clean up UDP-Lite receive checksum
Herbert Xu
1
-2
/
+8
2007-04-26
[NET]: convert network timestamps to ktime_t
Eric Dumazet
2
-22
/
+13
2007-04-26
[PKTGEN]: fix device name handling
Stephen Hemminger
1
-67
/
+70
2007-04-26
[PKTGEN]: don't use __constant_htonl()
Stephen Hemminger
1
-12
/
+12
2007-04-26
[PKTGEN]: use random32
Stephen Hemminger
1
-33
/
+19
2007-04-26
[PKTGEN]: use pr_debug
Stephen Hemminger
1
-19
/
+15
2007-04-26
[NET]: Keep sk_backlog near sk_lock
Eric Dumazet
1
-1
/
+1
2007-04-18
[NET]: Set a separate lockdep class for neighbour table's proxy_queue
Pavel Emelianov
1
-1
/
+4
2007-04-18
[NET]: Fix UDP checksum issue in net poll mode.
Aubrey.Li
1
-0
/
+7
2007-04-18
[NET]: Get rid of alloc_skb_from_cache
Herbert Xu
1
-55
/
+0
2007-04-13
[PKTGEN]: Add try_to_freeze()
Andrew Morton
1
-0
/
+3
2007-04-04
[PATCH] net: Ignore sysfs network device rename bugs.
Eric W. Biederman
1
-7
/
+4
2007-04-03
[NET]: Change "not found" return value for rule lookup
Steven Whitehouse
1
-1
/
+1
2007-03-29
[IFB]: Fix crash on input device removal
Patrick McHardy
2
-5
/
+5
2007-03-28
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Jeff Garzik
2
-33
/
+52
2007-03-27
[PATCH] WE-22 : prevent information leak on 64 bit
Jean Tourrilhes
2
-33
/
+52
2007-03-26
[NET_SCHED]: Fix ingress locking
Patrick McHardy
1
-2
/
+2
2007-03-26
[NET]: Fix neighbour destructor handling.
Alexey Kuznetsov
1
-4
/
+10
2007-03-26
[NET]: Fix fib_rules compatibility breakage
Thomas Graf
1
-0
/
+30
2007-03-22
[NET]: fix up misplaced inlines.
Dave Jones
1
-1
/
+1
2007-03-22
[NET]: Fix fib_rules dump race
Patrick McHardy
1
-1
/
+1
2007-03-17
[NET]: Copy mac_len in skb_clone() as well
Alexey Dobriyan
1
-0
/
+1
[next]