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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-07
Merge branch 'next' into for-linus
James Morris
1
-21
/
+65
2009-01-05
tcp: Kill extraneous SPLICE_F_NONBLOCK checks.
David S. Miller
1
-4
/
+0
2009-01-05
tcp: don't mask EOF and socket errors on nonblocking splice receive
Lennert Buytenhek
1
-4
/
+4
2009-01-05
gro: Use gso_size to store MSS
Herbert Xu
1
-4
/
+1
2008-12-31
netlabel: Update kernel configuration API
Paul Moore
1
-21
/
+65
2008-12-30
net: Fix percpu counters deadlock
Herbert Xu
4
-7
/
+16
2008-12-30
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net
Rusty Russell
2
-4
/
+4
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
62
-1286
/
+2136
2008-12-26
ipsec: Remove useless ret variable
Herbert Xu
1
-3
/
+1
2008-12-26
tcp: Always set urgent pointer if it's beyond snd_nxt
Herbert Xu
1
-4
/
+8
2008-12-26
netns: igmp: make /proc/net/{igmp,mcfilter} per netns
Alexey Dobriyan
1
-9
/
+40
2008-12-26
netns: igmp: allow IPPROTO_IGMP sockets in netns
Alexey Dobriyan
1
-0
/
+1
2008-12-25
Merge branch 'next' into for-linus
James Morris
1
-2
/
+2
2008-12-19
tcp: Stop scaring users with "treason uncloaked!"
Matt Mackall
1
-2
/
+2
2008-12-16
ipmr: merge common code
Ilpo Järvinen
1
-64
/
+39
2008-12-16
tcp: Add GRO support
Herbert Xu
3
-0
/
+137
2008-12-16
ipv4: Add GRO infrastructure
Herbert Xu
1
-0
/
+97
2008-12-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-71
/
+11
2008-12-15
netfilter: update rwlock initialization for nat_table
Steven Rostedt
1
-1
/
+1
2008-12-15
icsk: join error paths using goto
Ilpo Järvinen
1
-9
/
+10
2008-12-09
tcp: tcp_vegas cong avoid fix
Doug Leith
1
-70
/
+10
2008-12-06
tcp: fix tso_should_defer in 64bit
Ilpo Järvinen
1
-1
/
+1
2008-12-06
tcp: use tcp_write_xmit also in tcp_push_one
Ilpo Järvinen
1
-37
/
+17
2008-12-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-12
/
+12
2008-12-06
tcp: move some parts from tcp_write_xmit
Ilpo Järvinen
1
-11
/
+12
2008-12-06
tcp: share code through function, not through copy-paste. :-)
Ilpo Järvinen
1
-7
/
+10
2008-12-06
tcp: drop tcp_bound_rto, merge content of it tcp_set_rto
Ilpo Järvinen
1
-9
/
+3
2008-12-06
tcp: no need to pass prev skb around, reduces arg pressure
Ilpo Järvinen
1
-5
/
+4
2008-12-06
tcp: introduce struct tcp_sacktag_state to reduce arg pressure
Ilpo Järvinen
1
-71
/
+74
2008-12-06
tcp: make mtu probe failure to not break gso'ed skbs unnecessarily
Ilpo Järvinen
1
-12
/
+7
2008-12-06
tcp: Fix thinko making the not-shiftable to cover S|R as well
Ilpo Järvinen
1
-1
/
+1
2008-12-06
tcp: force mss equality with the next skb too.
Ilpo Järvinen
1
-5
/
+4
2008-12-05
tcp: tcp_vegas ssthresh bug fix
Doug Leith
1
-0
/
+2
2008-12-04
net: /proc/net/ip_mr_cache, display Iif as a signed short
Benjamin Thery
1
-1
/
+1
2008-12-04
net: fix /proc/net/ip_mr_cache display - V2
Benjamin Thery
1
-5
/
+11
2008-12-04
Merge branch 'master' into next
James Morris
4
-6
/
+12
2008-12-04
tcp: make urg+gso work for real this time
Ilpo Järvinen
1
-12
/
+10
2008-12-02
net: percpu_counter_inc() should not be called in BH-disabled section
Eric Dumazet
1
-2
/
+2
2008-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
4
-41
/
+13
2008-11-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+5
2008-11-26
net: Use a percpu_counter for orphan_count
Eric Dumazet
4
-9
/
+11
2008-11-26
net: Use a percpu_counter for sockets_allocated
Eric Dumazet
3
-5
/
+10
2008-11-26
netns xfrm: AH/ESP in netns!
Alexey Dobriyan
2
-2
/
+6
2008-11-26
netns xfrm: ->get_saddr in netns
Alexey Dobriyan
1
-2
/
+3
2008-11-26
netns xfrm: ->dst_lookup in netns
Alexey Dobriyan
1
-3
/
+4
2008-11-26
netns xfrm: dst garbage-collecting in netns
Alexey Dobriyan
1
-1
/
+1
2008-11-26
netns xfrm: lookup in netns
Alexey Dobriyan
3
-5
/
+5
2008-11-26
netns xfrm: state lookup in netns
Alexey Dobriyan
3
-4
/
+4
2008-11-26
netns xfrm: add struct xfrm_state::xs_net
Alexey Dobriyan
1
-1
/
+1
2008-11-26
net: udp_unhash() can test if sk is hashed
Eric Dumazet
1
-8
/
+10
[next]