summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-06-171-6/+6
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-141-1/+1
* tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-141-0/+1
* ipv4: add reference counting to metricsEric Dumazet2017-06-072-8/+19
* tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-06-071-2/+5
* net: Improve handling of failures on link and route dumpsDavid Ahern2017-06-072-16/+25
* tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-06-071-1/+1
* tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-06-071-4/+5
* dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-06-071-0/+2
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-141-0/+3
* tcp: do not inherit fastopen_req from parentEric Dumazet2017-05-141-0/+1
* tcp: fix wraparound issue in tcp_lpEric Dumazet2017-05-141-2/+4
* tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet2017-05-141-7/+12
* tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-05-021-0/+1
* net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-05-021-1/+1
* ping: implement proper lockingEric Dumazet2017-04-301-2/+3
* tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-302-1/+2
* ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-03-301-1/+2
* dccp/tcp: fix routing redirect raceJon Maxwell2017-03-221-1/+2
* tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-03-222-4/+9
* ipv4: mask tos for input routeJulian Anastasov2017-03-221-0/+1
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-261-4/+4
* ping: fix a null pointer dereferenceWANG Cong2017-02-181-0/+2
* tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-181-0/+6
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-181-0/+4
* ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-181-1/+8
* tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-181-2/+4
* tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-02-041-0/+1
* tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-02-041-1/+1
* net: ipv4: fix table id in getroute responseDavid Ahern2017-02-041-1/+1
* net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-02-041-4/+7
* net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-151-2/+7
* ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck2017-01-151-1/+1
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-01-151-1/+6
* esp4: Fix integrity verification when ESN are usedTobias Brunner2016-12-101-1/+1
* ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-101-0/+3
* net: ping: check minimum size on ICMP header lengthKees Cook2016-12-101-0/+4
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-211-1/+18
* ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2016-11-211-1/+3
* fib_trie: Correct /proc/net/route off by one errorAlexander Duyck2016-11-211-12/+9
* tcp: fix potential memory corruptionEric Dumazet2016-11-211-1/+1
* dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal2016-11-211-1/+12
* udp: fix IP_CHECKSUM handlingEric Dumazet2016-11-152-5/+7
* ipv4: use the right lock for ping_group_rangeWANG Cong2016-11-151-4/+4
* ipv4: disable BH in set_ping_group_range()Eric Dumazet2016-11-151-2/+2
* net: add recursion limit to GROSabrina Dubroca2016-11-154-6/+6
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-152-2/+4
* tcp: fix a compile error in DBGUNDO()Eric Dumazet2016-11-151-2/+1
* tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2016-11-151-5/+7
* tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2016-11-151-1/+2