Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5ab2f7e0fdd04148e08348701d6bd6a292ce2d26
/
net
/
ipv4
« Previous
0272ffc
[SK_BUFF] ipmr: Missed one conversion to skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
f690808
[NET]: make seq_operations const
by Stephen Hemminger
· 18 years ago
c14d245
[SK_BUFF]: Introduce skb_set_network_header
by Arnaldo Carvalho de Melo
· 18 years ago
878c814
[SK_BUFF] ipmr: Another skb_push related conversion to skb_reset_network_header
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
bbe735e
[SK_BUFF]: Introduce skb_network_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
7f5c0cb
[SK_BUFF] xfrm4: use skb_reset_network_header
by Arnaldo Carvalho de Melo
· 18 years ago
8856dfa
[SK_BUFF]: Use skb_reset_network_header after skb_push
by Arnaldo Carvalho de Melo
· 18 years ago
04b964d
[SK_BUFF] ipconfig: Another conversion to skb_reset_network_header related to skb_put
by Arnaldo Carvalho de Melo
· 18 years ago
2ca9e6f
[SK_BUFF]: Some more skb_put cases converted to skb_reset_network_header
by Arnaldo Carvalho de Melo
· 18 years ago
31c7711
[SK_BUFF]: Some more simple skb_reset_network_header conversions
by Arnaldo Carvalho de Melo
· 18 years ago
4209fb6
[SK_BUFF]: Use skb_reset_network_header where the return of __pskb_pull was being used
by Arnaldo Carvalho de Melo
· 18 years ago
7e28ecc
[SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used
by Arnaldo Carvalho de Melo
· 18 years ago
e2d1bca
[SK_BUFF]: Use skb_reset_network_header in skb_push cases
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
98e399f
[SK_BUFF]: Introduce skb_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
31713c3
[TCP]: Use skb_set_mac_header in tcp_collapse
by Arnaldo Carvalho de Melo
· 18 years ago
c51957d
[TCP]: Do the layer header setting in tcp_collapse relative to skb->data
by Arnaldo Carvalho de Melo
· 18 years ago
39f69c6
[SK_BUFF] xfrm: Use skb_set_mac_header in the memmove cases
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
c7a3c5d
[UDP]: Use __skb_pull since we have checked it won't fail with pskb_may_pull
by Arnaldo Carvalho de Melo
· 18 years ago
3fbe070
[UDP]: deinline
by Stephen Hemminger
· 18 years ago
2de979b
[TCP]: whitespace cleanup
by Stephen Hemminger
· 18 years ago
132adf5
[IPV4]: cleanup
by Stephen Hemminger
· 18 years ago
6516c65
[UDP]: ipv4 whitespace cleanup
by Stephen Hemminger
· 18 years ago
ae40eb1
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
by Eric Dumazet
· 18 years ago
fe067e8
[TCP]: Abstract out all write queue operations.
by David S. Miller
· 18 years ago
4412ec4
[NET] IPV4: Use hton{s,l}() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
759e5d0
[UDP]: Clean up UDP-Lite receive checksum
by Herbert Xu
· 18 years ago
243bbca
[IPV4]: Optimize inet_getpeer()
by Eric Dumazet
· 18 years ago
43e6839
[TCP] TCP Yeah: cleanup
by Stephen Hemminger
· 18 years ago
c5f5877
[TCP] tcp_cubic: faster cube root
by Stephen Hemminger
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
3927f2e
[NET]: div64_64 consolidate (rev3)
by Stephen Hemminger
· 18 years ago
9d729f7
[NET]: Convert xtime.tv_sec to get_seconds()
by James Morris
· 18 years ago
e317f6f
[TCP]: FRTO undo response falls back to ratehalving one if ECEd
by Ilpo Järvinen
· 18 years ago
e01f9d7
[TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr)
by Ilpo Järvinen
· 18 years ago
3cfe3ba
[TCP]: Add two new spurious RTO responses to FRTO
by Ilpo Järvinen
· 18 years ago
c5e7af0
[TCP]: Correct reordering detection change (no FRTO case)
by Ilpo Järvinen
· 18 years ago
54287cc
[TCP]: Keep copied_seq, rcv_wup and rcv_next together.
by Eric Dumazet
· 18 years ago
cf4c6bf
[TCP]: struct *sock argument renamed: sp -> sk
by Ilpo Järvinen
· 18 years ago
886236c
[TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh.
by John Heffner
· 18 years ago
5ef8147
[TCP] YeAH-TCP: algorithm implementation
by Angelo P. Castellani
· 18 years ago
4dc2665
[TCP]: SACK enhanced FRTO
by Ilpo Järvinen
· 18 years ago
288035f9
[TCP]: Prevent reordering adjustments during FRTO
by Ilpo Järvinen
· 18 years ago
66e93e4
[TCP] FRTO: Fake cwnd for ssthresh callback
by Ilpo Järvinen
· 18 years ago
d1a54c6
[TCP] FRTO: Reverse RETRANS bit clearing logic
by Ilpo Järvinen
· 18 years ago
46d0de4
[TCP] FRTO: Entry is allowed only during (New)Reno like recovery
by Ilpo Järvinen
· 18 years ago
7c9a4a5
[TCP]: Prevent unrelated cwnd adjustment while using FRTO
by Ilpo Järvinen
· 18 years ago
94d0ea7
[TCP] FRTO: frto_counter modulo-op converted to two assignments
by Ilpo Järvinen
· 18 years ago
52c63f1
[TCP]: Don't enter to fast recovery while using FRTO
by Ilpo Järvinen
· 18 years ago
aa8b6a7
[TCP] FRTO: Response should reset also snd_cwnd_cnt
by Ilpo Järvinen
· 18 years ago
95c4922
[TCP] FRTO: fixes fallback to conventional recovery
by Ilpo Järvinen
· 18 years ago
6408d20
[TCP] FRTO: Ignore some uninteresting ACKs
by Ilpo Järvinen
· 18 years ago
7b0eb22
[TCP] FRTO: Use Disorder state during operation instead of Open
by Ilpo Järvinen
· 18 years ago
7487c48
[TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthresh
by Ilpo Järvinen
· 18 years ago
30935cf
[TCP] FRTO: Comment cleanup & improvement
by Ilpo Järvinen
· 18 years ago
bdaae17
[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c
by Ilpo Järvinen
· 18 years ago
9ead9a1
[TCP] FRTO: Separated response from FRTO detection algorithm
by Ilpo Järvinen
· 18 years ago
522e754
[TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bit
by Ilpo Järvinen
· 18 years ago
1194ed0
[NETLINK]: Infinite recursion in netlink.
by Alexey Kuznetsov
· 18 years ago
05d2244
[XFRM]: beet: fix pseudo header length value
by Patrick McHardy
· 18 years ago
4d4d3d1
[TCP]: Congestion control initialization.
by Stephen Hemminger
· 18 years ago
49688c8
[NETFILTER] arp_tables: Fix unaligned accesses.
by David S. Miller
· 18 years ago
01102e7
[NETFILTER]: ipt_ULOG: use put_unaligned
by Patrick McHardy
· 18 years ago
50c9cc2
[NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry function
by Jaroslav Kysela
· 18 years ago
15d33c0
[TCP]: slow_start_after_idle should influence cwnd validation too
by David S. Miller
· 18 years ago
254d0d2
[XFRM]: beet: fix IP option decapsulation
by Patrick McHardy
· 18 years ago
d4b1e84
[XFRM]: beet: fix beet mode decapsulation
by Patrick McHardy
· 18 years ago
04fef98
[XFRM]: beet: use IPOPT_NOP for option padding
by Patrick McHardy
· 18 years ago
c5027c9
[XFRM]: beet: fix IP option encapsulation
by Patrick McHardy
· 18 years ago
8456507
[TCP]: Do receiver-side SWS avoidance for rcvbuf < MSS.
by John Heffner
· 18 years ago
d562f1f
[IPV4] fib_trie: Document locking.
by Robert Olsson
· 18 years ago
a0ee18b
[IPv4] fib: Fix out of bound access of fib_props[]
by Thomas Graf
· 18 years ago
e1701c6
[NET]: Fix fib_rules compatibility breakage
by Thomas Graf
· 18 years ago
848c29f
[NETFILTER]: nat: avoid rerouting packets if only XFRM policy key changed
by Patrick McHardy
· 18 years ago
53cdcc0
[TCP]: Fix tcp_mem[] initialization.
by John Heffner
· 18 years ago
d5cc4a7
[IPV4]: Do not disable preemption in trie_leaf_remove().
by Robert Olsson
· 18 years ago
0888266
[IPV4]: Fix warning in ip_mc_rejoin_group.
by Geert Uytterhoeven
· 18 years ago
38c8947
[NetLabel]: parse the CIPSO ranged tag on incoming packets
by Paul Moore
· 18 years ago
c4e38f4
[IPV4]: Fix rtm_to_ifaddr() error handling.
by Evgeniy Polyakov
· 18 years ago
d644329
[UDP]: Reread uh pointer after pskb_trim
by Herbert Xu
· 18 years ago
5b3c1184
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
a816c7c
bonding: Improve IGMP join processing
by Jay Vosburgh
· 18 years ago
d3ab429
[NETFILTER]: tcp conntrack: accept SYN|URG as valid
by Patrick McHardy
· 18 years ago
e281db5c
[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefs
by Patrick McHardy
· 18 years ago
ec68e97
[NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops
by Patrick McHardy
· 18 years ago
c6387a8
[NetLabel]: Verify sensitivity level has a valid CIPSO mapping
by Paul Moore
· 18 years ago
a9948a7
[TCP]: Fix minisock tcp_create_openreq_child() typo.
by Arnaldo Carvalho de Melo
· 18 years ago
aef8811
[XFRM]: Fix oops in xfrm4_dst_destroy()
by Bernhard Walle
· 18 years ago
e4396b5
[XFRM_TUNNEL]: Reload header pointer after pskb_may_pull/pskb_expand_head
by Arnaldo Carvalho de Melo
· 18 years ago
4c3ae4d
[IPV4]: Use random32() in net/ipv4/multipath
by Joe Perches
· 18 years ago
8030f54
[IPV4] devinet: Register inetdev earlier.
by Herbert Xu
· 18 years ago
f4b9479
[IPV4]: Correct links in net/ipv4/Kconfig
by Baruch Even
· 18 years ago
2c4f621
[TCP]: Fix MD5 signature pool locking.
by David S. Miller
· 18 years ago
936bb14
correct a dead URL in the IP_MULTICAST help text
by Adrian Bunk
· 18 years ago
d08df60
Various typo fixes.
by Robert P. J. Day
· 18 years ago
3fbfa98
[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables
by Eric W. Biederman
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
Next »