index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
19
-39
/
+43
2007-04-25
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF] xfrm4: use skb_reset_network_header
Arnaldo Carvalho de Melo
1
-2
/
+4
2007-04-25
[SK_BUFF]: Use skb_reset_network_header after skb_push
Arnaldo Carvalho de Melo
2
-11
/
+12
2007-04-25
[SK_BUFF] ipconfig: Another conversion to skb_reset_network_header related to...
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Some more skb_put cases converted to skb_reset_network_header
Arnaldo Carvalho de Melo
2
-3
/
+5
2007-04-25
[SK_BUFF]: Some more simple skb_reset_network_header conversions
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Use skb_reset_network_header where the return of __pskb_pull was b...
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used
Arnaldo Carvalho de Melo
2
-3
/
+9
2007-04-25
[SK_BUFF]: Use skb_reset_network_header in skb_push cases
Arnaldo Carvalho de Melo
8
-8
/
+17
2007-04-25
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
6
-8
/
+8
2007-04-25
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
5
-9
/
+9
2007-04-25
[TCP]: Use skb_set_mac_header in tcp_collapse
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[TCP]: Do the layer header setting in tcp_collapse relative to skb->data
Arnaldo Carvalho de Melo
1
-3
/
+5
2007-04-25
[SK_BUFF] xfrm: Use skb_set_mac_header in the memmove cases
Arnaldo Carvalho de Melo
1
-2
/
+4
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
3
-3
/
+4
2007-04-25
[UDP]: Use __skb_pull since we have checked it won't fail with pskb_may_pull
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[UDP]: deinline
Stephen Hemminger
1
-4
/
+4
2007-04-25
[TCP]: whitespace cleanup
Stephen Hemminger
5
-50
/
+51
2007-04-25
[IPV4]: cleanup
Stephen Hemminger
12
-750
/
+745
2007-04-25
[UDP]: ipv4 whitespace cleanup
Stephen Hemminger
1
-47
/
+48
2007-04-25
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
1
-0
/
+3
2007-04-25
[TCP]: Abstract out all write queue operations.
David S. Miller
5
-96
/
+107
2007-04-25
[NET] IPV4: Use hton{s,l}() where appropriate.
YOSHIFUJI Hideaki
4
-26
/
+25
2007-04-25
[UDP]: Clean up UDP-Lite receive checksum
Herbert Xu
2
-48
/
+50
2007-04-25
[IPV4]: Optimize inet_getpeer()
Eric Dumazet
1
-16
/
+22
2007-04-25
[TCP] TCP Yeah: cleanup
Stephen Hemminger
1
-19
/
+23
2007-04-25
[TCP] tcp_cubic: faster cube root
Stephen Hemminger
1
-11
/
+5
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
3
-9
/
+13
2007-04-25
[NET]: div64_64 consolidate (rev3)
Stephen Hemminger
3
-44
/
+1
2007-04-25
[NET]: Convert xtime.tv_sec to get_seconds()
James Morris
4
-13
/
+13
2007-04-25
[TCP]: FRTO undo response falls back to ratehalving one if ECEd
Ilpo Järvinen
1
-5
/
+6
2007-04-25
[TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr)
Ilpo Järvinen
1
-1
/
+1
2007-04-25
[TCP]: Add two new spurious RTO responses to FRTO
Ilpo Järvinen
3
-5
/
+41
2007-04-25
[TCP]: Correct reordering detection change (no FRTO case)
Ilpo Järvinen
1
-1
/
+1
2007-04-25
[TCP]: Keep copied_seq, rcv_wup and rcv_next together.
Eric Dumazet
1
-4
/
+2
2007-04-25
[TCP]: struct *sock argument renamed: sp -> sk
Ilpo Järvinen
1
-11
/
+11
2007-04-25
[TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...
John Heffner
2
-9
/
+30
2007-04-25
[TCP] YeAH-TCP: algorithm implementation
Angelo P. Castellani
4
-0
/
+437
2007-04-25
[TCP]: SACK enhanced FRTO
Ilpo Järvinen
1
-11
/
+65
2007-04-25
[TCP]: Prevent reordering adjustments during FRTO
Ilpo Järvinen
1
-1
/
+2
2007-04-25
[TCP] FRTO: Fake cwnd for ssthresh callback
Ilpo Järvinen
1
-1
/
+25
2007-04-25
[TCP] FRTO: Reverse RETRANS bit clearing logic
Ilpo Järvinen
1
-12
/
+23
2007-04-25
[TCP] FRTO: Entry is allowed only during (New)Reno like recovery
Ilpo Järvinen
1
-4
/
+21
2007-04-25
[TCP]: Prevent unrelated cwnd adjustment while using FRTO
Ilpo Järvinen
1
-7
/
+11
2007-04-25
[TCP] FRTO: frto_counter modulo-op converted to two assignments
Ilpo Järvinen
1
-2
/
+2
2007-04-25
[TCP]: Don't enter to fast recovery while using FRTO
Ilpo Järvinen
1
-0
/
+4
2007-04-25
[TCP] FRTO: Response should reset also snd_cwnd_cnt
Ilpo Järvinen
1
-0
/
+1
2007-04-25
[TCP] FRTO: fixes fallback to conventional recovery
Ilpo Järvinen
1
-5
/
+9
2007-04-25
[TCP] FRTO: Ignore some uninteresting ACKs
Ilpo Järvinen
1
-3
/
+10
[next]