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
2008-03-28
[NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...
YOSHIFUJI Hideaki
1
-29
/
+24
2008-03-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2
-2
/
+25
2008-03-28
[NET]: uninline skb_trim, de-bloats
Ilpo Järvinen
1
-0
/
+16
2008-03-28
[NET]: uninline dst_release
Ilpo Järvinen
1
-0
/
+10
2008-03-28
[NET]: uninline skb_push, de-bloats a lot
Ilpo Järvinen
1
-0
/
+19
2008-03-28
[NET]: uninline dev_alloc_skb, de-bloats a lot
Ilpo Järvinen
1
-0
/
+18
2008-03-28
[NET]: uninline skb_pull, de-bloats a lot
Ilpo Järvinen
1
-0
/
+16
2008-03-28
[NET]: uninline skb_put, de-bloats a lot
Ilpo Järvinen
1
-0
/
+21
2008-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-2
/
+25
2008-03-26
[NET]: Fix multicast device ioctl checks
Patrick McHardy
1
-2
/
+2
2008-03-25
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2
-10
/
+10
2008-03-25
[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-10
/
+16
2008-03-25
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-4
/
+4
2008-03-25
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
4
-19
/
+19
2008-03-25
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
6
-22
/
+22
2008-03-25
[NETNS]: Minor information leak via /proc/net/ptype file.
Pavel Emelyanov
1
-3
/
+4
2008-03-25
[NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).
Pavel Emelyanov
1
-0
/
+23
2008-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+4
2008-03-21
[NET]: Add per-connection option to set max TSO frame size
Peter P Waskiewicz Jr
2
-2
/
+5
2008-03-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-2
/
+4
2008-03-21
netpoll: zap_completion_queue: adjust skb->users counter
Jarek Poplawski
1
-2
/
+4
2008-03-19
sched, net: socket wakeups are sync
Ingo Molnar
1
-2
/
+2
2008-03-06
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-03-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-5
/
+9
2008-03-04
[NETPOLL]: Revert two bogus cleanups that broke netconsole.
David S. Miller
1
-4
/
+8
2008-03-03
[ARP]: Introduce the arp_hdr_len helper.
Pavel Emelyanov
1
-4
/
+2
2008-03-03
[NET]: Fix race in generic address resolution.
Frank Blaschka
1
-1
/
+1
2008-02-29
[NET]: Use existing device list walker for /proc/dev_mcast.
Pavel Emelyanov
1
-31
/
+6
2008-02-29
[NET]: sk_release_kernel needs to be exported to modules
David S. Miller
1
-0
/
+1
2008-02-29
[NET]: Make netlink_kernel_release publically available as sk_release_kernel.
Denis V. Lunev
1
-0
/
+18
2008-02-29
[NETNS]: DST cleanup routines should be called inside namespace.
Denis V. Lunev
1
-3
/
+0
2008-02-29
[NETNS]: Default arp parameters lookup.
Denis V. Lunev
1
-3
/
+1
2008-02-29
[NETNS]: Register neighbour table parameters in the correct namespace.
Denis V. Lunev
1
-1
/
+2
2008-02-29
[PKTGEN]: Use proc_create() to setup ->proc_fops first
Wang Chen
1
-6
/
+4
2008-02-29
[NEIGHBOUR]: Use proc_create() to setup ->proc_fops first
Wang Chen
1
-2
/
+2
2008-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-9
/
+27
2008-02-24
[NEIGH]: Fix race between neighbor lookup and table's hash_rnd update.
Pavel Emelyanov
1
-2
/
+4
2008-02-24
[RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINK
Thomas Graf
1
-6
/
+19
2008-02-20
[NETNS]: Namespace leak in pneigh_lookup.
Denis V. Lunev
1
-0
/
+1
2008-02-20
[RTNL]: Add missing link netlink attribute policy definitions
Thomas Graf
1
-0
/
+2
2008-02-20
[NET]: Messed multicast lists after dev_mc_sync/unsync
Jorge Boncompte [DTI2]
1
-1
/
+1
2008-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-29
/
+19
2008-02-18
Revert "[NDISC]: Fix race in generic address resolution"
David S. Miller
1
-3
/
+9
2008-02-18
Revert "[RTNETLINK]: Send a single notification on device state changes."
David S. Miller
1
-26
/
+10
2008-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
4
-23
/
+32
2008-02-14
docbook: make a networking book and fix a few errors
Randy Dunlap
2
-4
/
+3
2008-02-14
remove final fastcall users
Harvey Harrison
2
-3
/
+3
2008-02-13
[NET]: Fix race in dev_close(). (Bug 9750)
Matti Linnanvuori
1
-2
/
+2
2008-02-13
[RTNETLINK]: Send a single notification on device state changes.
Laszlo Attila Toth
1
-10
/
+26
2008-02-13
[NET]: Fix comment for skb_pull_rcsum
Urs Thuermann
1
-2
/
+1
[prev]
[next]