Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
878628fbf2589eb24357e42027d5f54b1dafd3c8
/
net
/
ipv4
/
tcp_ipv4.c
878628f
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
757764f
[NETNS][TCP]: Register /proc/net/tcp in a namespace.
by Pavel Emelyanov
· 17 years ago
39d8cda
[SOCK]: Add udp_hash member to struct proto.
by Pavel Emelyanov
· 17 years ago
ec3c0982
[TCP]: TCP_DEFER_ACCEPT updates - process as established
by Patrick McManus
· 17 years ago
28518fc
[NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]
by Pavel Emelyanov
· 17 years ago
6f8b13b
[NETNS][IPV6] tcp6 - make proc per namespace
by Daniel Lezcano
· 17 years ago
f40c817
[NETNS][IPV4] tcp - make proc handle the network namespaces
by Daniel Lezcano
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 17 years ago
7cd04fa
[TCP]: Merge exit paths in tcp_v4_conn_request.
by Denis V. Lunev
· 17 years ago
fd80eb9
[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.
by Denis V. Lunev
· 17 years ago
9b0f976
[INET]: Remove struct net_proto_family* from _init calls.
by Denis V. Lunev
· 17 years ago
9bf1d83
[TCP]: Fix tcp_v4_send_synack() comment
by Kris Katterjohn
· 17 years ago
ab1e0a1
[SOCK] proto: Add hashinfo member to struct proto
by Arnaldo Carvalho de Melo
· 17 years ago
c67499c
[NETNS]: Tcp-v4 sockets per-net lookup.
by Pavel Emelyanov
· 17 years ago
9cb5734
[TCP]: Convert several length variable to unsigned.
by YOSHIFUJI Hideaki
· 17 years ago
152da81
[INET]: Uninline the __inet_hash function.
by Pavel Emelyanov
· 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
230140c
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
by Eric Dumazet
· 17 years ago
47a31a6
[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
by Eric Dumazet
· 17 years ago
c46f233
[SG] Get rid of __sg_mark_end()
by Jens Axboe
· 17 years ago
51c739d
[NET]: Fix incorrect sg_mark_end() calls.
by David S. Miller
· 17 years ago
b0a713e
[TCP] MD5: Remove some more unnecessary casting.
by Matthias M. Dellweg
· 17 years ago
c7da57a
[TCP]: Fix scatterlist handling in MD5 signature support.
by David S. Miller
· 17 years ago
227b60f
[INET]: local port range robustness
by Stephen Hemminger
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
f8ab18d
[TCP]: Fix MD5 signature handling on big-endian.
by David S. Miller
· 17 years ago
3516ffb
[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().
by David S. Miller
· 17 years ago
a7ab4b5
[TCPv4]: Improve BH latency in /proc/net/tcp
by Herbert Xu
· 17 years ago
3d7dbea
[TCP]: Disable TSO if MD5SIG is enabled.
by David S. Miller
· 17 years ago
f0e48db
[TCP]: Honour sk_bound_dev_if in tcp_v4_send_ack
by Patrick McHardy
· 17 years ago
584bdf8
[IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDP
by Wei Dong
· 17 years ago
6047637
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
by Herbert Xu
· 18 years ago
663ead3
[NET]: Use csum_start offset instead of skb_transport_header
by Herbert Xu
· 18 years ago
4103f8c
[TCP]: tcp_memory_pressure and tcp_socket are__read_mostly candidates
by Eric Dumazet
· 18 years ago
aa8223c
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
by Arnaldo Carvalho de Melo
· 18 years ago
ab6a5bb
[TCP]: Introduce tcp_hdrlen() and tcp_optlen()
by Arnaldo Carvalho de Melo
· 18 years ago
88c7664
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
fe067e8
[TCP]: Abstract out all write queue operations.
by David S. Miller
· 18 years ago
9d729f7
[NET]: Convert xtime.tv_sec to get_seconds()
by James Morris
· 18 years ago
cf4c6bf
[TCP]: struct *sock argument renamed: sp -> sk
by Ilpo Järvinen
· 18 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
dbca9b275
[NET]: change layout of ehash table
by Eric Dumazet
· 18 years ago
8eb9086
[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.
by David S. Miller
· 18 years ago
ba7808e
[TCP]: remove tcp header from tcp_v4_check (take #2)
by Frederik Deweerdt
· 18 years ago
cb48cfe
[TCP]: Fix iov_len calculation in tcp_v4_send_ack().
by Craig Schlenter
· 18 years ago
a9fc00c
[TCP]: Trivial fix to message in tcp_v4_inbound_md5_hash
by Leigh Brown
· 18 years ago
8228a18d
[TCP]: Fix oops caused by tcp_v4_md5_do_del
by Leigh Brown
· 18 years ago
b6332e6
[TCP]: Fix warnings with TCP_MD5SIG disabled.
by Andrew Morton
· 18 years ago
f5b99bc
[NET]: Possible cleanups.
by Adrian Bunk
· 18 years ago
08dd1a5
[TCP] MD5SIG: Kill CONFIG_TCP_MD5SIG_DEBUG.
by David S. Miller
· 18 years ago
ff1dcad
[NET]: Split skb->csum
by Al Viro
· 18 years ago
8e5200f
[NET]: Fix assorted misannotations (from md5 and udplite merges).
by Al Viro
· 18 years ago
f668593
[TCP_IPV4]: Use kmemdup where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
7174259
[TCP_IPV4]: CodingStyle cleanups, no code change
by Arnaldo Carvalho de Melo
· 18 years ago
b51655b
[NET]: Annotate __skb_checksum_complete() and friends.
by Al Viro
· 18 years ago
714e85b
[IPV6]: Assorted trivial endianness annotations.
by Al Viro
· 18 years ago
cfb6eeb
[TCP]: MD5 Signature Option (RFC2385) support.
by YOSHIFUJI Hideaki
· 18 years ago
b9df3cb
[TCP/DCCP]: Introduce net_xmit_eval
by Gerrit Renker
· 18 years ago
a94f723
[TCP]: Remove dead code in init_sequence
by Gerrit Renker
· 18 years ago
72a3eff
[NET]: Size listen hash tables using backlog hint
by Eric Dumazet
· 18 years ago
06ca719
[TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err()
by Eric Dumazet
· 18 years ago
9469c7b
[NET]: Use typesafe inet_twsk() inline function instead of cast.
by YOSHIFUJI Hideaki
· 18 years ago
4244f8a
[TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number.
by YOSHIFUJI Hideaki
· 18 years ago
23f33c2
[IPV4]: struct inet_timewait_sock annotations
by Al Viro
· 18 years ago
adaf345
[IPV4]: annotate address in inet_request_sock
by Al Viro
· 18 years ago
bada8ad
[IPV4]: ip_route_connect() ipv4 address arguments annotated
by Al Viro
· 18 years ago
fda9ef5
[NET]: Fix sk->sk_filter field access
by Dmitry Mishin
· 18 years ago
ab32ea5
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
by Brian Haley
· 18 years ago
8f49106
[IPV4]: Use network-order dport for all visible inet_lookup_*
by Herbert Xu
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
4237c75
[MLSXFRM]: Auto-labeling of child sockets
by Venkat Yekkirala
· 18 years ago
3687b1d
[TCP]: SNMPv2 tcpAttemptFails counter error
by Wei Yongjun
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
a430a43
[NET] gso: Fix up GSO packets with broken checksums
by Herbert Xu
· 18 years ago
c636618
[PATCH] lockdep: annotate bh_lock_sock()
by Ingo Molnar
· 18 years ago
e4d9191
[PATCH] lockdep: locking init debugging improvement
by Ingo Molnar
· 18 years ago
e37a72d
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
bcd7611
[NET]: Generalise TSO-specific bits from skb_setup_caps
by Herbert Xu
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
47da8ee
[TCP]: Export accept queue len of a TCP listening socket via rx_queue
by Sridhar Samudrala
· 18 years ago
1a2449a
[I/OAT]: TCP recv offload to I/OAT
by Chris Leech
· 18 years ago
6c97e72
[IPV4]: Possible cleanups.
by Adrian Bunk
· 19 years ago
543d9cf
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
by Arnaldo Carvalho de Melo
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
c4d9390
[ICSK]: Introduce inet_csk_ctl_sock_create
by Arnaldo Carvalho de Melo
· 19 years ago
5d424d5
[TCP]: MTU probing
by John Heffner
· 19 years ago
f9d9516
[NET]: Do not export inet_bind_bucket_create twice.
by Sam Ravnborg
· 19 years ago
5d39a79
[IPV4]: Always set fl.proto in ip_route_newports
by Patrick McHardy
· 19 years ago
b59c270
[NETFILTER]: Keep conntrack reference until IPsec policy checks are done
by Patrick McHardy
· 19 years ago
80e40da
[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selected
by Arnaldo Carvalho de Melo
· 19 years ago
40efc6f
[TCP]: less inline's
by Stephen Hemminger
· 19 years ago
d83d846
[IP_SOCKGLUE]: Remove most of the tcp specific calls
by Arnaldo Carvalho de Melo
· 19 years ago
a7f5e7f
[INET]: Generalise tcp_v4_hash_connect
by Arnaldo Carvalho de Melo
· 19 years ago
6d6ee43
[TWSK]: Introduce struct timewait_sock_ops
by Arnaldo Carvalho de Melo
· 19 years ago
af05dc9
[ICSK]: Move v4_addr2sockaddr from TCP to icsk
by Arnaldo Carvalho de Melo
· 19 years ago
8292a17
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
by Arnaldo Carvalho de Melo
· 19 years ago
Next »