summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: use trylock in icmp_skSebastian Andrzej Siewior2018-07-261-1/+5
* net: add a lock around icmp_sk()Sebastian Andrzej Siewior2018-07-261-0/+8
* net: add back the missing serialization in ip_send_unicast_reply()Sebastian Andrzej Siewior2018-07-261-0/+7
* net: sysrq via icmpCarsten Emde2018-07-262-0/+37
* net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern2018-07-251-0/+1
* ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks2018-07-251-2/+3
* tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-221-0/+9
* tcp: fix Fast Open key endiannessYuchung Cheng2018-07-221-5/+13
* netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-07-171-0/+1
* ipv4: Fix error return value in fib_convert_metrics()Ben Hutchings2018-07-111-1/+1
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-07-031-0/+4
* tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2018-07-031-1/+1
* net: metrics: add proper netlink validationEric Dumazet2018-06-131-0/+2
* ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-06-131-2/+0
* tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2018-06-061-4/+6
* Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Greg Kroah-Hartman2018-05-301-0/+1
* vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-05-301-1/+0
* vti4: Don't count header length twice on tunnel setupStefano Brivio2018-05-301-1/+0
* ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-05-302-7/+20
* net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas2018-05-301-1/+1
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-261-2/+5
* net: test tailroom before appending to linear skbWillem de Bruijn2018-05-261-1/+2
* tcp: ignore Fast Open on repair modeYuchung Cheng2018-05-261-1/+1
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-262-4/+10
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-05-161-1/+1
* soreuseport: initialise timewait reuseport fieldEric Dumazet2018-05-161-0/+1
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-291-2/+4
* tcp: don't read out-of-bounds opsizeJann Horn2018-04-291-5/+2
* ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-131-5/+6
* arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines2018-04-131-1/+1
* ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2018-04-132-7/+14
* tcp: better validation of received ack sequencesEric Dumazet2018-04-131-13/+11
* arp: honour gratuitous ARP _replies_Ihar Hrachyshka2018-04-131-2/+14
* netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers2018-04-081-27/+30
* net: Only honor ifindex in IP_PKTINFO if non-0David Ahern2018-03-311-2/+4
* net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai2018-03-311-0/+3
* tcp: remove poll() flakes with FastOpenEric Dumazet2018-03-241-7/+9
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2018-03-182-6/+12
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2018-03-182-8/+2
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2018-03-182-4/+4
* netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2018-03-181-3/+4
* netfilter: add back stackpointer size checksFlorian Westphal2018-03-182-0/+8
* udplite: fix partial checksum initializationAlexey Kodanev2018-03-111-0/+5
* net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca2018-03-111-2/+6
* fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-03-111-0/+5
* ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni2018-02-281-2/+2
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2018-02-282-65/+14
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-281-6/+1
* ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann2018-02-251-0/+4
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-02-252-11/+9