Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
11d518e07d700eeb5bcec36bfd5f501e405230dd
/
net
/
ipv4
9d2c27e
tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.
by Daniele Lacamera
· 16 years ago
53240c2
tcp: Fix possible double-ack w/ user dma
by Ali Saidi
· 16 years ago
4dd7972
tcp: Fix NULL dereference in tcp_4_send_ack()
by Vitaliy Gusev
· 16 years ago
9382177
udp: Fix rcv socket locking
by Herbert Xu
· 16 years ago
d315492
netns : fix kernel panic in timewait socket destruction
by Daniel Lezcano
· 16 years ago
0677084
ipv: Re-enable IP when MTU > 68
by Breno Leitao
· 16 years ago
d994af0
ipv4: mode 0555 in ipv4_skeleton
by Hugh Dickins
· 16 years ago
7982d5e
tcp: fix tcp header size miscalculation when window scale is unused
by Philip Love
· 16 years ago
2f4520d
ipv4: sysctl fixes
by Al Viro
· 16 years ago
fdc0bde
icmp: icmp_sk() should not use smp_processor_id() in preemptible code
by Denis V. Lunev
· 16 years ago
9f59365
nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomization
by Stephen Hemminger
· 16 years ago
46faec9
netfilter: ipt_addrtype: Fix matching of inverted destination address type
by Anders Grafström
· 16 years ago
c6153b5
ipv4: Disable route secret interval on zero interval
by Herbert Xu
· 16 years ago
877aced
netns: Fix crash by making igmp per namespace
by Daniel Lezcano
· 16 years ago
0a37c10
Merge branch 'stealer/ipvs/for-davem' of git://git.stealer.net/linux-2.6
by David S. Miller
· 16 years ago
e93615d
ipvs: Explictly clear ip_vs_stats members
by Simon Horman
· 16 years ago
519e49e
ipvs: No need to zero out ip_vs_stats during initialization
by Sven Wegener
· 16 years ago
3a14a31
ipvs: Embed estimator object into stats object
by Sven Wegener
· 16 years ago
5587da5
ipvs: Mark net_vs_ctl_path const
by Sven Wegener
· 16 years ago
048cf48
ipvs: Annotate init functions with __init
by Sven Wegener
· 16 years ago
d149ccc
ipvs: Initialize schedulers' struct list_head at compile time
by Sven Wegener
· 16 years ago
66a0be4
ipvs: Use list_empty() instead of open-coding the same functionality
by Sven Wegener
· 16 years ago
8ab19ea
ipvs: Fix possible deadlock in estimator code
by Sven Wegener
· 16 years ago
bc0fde2
ipvs: Fix possible deadlock in sync code
by Sven Wegener
· 16 years ago
d97106e
udp: Drop socket lock for encapsulated packets
by Herbert Xu
· 16 years ago
2aaab9a
tcp: (whitespace only) fix confusing indentation
by Adam Langley
· 16 years ago
6edafaa
tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup
by Gui Jianfeng
· 16 years ago
11d4612
ipv4: Fix over-ifdeffing of ip_static_sysctl_init.
by David S. Miller
· 16 years ago
eb49e63
ipsec: Interfamily IPSec BEET
by Joakim Koskela
· 16 years ago
6d273f8
ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.
by Rami Rosen
· 16 years ago
adf044c
net: Add missing extra2 parameter for ip_default_ttl sysctl
by Sven Wegener
· 16 years ago
9a5467f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
a1bc6eb
[PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTL
by Al Viro
· 16 years ago
8a9204d
net/ipv4/route.c: fix build error
by Ingo Molnar
· 16 years ago
90b7e11
tcp: MD5: Fix MD5 signatures on certain ACK packets
by Adam Langley
· 16 years ago
a8ddc91
netfilter: ipt_recent: fix race between recent_mt_destroy and proc manipulations
by Pavel Emelyanov
· 16 years ago
6a8341b
net: use the common ascii hex helpers
by Harvey Harrison
· 16 years ago
785957d
tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.
by David S. Miller
· 16 years ago
6f9f489
net: missing bits of net-namespace / sysctl
by Al Viro
· 16 years ago
15d3b4a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
2c3abab
ipcomp: Fix warnings after ipcomp consolidation.
by David S. Miller
· 16 years ago
4836e30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
2284284
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
bd7b153
[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns ones
by Al Viro
· 16 years ago
6c3b8fc
netns: fix ip_rt_frag_needed rt_is_expired
by Hugh Dickins
· 16 years ago
3918fed
netfilter: arptables in netns for real
by Alexey Dobriyan
· 16 years ago
f858b48
netfilter: ip{,6}tables_security: fix future section mismatch
by Alexey Dobriyan
· 16 years ago
16df845
syncookies: Make sure ECN is disabled
by Florian Westphal
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
1ff8419
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
696adfe
list_for_each_rcu must die: networking
by Paul E. McKenney
· 16 years ago
6fccab6
ipsec: ipcomp - Merge IPComp implementations
by Herbert Xu
· 16 years ago
70eed75
netfilter: make security table depend on NETFILTER_ADVANCED
by Patrick McHardy
· 16 years ago
4b53fb6
tcp: Clear probes_out more aggressively in tcp_ack().
by David S. Miller
· 16 years ago
b32d131
tcp: Fix bitmask test in tcp_syn_options()
by David S. Miller
· 16 years ago
47112e2
udplite: Protection against coverage value wrap-around
by Gerrit Renker
· 16 years ago
c71529e
netfilter: nf_nat_sip: c= is optional for session
by Herbert Xu
· 16 years ago
5840157
netfilter: accounting rework: ct_extend + 64bit counters (v4)
by Krzysztof Piotr Oledzki
· 16 years ago
0dbff68
netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RANGE_PROTO_RANDOM
by Changli Gao
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
bdccc4c
tcp: fix kernel panic with listening_get_next
by Daniel Lezcano
· 16 years ago
4389dde
tcp: Remove redundant checks when setting eff_sacks
by Adam Langley
· 16 years ago
33ad798
tcp: options clean up
by Adam Langley
· 16 years ago
49a72df
tcp: Fix MD5 signatures for non-linear skbs
by Adam Langley
· 16 years ago
336d326
sctp: remove unnecessary byteshifting, calculate directly in big-endian
by Harvey Harrison
· 16 years ago
c1e20f7
tcp: RTT metrics scaling
by Stephen Hemminger
· 16 years ago
b6fcbdb
proc: consolidate per-net single-release callers
by Pavel Emelyanov
· 16 years ago
de05c55
proc: consolidate per-net single_open callers
by Pavel Emelyanov
· 16 years ago
60bdde9
proc: clean the ip_misc_proc_init and ip_proc_init_net error paths
by Pavel Emelyanov
· 16 years ago
8e3461d
proc: show per-net ip_devconf.forwarding in /proc/net/snmp
by Pavel Emelyanov
· 16 years ago
229bf0c
proc: create /proc/net/snmp file in each net
by Pavel Emelyanov
· 16 years ago
7b7a9df
proc: create /proc/net/netstat file in each net
by Pavel Emelyanov
· 16 years ago
d89cbbb
ipv4: clean the init_ipv4_mibs error paths
by Pavel Emelyanov
· 16 years ago
923c658
mib: put icmpmsg statistics on struct net
by Pavel Emelyanov
· 16 years ago
b60538a
mib: put icmp statistics on struct net
by Pavel Emelyanov
· 16 years ago
386019d
mib: put udplite statistics on struct net
by Pavel Emelyanov
· 16 years ago
2f275f9
mib: put udp statistics on struct net
by Pavel Emelyanov
· 16 years ago
61a7e26
mib: put net statistics on struct net
by Pavel Emelyanov
· 16 years ago
a20f579
mib: put ip statistics on struct net
by Pavel Emelyanov
· 16 years ago
57ef42d
mib: put tcp statistics on struct net
by Pavel Emelyanov
· 16 years ago
9b4661b
ipv4: add pernet mib operations
by Pavel Emelyanov
· 16 years ago
ed88098
mib: add net to NET_ADD_STATS_USER
by Pavel Emelyanov
· 16 years ago
f2bf415
mib: add net to NET_ADD_STATS_BH
by Pavel Emelyanov
· 16 years ago
6f67c81
mib: add net to NET_INC_STATS_USER
by Pavel Emelyanov
· 16 years ago
de0744a
mib: add net to NET_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
4e67344
mib: add net to NET_INC_STATS
by Pavel Emelyanov
· 16 years ago
1ed8346
tcp: replace tcp_sock argument with sock in some places
by Pavel Emelyanov
· 16 years ago
ca12a1a
inet: prepare net on the stack for NET accounting macros
by Pavel Emelyanov
· 16 years ago
5c52ba1
sock: add net to prot->enter_memory_pressure callback
by Pavel Emelyanov
· 16 years ago
74688e4
mib: add net to TCP_DEC_STATS
by Pavel Emelyanov
· 16 years ago
63231bd
mib: add net to TCP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
81cc8a7
mib: add net to TCP_INC_STATS
by Pavel Emelyanov
· 16 years ago
a9c1932
tcp: add net to tcp_mib_init
by Pavel Emelyanov
· 16 years ago
a86b1e3
inet: prepare struct net for TCP MIB accounting
by Pavel Emelyanov
· 16 years ago
c5346fe
mib: add net to IP_ADD_STATS_BH
by Pavel Emelyanov
· 16 years ago
7c73a6f
mib: add net to IP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
5e38e27
mib: add net to IP_INC_STATS
by Pavel Emelyanov
· 16 years ago
84a3aa0
ipv4: prepare net initialization for IP accounting
by Pavel Emelyanov
· 16 years ago
70efce2
net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.
by Will Newton
· 16 years ago
885a4c9
Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer.net/linux-2.6
by David S. Miller
· 16 years ago
Next »