summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2-2/+2
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-20tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2018-06-11net: metrics: add proper netlink validationEric Dumazet1-0/+4
2018-06-11net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu1-0/+1
2018-06-11ipv4: remove warning in ip_recv_errorWillem de Bruijn1-2/+0
2018-06-11ipmr: properly check rhltable_init() return valueEric Dumazet1-1/+6
2018-06-05tcp: 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-30ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio1-1/+7
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-30ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long1-5/+0
2018-05-30netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal1-3/+4
2018-05-30netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal1-2/+6
2018-05-25tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-05-22netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan1-2/+4
2018-05-19udp: fix SO_BINDTODEVICEPaolo Abeni1-2/+2
2018-05-19tcp: ignore Fast Open on repair modeYuchung Cheng1-1/+2
2018-05-19tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell1-1/+3
2018-05-19ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2-4/+10
2018-05-19ipv4: fix fnhe usage by non-cached routesJulian Anastasov1-65/+53
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet1-1/+1
2018-05-16inetpeer: fix uninit-value in inet_getpeerEric Dumazet1-0/+1
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2018-05-16ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet1-5/+6
2018-05-09net: don't call update_pmtu unconditionallyNicolas Dichtel2-3/+2
2018-04-29tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh1-1/+0
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-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2-5/+13
2018-04-26netfilter: x_tables: add counters allocation wrapperFlorian Westphal2-2/+2
2018-04-26tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva1-1/+1
2018-04-12route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long1-9/+11
2018-04-12ip_tunnel: better validate user provided tunnel namesEric Dumazet1-5/+6
2018-04-12arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines1-1/+1
2018-04-08netfilter: drop template ct when conntrack is skipped.Paolo Abeni1-1/+13
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-31tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2-0/+2
2018-03-24ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan1-1/+3
2018-03-24ip_gre: fix error path when erspan_rcv failedHaishuang Yan1-0/+2
2018-03-15netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang1-6/+6
2018-03-15netfilter: add back stackpointer size checksFlorian Westphal2-1/+10
2018-03-09tcp: purge write queue upon RSTSoheil Hassas Yeganeh1-0/+1
2018-03-09net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern1-0/+2
2018-03-09tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng1-18/+12