summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-03-30ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-03-22ipv4: mask tos for input routeJulian Anastasov
2017-02-26ip: fix IP_CHECKSUM handlingPaolo Abeni
2017-02-18ping: fix a null pointer dereferenceWANG Cong
2017-02-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-02-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-02-04tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2017-02-04net: ipv4: fix table id in getroute responseDavid Ahern
2017-02-04net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern
2017-01-15ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck
2017-01-15igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2016-12-10esp4: Fix integrity verification when ESN are usedTobias Brunner
2016-12-10ipv4: Set skb->protocol properly for local outputEli Cooper
2016-12-10net: ping: check minimum size on ICMP header lengthKees Cook
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-21ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2016-11-21fib_trie: Correct /proc/net/route off by one errorAlexander Duyck
2016-11-21tcp: fix potential memory corruptionEric Dumazet
2016-11-21dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet
2016-11-15ipv4: use the right lock for ping_group_rangeWANG Cong
2016-11-15ipv4: disable BH in set_ping_group_range()Eric Dumazet
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-15tcp: fix a compile error in DBGUNDO()Eric Dumazet
2016-11-15tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2016-11-15tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-10-31ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross
2016-09-30vti: flush x-netns xfrm cache when vti interface is removedLance Richardson
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
2016-09-30tcp: cwnd does not increase in TCP YeAHArtem Germanov
2016-09-30ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-16ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov
2016-08-16tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron
2016-08-16tcp: make challenge acks less predictableEric Dumazet
2016-07-11ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-07-11esp: Fix ESN generation under UDP encapsulationHerbert Xu
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal