aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lsm: Relocate the IPv4 security_inet_conn_request() hooksPaul Moore2009-03-281-3/+4
* tcp: allow timestamps even if SYN packet has tsval=0Eric Dumazet2009-03-111-9/+0
* tcp: Like icmp use register_pernet_subsysEric W. Biederman2009-02-221-1/+1
* gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-291-1/+1
* net_dma: convert to dma_find_channelDan Williams2009-01-061-1/+1
* net: Fix percpu counters deadlockHerbert Xu2008-12-291-0/+3
* tcp: Add GRO supportHerbert Xu2008-12-151-0/+35
* net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-251-2/+2
* net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet2008-11-231-4/+4
* net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-201-6/+6
* net: listening_hash get a spinlock per bucketEric Dumazet2008-11-201-12/+12
* include/net net/ - csum_partial - remove unnecessary castsJoe Perches2008-11-191-2/+2