index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-14
icsk: join error paths using goto
Ilpo Järvinen
1
-9
/
+10
2008-12-05
tcp: fix tso_should_defer in 64bit
Ilpo Järvinen
1
-1
/
+1
2008-12-05
tcp: use tcp_write_xmit also in tcp_push_one
Ilpo Järvinen
1
-37
/
+17
2008-12-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-12
/
+12
2008-12-05
tcp: move some parts from tcp_write_xmit
Ilpo Järvinen
1
-11
/
+12
2008-12-05
tcp: share code through function, not through copy-paste. :-)
Ilpo Järvinen
1
-7
/
+10
2008-12-05
tcp: drop tcp_bound_rto, merge content of it tcp_set_rto
Ilpo Järvinen
1
-9
/
+3
2008-12-05
tcp: no need to pass prev skb around, reduces arg pressure
Ilpo Järvinen
1
-5
/
+4
2008-12-05
tcp: introduce struct tcp_sacktag_state to reduce arg pressure
Ilpo Järvinen
1
-71
/
+74
2008-12-05
tcp: make mtu probe failure to not break gso'ed skbs unnecessarily
Ilpo Järvinen
1
-12
/
+7
2008-12-05
tcp: Fix thinko making the not-shiftable to cover S|R as well
Ilpo Järvinen
1
-1
/
+1
2008-12-05
tcp: force mss equality with the next skb too.
Ilpo Järvinen
1
-5
/
+4
2008-12-04
tcp: tcp_vegas ssthresh bug fix
Doug Leith
1
-0
/
+2
2008-12-03
net: /proc/net/ip_mr_cache, display Iif as a signed short
Benjamin Thery
1
-1
/
+1
2008-12-03
net: fix /proc/net/ip_mr_cache display - V2
Benjamin Thery
1
-5
/
+11
2008-12-03
tcp: make urg+gso work for real this time
Ilpo Järvinen
1
-12
/
+10
2008-12-01
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-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+5
2008-11-25
net: Use a percpu_counter for orphan_count
Eric Dumazet
4
-9
/
+11
2008-11-25
net: Use a percpu_counter for sockets_allocated
Eric Dumazet
3
-5
/
+10
2008-11-25
netns xfrm: AH/ESP in netns!
Alexey Dobriyan
2
-2
/
+6
2008-11-25
netns xfrm: ->get_saddr in netns
Alexey Dobriyan
1
-2
/
+3
2008-11-25
netns xfrm: ->dst_lookup in netns
Alexey Dobriyan
1
-3
/
+4
2008-11-25
netns xfrm: dst garbage-collecting in netns
Alexey Dobriyan
1
-1
/
+1
2008-11-25
netns xfrm: lookup in netns
Alexey Dobriyan
3
-5
/
+5
2008-11-25
netns xfrm: state lookup in netns
Alexey Dobriyan
3
-4
/
+4
2008-11-25
netns xfrm: add struct xfrm_state::xs_net
Alexey Dobriyan
1
-1
/
+1
2008-11-25
net: udp_unhash() can test if sk is hashed
Eric Dumazet
1
-8
/
+10
2008-11-25
tcp: tcp_limit_reno_sacked can become static
Ilpo Järvinen
1
-1
/
+1
2008-11-25
netfilter: nfmark routing in OUTPUT, mangle, NFQUEUE
Eric Leblond
1
-0
/
+3
2008-11-25
xfrm: remove useless forward declarations
Alexey Dobriyan
1
-2
/
+0
2008-11-25
ah4/ah6: remove useless NULL assignments
Alexey Dobriyan
1
-2
/
+0
2008-11-24
tcp: add some mibs to track collapsing
Ilpo Järvinen
2
-0
/
+7
2008-11-24
tcp: Make shifting not clear the hints
Ilpo Järvinen
1
-2
/
+14
2008-11-24
tcp: Try to restore large SKBs while SACK processing
Ilpo Järvinen
1
-7
/
+249
2008-11-24
tcp: make tcp_sacktag_one able to handle partial skb too
Ilpo Järvinen
1
-15
/
+17
2008-11-24
tcp: Make SACK code to split only at mss boundaries
Ilpo Järvinen
1
-4
/
+23
2008-11-24
tcp: more aggressive skipping
Ilpo Järvinen
1
-1
/
+1
2008-11-24
tcp: move tcp_simple_retransmit to tcp_input
Ilpo Järvinen
2
-51
/
+52
2008-11-24
tcp: collapse more than two on retransmission
Ilpo Järvinen
1
-37
/
+59
2008-11-24
net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()
Eric Dumazet
1
-1
/
+6
2008-11-24
net: avoid a pair of dst_hold()/dst_release() in ip_append_data()
Eric Dumazet
4
-9
/
+14
2008-11-24
net: Make sure BHs are disabled in sock_prot_inuse_add()
Eric Dumazet
1
-1
/
+1
2008-11-23
net: fix tunnels in netns after ndo_ changes
Alexey Dobriyan
2
-2
/
+2
2008-11-23
net: Convert TCP/DCCP listening hash tables to use RCU
Eric Dumazet
3
-80
/
+80
2008-11-23
net: some optimizations in af_inet
Eric Dumazet
1
-5
/
+4
2008-11-21
tcp: Do not use TSO/GSO when there is urgent data
Petr Tesarik
1
-2
/
+5
2008-11-21
inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.
David S. Miller
1
-5
/
+5
2008-11-20
net: convert TCP/DCCP ehash rwlocks to spinlocks
Eric Dumazet
3
-28
/
+27
[next]