aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* smdk4412: network: squashed commitsDerTeufel2014-12-091-4/+7
* tcp: resets are misroutedAlexey Kuznetsov2012-10-281-3/+4
* tcp: fix syncookie regressionEric Dumazet2012-03-231-3/+7
* tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu2012-02-291-0/+5
* tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2012-02-031-1/+1
* tcp: properly handle md5sig_pool referencesYan, Zheng2011-11-111-4/+7
* net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-151-0/+1
* net: rfs: enable RFS before first data packet is receivedEric Dumazet2011-06-171-0/+1
* net: convert %p usage to %pKDan Rosenberg2011-05-241-3/+3
* ipv4: Pass explicit destination address to rt_bind_peer().David S. Miller2011-05-181-1/+1
* ipv4: Pass explicit destination address to rt_get_peer().David S. Miller2011-05-181-3/+3
* ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller2011-05-181-2/+4
* ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller2011-05-101-2/+2
* tcp: Use cork flow info instead of rt->rt_dst in tcp_v4_get_peer()David S. Miller2011-05-081-1/+2
* ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.David S. Miller2011-05-081-8/+10
* tcp: Use cork flow in tcp_v4_connect()David S. Miller2011-05-081-6/+7
* ipv4: Get route daddr from flow key in tcp_v4_connect().David S. Miller2011-04-281-2/+2
* ipv4: Fetch route saddr from flow key in tcp_v4_connect().David S. Miller2011-04-281-1/+1
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-14/+20
* ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller2011-04-271-5/+5
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-4/+4
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-13/+15
* ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller2011-03-011-1/+1
* ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller2011-02-241-1/+5
* tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei2011-02-201-5/+0
* inetpeer: Abstract address representation further.David S. Miller2011-02-101-1/+1
* tcp: fix bug in listening_get_next()Eric Dumazet2011-01-241-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-2/+2
|\
| * tcp: fix listening_get_next()Eric Dumazet2010-12-231-2/+2
* | net: Abstract default ADVMSS behind an accessor.David S. Miller2010-12-131-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-1/+3
|\ \ | |/
| * netns: Don't leak others' openreq-s in procPavel Emelyanov2010-11-271-1/+3
* | timewait_sock: Create and use getpeer op.David S. Miller2010-12-011-22/+11
* | inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller2010-11-301-27/+8
* | inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller2010-11-301-2/+2
* | inetpeer: Introduce inet_peer_address_t.David S. Miller2010-11-301-1/+1
|/
* tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller2010-11-121-5/+3
* tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Balazs Scheidler2010-10-211-3/+7
* gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet2010-08-311-2/+0
* inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2010-07-121-0/+3
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-23/+12
* syncookies: add support for ECNFlorian Westphal2010-06-261-4/+2
* inetpeer: restore small inet_peer structuresEric Dumazet2010-06-161-4/+7
* net-next: remove useless union keywordChangli Gao2010-06-101-1/+1
* tcp: Fix slowness in read /proc/net/tcpTom Herbert2010-06-071-8/+84
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-061-3/+4
|\
| * rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet2010-06-041-3/+4
* | syncookies: avoid unneeded tcp header flag double checkFlorian Westphal2010-06-051-1/+1
* | syncookies: make v4/v6 synflood warning behaviour the sameFlorian Westphal2010-06-051-11/+13
|/
* net: Introduce sk_route_nocapsEric Dumazet2010-05-161-3/+3