Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b7213702662e2139be92c4a3efe6682529f7a729
/
net
/
ipv4
/
tcp_ipv4.c
4c67525
tcp: resets are misrouted
by Alexey Kuznetsov
· 12 years ago
861b650
tcp: gro: add checksuming helpers
by Eric Dumazet
· 12 years ago
5dff747
tcp: Remove unused parameter from tcp_v4_save_options
by Christoph Paasch
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
016818d
tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS
by Neal Cardwell
· 12 years ago
623df48
tcp: extract code to compute SYNACK RTT
by Neal Cardwell
· 12 years ago
168a8f5
tcp: TCP Fast Open Server - main code path
by Jerry Chu
· 12 years ago
8336886
tcp: TCP Fast Open Server - support TFO listeners
by Jerry Chu
· 12 years ago
e6acb38
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by David S. Miller
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
144d56e
tcp: fix possible socket refcount problem
by Eric Dumazet
· 12 years ago
fae6ef8
net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()
by Neal Cardwell
· 12 years ago
a7cb5a4
userns: Print out socket uids in a user namespace aware fashion.
by Eric W. Biederman
· 12 years ago
63d02d1
net: tcp: ipv6_mapped needs sk_rx_dst_set method
by Eric Dumazet
· 12 years ago
a399a80
time: jiffies_delta_to_clock_t() helper to the rescue
by Eric Dumazet
· 12 years ago
5d299f3
net: ipv6: fix TCP early demux
by Eric Dumazet
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
c255a45
memcg: rename config variables
by Andrew Morton
· 12 years ago
404e0a8
net: ipv4: fix RCU races on dst refcounts
by Eric Dumazet
· 12 years ago
505fbcf
ipv4: fix TCP early demux
by Eric Dumazet
· 12 years ago
9cb429d
tcp: early_demux fixes
by Eric Dumazet
· 12 years ago
92101b3
ipv4: Prepare for change of rt->rt_iif encoding.
by David S. Miller
· 12 years ago
563d34d
tcp: dont drop MTU reduction indications
by Eric Dumazet
· 12 years ago
ba3f7f0
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
by David S. Miller
· 12 years ago
cf60af0
net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)
by Yuchung Cheng
· 12 years ago
2100c8d
net-tcp: Fast Open base
by Yuchung Cheng
· 12 years ago
be9f4a4
ipv4: tcp: remove per net tcp_sock
by Eric Dumazet
· 12 years ago
6700c27
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
by David S. Miller
· 12 years ago
80d0a69
ipv4: Add helper inet_csk_update_pmtu().
by David S. Miller
· 12 years ago
1ed5c48
net: Remove checks for dst_ops->redirect being NULL.
by David S. Miller
· 12 years ago
55be7a9
ipv4: Add redirect support to all protocol icmp error handlers.
by David S. Miller
· 12 years ago
46d3cea
tcp: TCP Small Queues
by Eric Dumazet
· 12 years ago
16d1839
inet: Remove ->get_peer() method.
by David S. Miller
· 12 years ago
81166dd
tcp: Move timestamps from inetpeer to metrics cache.
by David S. Miller
· 12 years ago
ab92bb2
tcp: Abstract back handling peer aliveness test into helper function.
by David S. Miller
· 12 years ago
70e7341
ipv4: Show that ip_send_reply() is purely unicast routine.
by David S. Miller
· 12 years ago
160eb5a
ipv4: Kill early demux method return value.
by David S. Miller
· 12 years ago
c10237e
Revert "ipv4: tcp: dont cache unconfirmed intput dst"
by David S. Miller
· 12 years ago
c074da2
ipv4: tcp: dont cache unconfirmed intput dst
by Eric Dumazet
· 12 years ago
7011d08
tcp: Fix bug in tcp socket early demux
by Vijay Subramanian
· 12 years ago
7586ece
ipv4: tcp: dont cache output dst for syncookies
by Eric Dumazet
· 12 years ago
fd62e09
tcp: Validate route interface in early demux.
by David S. Miller
· 12 years ago
41063e9
ipv4: Early TCP socket demux.
by David S. Miller
· 12 years ago
2397849
[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.
by David S. Miller
· 12 years ago
4670fd8
tcp: Get rid of inetpeer special cases.
by David S. Miller
· 12 years ago
fbfe95a
inet: Create and use rt{,6}_get_peer_create().
by David S. Miller
· 12 years ago
54db0cc
inetpeer: add parameter net for inet_getpeer_v4,v6
by Gao feng
· 12 years ago
4aea39c
tcp: tcp_make_synack() consumes dst parameter
by Eric Dumazet
· 12 years ago
fff3269
tcp: reflect SYN queue_mapping into SYNACK packets
by Eric Dumazet
· 12 years ago
a2a385d
tcp: bool conversions
by Eric Dumazet
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
bd14b1b
tcp: be more strict before accepting ECN negociation
by Eric Dumazet
· 13 years ago
da882c1
tcp: sk_add_backlog() is too agressive for TCP
by Eric Dumazet
· 13 years ago
f545a38
net: add a limit parameter to sk_add_backlog()
by Eric Dumazet
· 13 years ago
ac807fa
tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.
by David S. Miller
· 13 years ago
900f65d
tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()
by Neal Cardwell
· 13 years ago
ee99528
tcp: Initial repair mode
by Pavel Emelyanov
· 13 years ago
94fb175
Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Linus Torvalds
· 13 years ago
a2bd114
netdma: adding alignment check for NETDMA ops
by Dave Jiang
· 13 years ago
4da0bd73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
afd46503
net: ipv4: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
058bd4d
net: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
dfd25ff
tcp: fix syncookie regression
by Eric Dumazet
· 13 years ago
b4fb05e
tcp: md5: correct a RCU lockdep splat
by Eric Dumazet
· 13 years ago
4c507d2
net: implement IP_RECVTOS for IP_PKTOPTIONS
by Jiri Benc
· 13 years ago
d5ef8a4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
e2446ea
tcp_v4_send_reset: binding oif to iif in no sock case
by Shawn Lu
· 13 years ago
658ddaa
tcp: md5: RST: getting md5 key from listener
by Shawn Lu
· 13 years ago
a8afca0
tcp: md5: protects md5sig_info with RCU
by Eric Dumazet
· 13 years ago
5f3d9cb
tcp: md5: use sock_kmalloc() to limit md5 keys
by Eric Dumazet
· 13 years ago
a915da9b
tcp: md5: rcu conversion
by Eric Dumazet
· 13 years ago
a2d9124
tcp: md5: remove obsolete md5_add() method
by Eric Dumazet
· 13 years ago
8a622e7
tcp: md5: using remote adress for md5 lookup in rst packet
by shawnlu
· 13 years ago
3dc43e3
per-netns ipv4 sysctl_tcp_mem
by Glauber Costa
· 13 years ago
d1a4c0b
tcp memory pressure controls
by Glauber Costa
· 13 years ago
180d8cd
foundations of per-cgroup memory pressure controlling.
by Glauber Costa
· 13 years ago
d8a6e65
tcp: inherit listener congestion control for passive cnx
by Eric Dumazet
· 13 years ago
709e869
tcp: clear xmit timers in tcp_v4_syn_recv_sock()
by Eric Dumazet
· 13 years ago
918eb39
net: add missing bh_unlock_sock() calls
by Eric Dumazet
· 13 years ago
73cb88e
net: make the tcp and udp file_operations for the /proc stuff const
by Arjan van de Ven
· 13 years ago
66b13d9
ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT
by Eric Dumazet
· 13 years ago
318cf7a
tcp: md5: add more const attributes
by Eric Dumazet
· 13 years ago
cf533ea
tcp: add const qualifiers where possible
by Eric Dumazet
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
260fcbe
tcp: properly handle md5sig_pool references
by Yan, Zheng
· 13 years ago
b82d1bb
tcp: unalias tcp_skb_cb flags and ip_dsfield
by Eric Dumazet
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
946cedc
tcp: Change possible SYN flooding messages
by Eric Dumazet
· 13 years ago
bdeab99
rps: Add flag to skb to indicate rxhash is based on L4 tuple
by Tom Herbert
· 13 years ago
6e5714e
net: Compute protocol sequence numbers and fragment IDs using MD5.
by David S. Miller
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
1eddcea
net: rfs: enable RFS before first data packet is received
by Eric Dumazet
· 13 years ago
9ad7c04
tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side
by Jerry Chu
· 13 years ago
71338aa
net: convert %p usage to %pK
by Dan Rosenberg
· 13 years ago
a48eff1
ipv4: Pass explicit destination address to rt_bind_peer().
by David S. Miller
· 13 years ago
ed2361e
ipv4: Pass explicit destination address to rt_get_peer().
by David S. Miller
· 13 years ago
6bd023f
ipv4: Make caller provide flowi4 key to inet_csk_route_req().
by David S. Miller
· 13 years ago
0a5ebb8
ipv4: Pass explicit daddr arg to ip_send_reply().
by David S. Miller
· 14 years ago
c5216cc
tcp: Use cork flow info instead of rt->rt_dst in tcp_v4_get_peer()
by David S. Miller
· 14 years ago
0e73441
ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.
by David S. Miller
· 14 years ago
Next »