summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-08-30tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-08-30ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-13net: account for current skb length when deciding about UFOMichal Kubeček1-1/+1
2017-08-13ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li1-1/+1
2017-08-13udp: consistently apply ufo or fragmentationWillem de Bruijn2-3/+6
2017-08-13revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman1-1/+1
2017-08-13revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman1-2/+1
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-13tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+3
2017-08-13net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet1-1/+2
2017-08-13tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng1-2/+2
2017-08-11net: account for current skb length when deciding about UFOMichal Kubeček1-1/+2
2017-08-11ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li1-1/+1
2017-08-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-08-11ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko1-0/+1
2017-07-21tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong1-0/+2
2017-07-15tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell1-5/+5
2017-07-05igmp: add a missing spin_lock_init()WANG Cong1-0/+1
2017-07-05igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong1-8/+13
2017-06-17NET: Fix /proc/net/arp for AX.25Ralf Baechle1-6/+6
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet1-1/+1
2017-06-14tcp: disallow cwnd undo when switching congestion controlYuchung Cheng1-0/+1
2017-06-07ipv4: add reference counting to metricsEric Dumazet2-8/+19
2017-06-07tcp: avoid fastopen API to be used on AF_UNSPECWei Wang1-2/+5
2017-06-07net: Improve handling of failures on link and route dumpsDavid Ahern2-16/+25
2017-06-07tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh1-1/+1
2017-06-07tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng1-4/+5
2017-06-07dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-05-14ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+3
2017-05-14tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-05-14tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-05-14tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-05-03tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-05-03net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-04-30ping: implement proper lockingEric Dumazet1-2/+3
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-03-30ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-22ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-02-26ip: fix IP_CHECKSUM handlingPaolo Abeni1-4/+4
2017-02-18ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-02-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-02-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-02-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-02-04tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+1
2017-02-04net: ipv4: fix table id in getroute responseDavid Ahern1-1/+1