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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-26
[NET] skbuff: skb_store_bits const is backwards
Stephen Hemminger
1
-2
/
+2
2007-04-26
[AF_PACKET]: Add option to return orig_dev to userspace.
Peter P. Waskiewicz Jr
1
-0
/
+1
2007-04-26
[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.
YOSHIFUJI Hideaki
1
-0
/
+3
2007-04-26
[IPV6] SNMP: Netlink interface.
YOSHIFUJI Hideaki
2
-0
/
+2
2007-04-26
[INET]: Add IP(V6)_PMTUDISC_RPOBE
John Heffner
2
-0
/
+2
2007-04-26
[NET_SCHED]: Eliminate qdisc_tree_lock
Patrick McHardy
1
-2
/
+0
2007-04-26
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
Patrick McHardy
1
-1
/
+4
2007-04-26
[NETFILTER]: ebt_arp: add gratuitous arp filtering
Bart De Schuymer
1
-1
/
+3
2007-04-26
[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe traffic
Michael Milner
3
-2
/
+13
2007-04-26
[DCCP]: Complete documentation of dccp_sock
Gerrit Renker
1
-11
/
+10
2007-04-26
bridge: eliminate call by reference
Stephen Hemminger
1
-1
/
+2
2007-04-26
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
Herbert Xu
3
-7
/
+13
2007-04-26
[NET]: Use csum_start offset instead of skb_transport_header
Herbert Xu
1
-2
/
+7
2007-04-26
[XFRM]: Optimize MTU calculation
Patrick McHardy
1
-1
/
+1
2007-04-26
[IPV6] FIB6RULE: Find source address during looking up route.
YOSHIFUJI Hideaki
1
-4
/
+7
2007-04-26
[NET]: Move generic skbuff stuff from XFRM code to generic code
David Howells
2
-2
/
+6
2007-04-26
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-0
/
+15
2007-04-26
[NET]: Inline net_device_stats
Rusty Russell
1
-0
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-0
/
+14
2007-04-26
[BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdr
Arnaldo Carvalho de Melo
1
-0
/
+18
2007-04-26
[NET] fib_rules: Flush route cache after rule modifications
Thomas Graf
1
-0
/
+4
2007-04-26
[NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE
Herbert Xu
1
-0
/
+7
2007-04-26
[NET] fib_rules: Add no-operation action
Thomas Graf
1
-1
/
+1
2007-04-26
[NET] fib_rules: Mark rules detached from the device
Thomas Graf
1
-0
/
+1
2007-04-26
[NET] fib_rules: goto rule action
Thomas Graf
2
-3
/
+9
2007-04-26
[INET]: Use jhash + random secret for ehash.
David S. Miller
2
-9
/
+14
2007-04-26
[NETLINK]: introduce NLA_BINARY type
Johannes Berg
1
-1
/
+3
2007-04-26
[SCTP]: Implement SCTP_MAX_BURST socket option.
Vlad Yasevich
3
-1
/
+4
2007-04-26
[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification.
Vlad Yasevich
2
-0
/
+2
2007-04-26
[SCTP]: Honor flags when setting peer address parameters
Vlad Yasevich
1
-7
/
+8
2007-04-26
[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE event
Vlad Yasevich
1
-0
/
+1
2007-04-26
[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.
Vlad Yasevich
2
-0
/
+3
2007-04-26
[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option
Vlad Yasevich
3
-3
/
+6
2007-04-26
[NET_SCHED]: Unline tcf_destroy
Patrick McHardy
1
-8
/
+2
2007-04-26
[NET_SCHED]: turn PSCHED_GET_TIME into inline function
Patrick McHardy
2
-5
/
+7
2007-04-26
[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline function
Patrick McHardy
2
-3
/
+7
2007-04-26
[NET_SCHED]: kill PSCHED_TDIFF
Patrick McHardy
1
-1
/
+0
2007-04-26
[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT
Patrick McHardy
2
-4
/
+3
2007-04-26
[NET_SCHED]: kill PSCHED_TLESS
Patrick McHardy
1
-1
/
+0
2007-04-26
[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2
Patrick McHardy
1
-2
/
+0
2007-04-26
[NET_SCHED]: kill PSCHED_AUDIT_TDIFF
Patrick McHardy
1
-1
/
+0
2007-04-26
[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet
Yasuyuki Kozakai
2
-2
/
+3
2007-04-26
[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled
Yasuyuki Kozakai
2
-21
/
+14
2007-04-26
[NETLINK]: Remove error pointer from netlink message handler
Thomas Graf
2
-2
/
+2
2007-04-26
[NET] rules: Unified rules dumping
Thomas Graf
2
-3
/
+8
2007-04-26
[IPv6]: Use rtnl registration interface
Thomas Graf
2
-7
/
+0
2007-04-26
[DECNet]: Use rtnl registration interface
Thomas Graf
2
-10
/
+0
2007-04-26
[PKT_SCHED] qdisc: Use rtnl registration interface
Thomas Graf
1
-1
/
+1
2007-04-26
[IPv4]: Use rtnl registration interface
Thomas Graf
1
-6
/
+0
2007-04-26
[NET] rules: Use rtnl registration interface
Thomas Graf
1
-5
/
+1
[next]