summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet1-3/+4
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-04-18tcp: fix various issues for sockets morphing to listen stateEric Dumazet1-2/+5
2016-01-16net: fix IP early demux racesEric Dumazet1-3/+2
2015-12-14tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-04-27tcp: prevent fetching dst twice in early demux codeMichal Kubeček1-1/+1
2015-02-27ipv4: tcp: get rid of ugly unicast_sockEric Dumazet1-5/+32
2014-12-16tcp: fix more NULL deref after prequeue changesEric Dumazet1-2/+2
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet1-1/+4
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
2014-06-28tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-2/+3
2014-06-28tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-7/+29
2014-06-28tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-1/+4
2014-06-28tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-12/+17
2014-06-28tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila1-2/+0
2014-06-18tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila1-2/+1
2014-05-14net: support marking accepting TCP socketsLorenzo Colitti1-0/+1
2014-05-14tcp: improve fastopen icmp handlingYuchung Cheng1-21/+14
2014-05-14tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-41/+16
2014-05-14tcp: simplify fast open cookie processingYuchung Cheng1-7/+3
2014-05-14tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng1-183/+2
2014-05-05net: Call skb_checksum_init in IPv4Tom Herbert1-23/+2
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-03-29tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet1-1/+1