aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Make RFS socket operations not be inet specific.David S. Miller2010-04-271-1/+1
* net: Fix various endianness glitchesEric Dumazet2010-04-201-2/+2
* rfs: Receive Flow SteeringTom Herbert2010-04-161-0/+2
* inet: Remove unused send_check length argumentHerbert Xu2010-04-111-1/+1
* tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4Herbert Xu2010-04-111-17/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* TCP: check min TTL on received ICMP packetsstephen hemminger2010-03-191-0/+5
* tcp: Fix tcp_v4_rcv()Eric Dumazet2010-03-101-4/+4
* tcp: Add SNMP counters for backlog and min_ttl dropsEric Dumazet2010-03-081-2/+5
* net: backlog functions renameZhu Yi2010-03-051-1/+1
* tcp: use limited socket backlogZhu Yi2010-03-051-2/+4
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-2/+2
* tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila2010-01-171-8/+10
* tcp: Generalized TTL Security MechanismStephen Hemminger2010-01-111-0/+3
* tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-151-12/+9
* tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-081-1/+1
* tcp: diag: Dont report negative values for rx queueEric Dumazet2009-12-031-2/+10
* net: Batch inet_twsk_purgeEric W. Biederman2009-12-031-3/+8
* TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-021-4/+43
* TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2009-12-021-0/+20
* TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-021-8/+10
* inetpeer: Optimize inet_getid()Eric Dumazet2009-11-131-8/+8
* net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson2009-11-131-3/+3
* Allow tcp_parse_options to consult dst entryGilad Ben-Yossef2009-10-291-9/+12
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-34/+36
* tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-131-3/+3