summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: fix ssthresh u16 leftoverIlpo Järvinen2009-09-151-2/+2
* tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang2009-09-021-3/+4
* inet: inet_connection_sock_af_ops constStephen Hemminger2009-09-021-1/+1
* tcp: MD5 operations should be constStephen Hemminger2009-09-021-2/+2
* Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski2009-09-011-0/+37
* Revert Backoff [v3]: Rename skb to icmp_skb in tcp_v4_err()Damian Lukowski2009-09-011-8/+8
* tcp: Use correct peer adr when copying MD5 keysJohn Dykstra2009-07-201-1/+1
* tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra2009-07-201-0/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-2/+2
* net: skb->rtable accessorEric Dumazet2009-06-031-2/+2
* tcp:fix the code indentShan Wei2009-05-051-1/+1
* gro: Fix COMPLETE checksum handlingHerbert Xu2009-04-271-1/+1
OpenPOWER on IntegriCloud