summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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/+0Star
* tcp: Like icmp use register_pernet_subsysEric W. Biederman2009-02-231-1/+1
* gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-301-1/+1
* net_dma: convert to dma_find_channelDan Williams2009-01-061-1/+1
* net: Fix percpu counters deadlockHerbert Xu2008-12-301-0/+3
* tcp: Add GRO supportHerbert Xu2008-12-161-0/+35
* net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-261-2/+2
* net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet2008-11-241-4/+4
* net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-211-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-201-2/+2
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-171-12/+13
* net: clean up net/ipv4/tcp_ipv4.cJianjun Kong2008-11-031-8/+8
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-8/+5Star
* tcpv[46]: fix md5 pseudoheader address field orderingIlpo Järvinen2008-10-091-2/+2
* tcp: fix length used for checksum in a resetIlpo Järvinen2008-10-081-1/+1
* inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo2008-10-071-2/+1Star
* tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2008-10-011-3/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-1/+1
|\
| * tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev2008-10-011-1/+1
* | tcp: advertise MSS requested by userTom Quetchenbach2008-09-211-0/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-091-0/+1
|\|
| * netns : fix kernel panic in timewait socket destructionDaniel Lezcano2008-09-081-0/+1
* | tcp: Skip empty hash buckets faster in /proc/net/tcpAndi Kleen2008-08-281-7/+19
|/
* tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-071-2/+2
* tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley2008-08-011-2/+2
* tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller2008-07-301-8/+2Star
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-1/+1
* tcp: fix kernel panic with listening_get_nextDaniel Lezcano2008-07-191-2/+1Star
* tcp: Fix MD5 signatures for non-linear skbsAdam Langley2008-07-191-55/+85
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-171-6/+6
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-171-7/+7
* inet: prepare struct net for TCP MIB accountingPavel Emelyanov2008-07-171-3/+7
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-171-1/+1
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-151-2/+2
* inet: toss struct net initialization aroundPavel Emelyanov2008-07-151-1/+2