summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-07-03tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-07-03tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2018-06-13net: metrics: add proper netlink validationEric Dumazet1-0/+2
2018-06-13ipv4: remove warning in ip_recv_errorWillem de Bruijn1-2/+0
2018-06-06tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-4/+6
2018-05-30Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Greg Kroah-Hartman1-0/+1
2018-05-30vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio1-1/+0
2018-05-30vti4: Don't count header length twice on tunnel setupStefano Brivio1-1/+0
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2-7/+20
2018-05-30net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas1-1/+1
2018-05-26tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-05-26net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-05-26tcp: ignore Fast Open on repair modeYuchung Cheng1-1/+1
2018-05-26ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2-4/+10
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet1-1/+1
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2018-04-29tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet1-2/+4
2018-04-29tcp: don't read out-of-bounds opsizeJann Horn1-5/+2
2018-04-13ip_tunnel: better validate user provided tunnel namesEric Dumazet1-5/+6
2018-04-13arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines1-1/+1
2018-04-13ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2-7/+14
2018-04-13tcp: better validation of received ack sequencesEric Dumazet1-13/+11
2018-04-13arp: honour gratuitous ARP _replies_Ihar Hrachyshka1-2/+14
2018-04-08netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers1-27/+30
2018-03-31net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-03-31net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai1-0/+3
2018-03-24tcp: remove poll() flakes with FastOpenEric Dumazet1-7/+9
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2-6/+12
2018-03-18netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2-8/+2
2018-03-18netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2-4/+4
2018-03-18netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal1-3/+4
2018-03-18netfilter: add back stackpointer size checksFlorian Westphal2-0/+8
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev1-0/+5
2018-03-11net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca1-2/+6
2018-03-11fib_semantics: Don't match route with mismatching tclassidStefano Brivio1-0/+5
2018-02-28ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni1-2/+2
2018-02-28ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2-65/+14
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni1-6/+1
2018-02-25ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2-11/+9
2018-02-25netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov1-3/+13
2018-02-16tcp: release sk_frag.page in tcp_disconnectLi RongQing1-0/+6
2018-02-16net: igmp: add a missing rcu locking sectionEric Dumazet1-0/+4
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman2-0/+18
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-1/+6
2018-01-31net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau1-1/+1
2018-01-31netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2-4/+8
2018-01-31netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol1-0/+2
2018-01-31netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2018-01-31netfilter: x_tables: speed up jump target validationFlorian Westphal2-43/+49