summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-10-312-3/+13
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-10-313-4/+22
* ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross2016-10-311-1/+8
* vti: flush x-netns xfrm cache when vti interface is removedLance Richardson2016-09-301-0/+31
* tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2016-09-301-1/+7
* tcp: cwnd does not increase in TCP YeAHArtem Germanov2016-09-301-1/+1
* ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster2016-09-301-6/+2
* udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-09-151-2/+4
* tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-08-161-1/+2
* ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov2016-08-161-0/+6
* tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron2016-08-161-17/+22
* tcp: make challenge acks less predictableEric Dumazet2016-08-161-5/+10
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-07-111-1/+3
* esp: Fix ESN generation under UDP encapsulationHerbert Xu2016-07-111-20/+32
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-06-242-86/+10
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-06-242-217/+52