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
/
decnet
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-26
[NET] fib_rules: delay route cache flush by ip_rt_min_delay
Thomas Graf
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-2
/
+3
2007-04-26
[NET] fib_rules: Flush route cache after rule modifications
Thomas Graf
1
-0
/
+7
2007-04-26
[NET] rules: Unified rules dumping
Thomas Graf
1
-7
/
+0
2007-04-26
[DECNet]: Use rtnl registration interface
Thomas Graf
5
-26
/
+20
2007-04-26
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
2
-2
/
+4
2007-04-26
[NETLINK]: Introduce nlmsg_hdr() helper
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
4
-9
/
+11
2007-04-26
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
3
-4
/
+4
2007-04-26
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
3
-6
/
+6
2007-04-26
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-03-26
[DECNet] fib: Fix out of bound access of dn_fib_props[]
Thomas Graf
1
-1
/
+4
2007-03-26
[NET]: Fix fib_rules compatibility breakage
Thomas Graf
1
-7
/
+6
2007-02-14
[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables
Eric W. Biederman
1
-5
/
+0
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
2
-2
/
+2
2007-02-14
[PATCH] sysctl: decnet: remove unnecessary insert_at_head flag
Eric W. Biederman
1
-1
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2
-2
/
+0
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
4
-4
/
+4
2007-02-11
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
10
-523
/
+523
2007-02-11
[PATCH] FRA_{DST,SRC} are le16 for decnet
Al Viro
1
-6
/
+6
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
1
-3
/
+1
2007-02-11
[DECNET]: Convert decnet route to use the new dst_entry 'next' pointer
Eric Dumazet
1
-16
/
+16
2007-02-11
[DECNET]: FRA_{DST,SRC} are le16 for decnet
Al Viro
1
-6
/
+6
2007-02-11
[NET] DECNET: Fix whitespace errors.
YOSHIFUJI Hideaki
10
-507
/
+507
2007-02-08
[NETLINK]: Don't BUG on undersized allocations
Patrick McHardy
2
-9
/
+16
2007-01-26
[DECNET]: Handle a failure in neigh_parms_alloc (take 2)
Eric W. Biederman
1
-2
/
+9
2006-12-10
[PATCH] sysctl: remove unused "context" param
Alexey Dobriyan
2
-8
/
+4
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-1
/
+1
2006-12-03
[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code
Thomas Graf
1
-11
/
+5
2006-12-03
[NETLINK]: Remove unused dst_pid field in netlink_skb_parms
Thomas Graf
1
-2
/
+0
2006-12-03
[DECNET] address: Convert to new netlink interface
Thomas Graf
1
-57
/
+85
2006-12-03
[DECNET] address: Rename rtmsg_ifa() to dn_ifaddr_notify()
Thomas Graf
1
-4
/
+4
2006-12-03
[DECNET] address: Calculate accurate message size for netlink notifications
Thomas Graf
1
-7
/
+12
2006-12-03
[DECNET]: Use kzalloc where applicable
Arnaldo Carvalho de Melo
1
-4
/
+4
2006-12-03
[DECNET]: Use kmemdup
Arnaldo Carvalho de Melo
1
-3
/
+1
2006-12-03
[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-12-03
[DECNET]: Fix build regressions.
David S. Miller
2
-8
/
+2
2006-12-03
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
2
-5
/
+35
2006-12-03
[NET] rules: Share common attribute validation policy
Thomas Graf
1
-5
/
+1
2006-12-03
[NET] rules: Protocol independant mark selector
Thomas Graf
1
-27
/
+0
2006-12-03
[NET]: Rethink mark field in struct flowi
Thomas Graf
3
-39
/
+9
2006-12-03
[NET]: Turn nfmark into generic mark
Thomas Graf
1
-2
/
+2
2006-12-03
[DECNET]: Don't clear memory twice.
Ralf Baechle
1
-1
/
+0
2006-11-08
[DECNET]: Endianess fixes (try #2)
Steven Whitehouse
4
-19
/
+20
2006-10-19
[DECNET]: Fix input routing bug
Steven Whitehouse
1
-2
/
+1
2006-10-16
[DECNET]: Use correct config option for routing by fwmark in compare_keys()
Patrick McHardy
1
-1
/
+1
2006-10-12
[DECNET]: Fix sfuzz hanging on 2.6.18
Patrick McHardy
1
-1
/
+3
2006-10-12
[NET]: Do not memcmp() over pad bytes of struct flowi.
David S. Miller
1
-3
/
+8
[next]