summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-25tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet1-14/+5
2015-03-25tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet1-10/+7
2015-03-25tcp: md5: input path is run under rcu protected sectionsEric Dumazet1-14/+3
2015-03-24inet: fix double request socket freeingFan Du1-2/+2
2015-03-23ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet1-35/+34
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet1-6/+6
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-3/+8
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-9/+8
2015-03-19inet: request sock should init IPv6/IPv4 addressesEric Dumazet1-4/+4
2015-03-19inet: add IPv6 support to sk_ehashfn()Eric Dumazet1-4/+4
2015-03-16inet: ip early demux should avoid request socketsEric Dumazet1-1/+1
2015-03-13inet: introduce ireq_familyEric Dumazet1-0/+1
2015-03-13inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet1-4/+4
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du1-0/+1
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du1-0/+1
2015-02-10ipv4: Namespecify TCP PMTU mechanismFan Du1-0/+1
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+32
2015-02-02ipv4: tcp: get rid of ugly unicast_sockEric Dumazet1-5/+32
2015-01-06net: tcp: add per route congestion controlDaniel Borkmann1-0/+2
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-12-10tcp: fix more NULL deref after prequeue changesEric Dumazet1-2/+2
2014-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet1-1/+4
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+1
2014-11-11tcp: move sk_mark_napi_id() at the right placeEric Dumazet1-1/+2
2014-10-23net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla1-2/+2
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang1-1/+1
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang1-20/+0
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-24/+44
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-17/+1
2014-09-29tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet1-7/+12
2014-09-29ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet1-4/+6
2014-09-28net_dma: simple removalDan Williams1-17/+1
2014-09-23tcp: avoid possible arithmetic overflowsEric Dumazet1-3/+3
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet1-0/+1
2014-09-10tcp: remove dst refcount false sharing for prequeue modeEric Dumazet1-4/+16
2014-09-06tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet1-2/+3
2014-09-06tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+1
2014-09-02tcp: whitespace fixesstephen hemminger1-3/+2
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-2/+3
2014-08-07tcp: md5: check md5 signature without socket lockDmitry Popov1-11/+25
2014-08-05tcp: md5: remove unneeded check in tcp_v4_parse_md5_keysDmitry Popov1-1/+1
2014-08-01net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong1-5/+0
2014-07-08net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert1-0/+3
2014-07-08tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-2/+0
2014-06-28tcp: add tcp_conn_requestOctavian Purdila1-126/+2
2014-06-28tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-28tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-28tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-13/+1
2014-06-28tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-3/+6