Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c04209a7948b95e8c52084e8595e74e9428653d3
/
net
/
ipv4
2072c22
[TCP]: use non-delayed ACK for congestion control RTT
by Gavin McCullagh
· 17 years ago
9cecd07
[IPV4] Fix ip=dhcp regression
by Simon Horman
· 17 years ago
a6c05c3
[IPV4]: Fix ip command line processing.
by Simon Horman
· 17 years ago
fae718d
[NETFILTER]: nf_conntrack_ipv4: fix module parameter compatibility
by Patrick McHardy
· 17 years ago
d883a03
[IPV4]: OOPS with NETLINK_FIB_LOOKUP netlink socket
by Denis V. Lunev
· 17 years ago
e00ccd4
[NETFILTER] ipv4: Spelling fixes
by Joe Perches
· 17 years ago
1d06916
[IPV4] ip_gre: set mac_header correctly in receive path
by Timo Teras
· 17 years ago
e0260fe
[IPV4] ARP: Remove not used code
by Mark Ryden
· 17 years ago
488faa2
[IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()
by Satoru SATOH
· 17 years ago
f33e1d9
[IPV4]: Updates to nfsroot documentation
by Amos Waterland
· 17 years ago
a18aa31
[NETFILTER]: ip_tables: fix compat copy race
by Patrick McHardy
· 17 years ago
2017a72
[IPv4] ESP: Discard dummy packets introduced in rfc4303
by Thomas Graf
· 17 years ago
a4e65d3
[IPV4]: Swap the ifa allocation with the"ipv4_devconf_setall" call
by Pavel Emelyanov
· 17 years ago
56c99d0
[IPV4]: Remove prototype of ip_rt_advice
by Denis V. Lunev
· 17 years ago
7f53878
[IPv4]: Reply net unreachable ICMP message
by Mitsuru Chinen
· 17 years ago
621544e
[LRO]: fix lro_gen_skb() alignment
by Andrew Gallatin
· 17 years ago
4e67d87
[TCP]: NAGLE_PUSH seems to be a wrong way around
by Ilpo Järvinen
· 17 years ago
52d3408
[TCP]: Move prior_in_flight collect to more robust place
by Ilpo Järvinen
· 17 years ago
3e6f049
[TCP] FRTO: Use of existing funcs make code more obvious & robust
by Ilpo Järvinen
· 17 years ago
4ac63ad
[IPVS]: Fix sched registration race when checking for name collision.
by Pavel Emelyanov
· 17 years ago
a014bc8
[IPVS]: Don't leak sysctl tables if the scheduler registration fails.
by Pavel Emelyanov
· 17 years ago
d523a32
[INET]: Fix inet_diag dead-lock regression
by Herbert Xu
· 17 years ago
a357dde
[TCP] illinois: Incorrect beta usage
by Stephen Hemminger
· 17 years ago
0769319
[INET]: Fix inet_diag register vs rcv race
by Pavel Emelyanov
· 17 years ago
3660019
[IPV4]: Remove bogus ifdef mess in arp_process
by Adrian Bunk
· 17 years ago
7f9c33e
[TCP] MTUprobe: Cleanup send queue check (no need to loop)
by Ilpo Järvinen
· 17 years ago
91cc17c
[TCP]: MTUprobe: receiver window & data available checks fixed
by Ilpo Järvinen
· 17 years ago
d535a91
[IPVS]: Fix compiler warning about unused register_ip_vs_protocol
by Pavel Emelyanov
· 17 years ago
b4a9811
[ARP]: Fix arp reply when sender ip 0
by Jonas Danielsson
· 17 years ago
354faf0
[IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps.
by YOSHIFUJI Hideaki
· 17 years ago
a80cc20
[IPV4] TCPMD5: Omit redundant NULL check for kfree() argument.
by YOSHIFUJI Hideaki
· 17 years ago
1f30532
[NETFILTER]: Fix kernel panic with REDIRECT target.
by Evgeniy Polyakov
· 17 years ago
464c4f1
[IPV4]: Add missing "space"
by Joe Perches
· 17 years ago
5487796
[TCP]: Problem bug with sysctl_tcp_congestion_control function
by Sam Jansen
· 17 years ago
6e42141
[TCP] MTUprobe: fix potential sk_send_head corruption
by Ilpo Järvinen
· 17 years ago
9055fa1
[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED
by Simon Horman
· 17 years ago
9e103fa
[IPVS]: Fix sysctl warnings about missing strategy in schedulers
by Simon Horman
· 17 years ago
611cd55
[IPVS]: Fix sysctl warnings about missing strategy
by Christian Borntraeger
· 17 years ago
483b23f
[NET]: Corrects a bug in ip_rt_acct_read()
by Eric Dumazet
· 17 years ago
d90bf5a
[NET]: rt_check_expire() can take a long time, add a cond_resched()
by Eric Dumazet
· 17 years ago
e1cd8f7
[TCP] FRTO: Clear frto_highmark only after process_frto that uses it
by Ilpo Järvinen
· 17 years ago
96a2d41
[TCP]: Make sure write_queue_from does not begin with NULL ptr
by Ilpo Järvinen
· 17 years ago
23aeeec
[TCP] FRTO: Plug potential LOST-bit leak
by Ilpo Järvinen
· 17 years ago
746aa32
[TCP] FRTO: Limit snd_cwnd if TCP was application limited
by Ilpo Järvinen
· 17 years ago
e0bf9cf
[NETFILTER]: nf_nat: fix memset error
by Li Zefan
· 17 years ago
d71209d
[INET]: Use list_head-s in inetpeer.c
by Pavel Emelyanov
· 17 years ago
22649d1
[IPVS]: Remove unused exports.
by Adrian Bunk
· 17 years ago
2994c63
[INET]: Small possible memory leak in FIB rules
by Denis V. Lunev
· 17 years ago
358352b
[INET]: Cleanup the xfrm4_tunnel_(un)register
by Pavel Emelyanov
· 17 years ago
99f9332
[INET]: Add missed tunnel64_err handler
by Pavel Emelyanov
· 17 years ago
03f49f3
[NET]: Make helper to get dst entry and "use" it
by Pavel Emelyanov
· 17 years ago
b166760
[IPV4]: Remove bugus goto-s from ip_route_input_slow
by Pavel Emelyanov
· 17 years ago
fbd52eb
[TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug)
by Ilpo Järvinen
· 17 years ago
e49aa5d
[TCP]: Add unlikely() to sacktag out-of-mem in fragment case
by Ilpo Järvinen
· 17 years ago
c7caf8d
[TCP]: Fix reord detection due to snd_una covered holes
by Ilpo Järvinen
· 17 years ago
8dd71c5d
[TCP]: Consider GSO while counting reord in sacktag
by Ilpo Järvinen
· 17 years ago
230140c
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
by Eric Dumazet
· 17 years ago
efac527
[IPVS]: Synchronize closing of Connections
by Rumen G. Bogdanovski
· 17 years ago
1e356f9
[IPVS]: Bind connections on stanby if the destination exists
by Rumen G. Bogdanovski
· 17 years ago
4999f36
[IPSEC]: Fix crypto_alloc_comp error checking
by Herbert Xu
· 17 years ago
c3e9a35
[IPV4]: Compact some ifdefs in the fib code.
by Pavel Emelyanov
· 17 years ago
47a31a6
[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
by Eric Dumazet
· 17 years ago
286ab3d
[NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way.
by Eric Dumazet
· 17 years ago
6a9fb94
[IPV4]: Clean the ip_sockglue.c from some ugly ifdefs
by Pavel Emelyanov
· 17 years ago
429f08e
[IPV4]: Consolidate the ip cork destruction in ip_output.c
by Pavel Emelyanov
· 17 years ago
d1332e0
[NETFILTER]: remove unneeded rcu_dereference() calls
by Patrick McHardy
· 17 years ago
0795c65
[NETFILTER]: Clean up Makefile
by Jan Engelhardt
· 17 years ago
7351a22
[NETFILTER]: ip{,6}_queue: convert to seq_file interface
by Alexey Dobriyan
· 17 years ago
c46f233
[SG] Get rid of __sg_mark_end()
by Jens Axboe
· 17 years ago
87ae9af
cleanup asm/scatterlist.h includes
by Adrian Bunk
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
261ab36
[TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion
by Ilpo Järvinen
· 17 years ago
e56d6cd
[TCP]: Process DSACKs that reside within a SACK block
by Ilpo Järvinen
· 17 years ago
51c739d
[NET]: Fix incorrect sg_mark_end() calls.
by David S. Miller
· 17 years ago
07afa04
[IPVS]: Remove /proc/net/ip_vs_lblcr
by Alexey Dobriyan
· 17 years ago
e403149
Kbuild/doc: fix links to Documentation files
by Dirk Hohndel
· 17 years ago
0ccfe61
[TCP]: Saner thash_entries default with much memory.
by Jean Delvare
· 17 years ago
064f360
[IPv4] SNMP: Refer correct memory location to display ICMP out-going statistics
by Mitsuru Chinen
· 17 years ago
b0a713e
[TCP] MD5: Remove some more unnecessary casting.
by Matthias M. Dellweg
· 17 years ago
c940587
[TCP] vegas: Fix a bug in disabling slow start by gamma parameter.
by Xiaoliang (David) Wei
· 17 years ago
5c81833
[IPVS]: use proper timeout instead of fixed value
by Andy Gospodarek
· 17 years ago
68e3f5d
[CRYPTO] users: Fix up scatterlist conversion errors
by Herbert Xu
· 17 years ago
72998d8
[INET] ESP: Must #include <linux/scatterlist.h>
by Adrian Bunk
· 17 years ago
4be2700
[NetLabel]: correct usage of RCU locking
by Paul Moore
· 17 years ago
94d3b1e
[TCP]: fix D-SACK cwnd handling
by Ryousei Takano
· 17 years ago
39296ed
[INET]: Unexport icmpmsg_statistics
by Adrian Bunk
· 17 years ago
0f79efd
[TCP]: Make tcp_match_skb_to_sack() static.
by Adrian Bunk
· 17 years ago
c7da57a
[TCP]: Fix scatterlist handling in MD5 signature support.
by David S. Miller
· 17 years ago
ed0e7e0
[IPSEC]: Add missing sg_init_table() calls to ESP.
by David S. Miller
· 17 years ago
564262c
[TCP]: Fix inconsistency of terms.
by Ryousei Takano
· 17 years ago
fee9dee
[UDP]: Make use of inet_iif() when doing socket lookups.
by Vlad Yasevich
· 17 years ago
8a6911b
[IPV4]: Remove no longer used snmp4_icmp_list.
by David S. Miller
· 17 years ago
03cf786
[IPV4]: Explicitly call fib_get_table() in fib_frontend.c
by Pavel Emelyanov
· 17 years ago
c2636b4
[NET]: Treat the sign of the result of skb_headroom() consistently
by Chuck Lever
· 17 years ago
6a5f44d
[IPV4] ip_gre: sendto/recvfrom NBMA address
by Timo Teras
· 17 years ago
305e1e9
[INET]: Let inet_diag and friends autoload
by Jean Delvare
· 17 years ago
01dd2fb
typo fixes
by Matt LaPlante
· 17 years ago
804b908
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
6651fd5
Use task_pid_nr() in ip_vs_sync.c
by Pavel Emelyanov
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
Next »