index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: Kill extraneous SPLICE_F_NONBLOCK checks.
David S. Miller
2009-01-05
1
-4
/
+0
*
tcp: don't mask EOF and socket errors on nonblocking splice receive
Lennert Buytenhek
2009-01-05
1
-4
/
+4
*
gro: Use gso_size to store MSS
Herbert Xu
2009-01-04
1
-4
/
+1
*
net: Fix percpu counters deadlock
Herbert Xu
2008-12-29
4
-7
/
+16
*
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net
Rusty Russell
2008-12-29
2
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2008-12-28
62
-1286
/
+2136
|
\
|
*
ipsec: Remove useless ret variable
Herbert Xu
2008-12-26
1
-3
/
+1
|
*
tcp: Always set urgent pointer if it's beyond snd_nxt
Herbert Xu
2008-12-25
1
-4
/
+8
|
*
netns: igmp: make /proc/net/{igmp,mcfilter} per netns
Alexey Dobriyan
2008-12-25
1
-9
/
+40
|
*
netns: igmp: allow IPPROTO_IGMP sockets in netns
Alexey Dobriyan
2008-12-25
1
-0
/
+1
|
*
tcp: Stop scaring users with "treason uncloaked!"
Matt Mackall
2008-12-18
1
-2
/
+2
|
*
ipmr: merge common code
Ilpo Järvinen
2008-12-16
1
-64
/
+39
|
*
tcp: Add GRO support
Herbert Xu
2008-12-15
3
-0
/
+137
|
*
ipv4: Add GRO infrastructure
Herbert Xu
2008-12-15
1
-0
/
+97
|
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-12-15
2
-71
/
+11
|
|
\
|
*
|
icsk: join error paths using goto
Ilpo Järvinen
2008-12-14
1
-9
/
+10
|
*
|
tcp: fix tso_should_defer in 64bit
Ilpo Järvinen
2008-12-05
1
-1
/
+1
|
*
|
tcp: use tcp_write_xmit also in tcp_push_one
Ilpo Järvinen
2008-12-05
1
-37
/
+17
|
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-12-05
2
-12
/
+12
|
|
\
\
|
*
|
|
tcp: move some parts from tcp_write_xmit
Ilpo Järvinen
2008-12-05
1
-11
/
+12
|
*
|
|
tcp: share code through function, not through copy-paste. :-)
Ilpo Järvinen
2008-12-05
1
-7
/
+10
|
*
|
|
tcp: drop tcp_bound_rto, merge content of it tcp_set_rto
Ilpo Järvinen
2008-12-05
1
-9
/
+3
|
*
|
|
tcp: no need to pass prev skb around, reduces arg pressure
Ilpo Järvinen
2008-12-05
1
-5
/
+4
|
*
|
|
tcp: introduce struct tcp_sacktag_state to reduce arg pressure
Ilpo Järvinen
2008-12-05
1
-71
/
+74
|
*
|
|
tcp: make mtu probe failure to not break gso'ed skbs unnecessarily
Ilpo Järvinen
2008-12-05
1
-12
/
+7
|
*
|
|
tcp: Fix thinko making the not-shiftable to cover S|R as well
Ilpo Järvinen
2008-12-05
1
-1
/
+1
|
*
|
|
tcp: force mss equality with the next skb too.
Ilpo Järvinen
2008-12-05
1
-5
/
+4
|
*
|
|
net: /proc/net/ip_mr_cache, display Iif as a signed short
Benjamin Thery
2008-12-03
1
-1
/
+1
|
*
|
|
net: fix /proc/net/ip_mr_cache display - V2
Benjamin Thery
2008-12-03
1
-5
/
+11
|
*
|
|
net: percpu_counter_inc() should not be called in BH-disabled section
Eric Dumazet
2008-12-01
1
-2
/
+2
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2008-11-28
4
-41
/
+13
|
|
\
\
\
|
|
*
|
|
netfilter: nfmark routing in OUTPUT, mangle, NFQUEUE
Eric Leblond
2008-11-25
1
-0
/
+3
|
|
*
|
|
netfilter: nf_nat: remove warn_if_extra_mangle
Simon Arlott
2008-11-04
1
-23
/
+0
|
|
*
|
|
netfilter: arptable_filter: merge forward hook
Alexey Dobriyan
2008-11-04
1
-11
/
+1
|
|
*
|
|
netfilter: netns-aware ipt_addrtype
Alexey Dobriyan
2008-11-04
1
-7
/
+9
|
*
|
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-26
1
-2
/
+5
|
|
\
\
\
\
|
*
|
|
|
|
net: Use a percpu_counter for orphan_count
Eric Dumazet
2008-11-25
4
-9
/
+11
|
*
|
|
|
|
net: Use a percpu_counter for sockets_allocated
Eric Dumazet
2008-11-25
3
-5
/
+10
|
*
|
|
|
|
netns xfrm: AH/ESP in netns!
Alexey Dobriyan
2008-11-25
2
-2
/
+6
|
*
|
|
|
|
netns xfrm: ->get_saddr in netns
Alexey Dobriyan
2008-11-25
1
-2
/
+3
|
*
|
|
|
|
netns xfrm: ->dst_lookup in netns
Alexey Dobriyan
2008-11-25
1
-3
/
+4
|
*
|
|
|
|
netns xfrm: dst garbage-collecting in netns
Alexey Dobriyan
2008-11-25
1
-1
/
+1
|
*
|
|
|
|
netns xfrm: lookup in netns
Alexey Dobriyan
2008-11-25
3
-5
/
+5
|
*
|
|
|
|
netns xfrm: state lookup in netns
Alexey Dobriyan
2008-11-25
3
-4
/
+4
|
*
|
|
|
|
netns xfrm: add struct xfrm_state::xs_net
Alexey Dobriyan
2008-11-25
1
-1
/
+1
|
*
|
|
|
|
net: udp_unhash() can test if sk is hashed
Eric Dumazet
2008-11-25
1
-8
/
+10
|
*
|
|
|
|
tcp: tcp_limit_reno_sacked can become static
Ilpo Järvinen
2008-11-25
1
-1
/
+1
|
*
|
|
|
|
xfrm: remove useless forward declarations
Alexey Dobriyan
2008-11-25
1
-2
/
+0
|
*
|
|
|
|
ah4/ah6: remove useless NULL assignments
Alexey Dobriyan
2008-11-25
1
-2
/
+0
|
*
|
|
|
|
tcp: add some mibs to track collapsing
Ilpo Järvinen
2008-11-24
2
-0
/
+7
[next]