summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-05-19tcp: ignore Fast Open on repair modeYuchung Cheng
2018-05-19tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell
2018-05-19ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-05-19ipv4: fix fnhe usage by non-cached routesJulian Anastasov
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-05-16inetpeer: fix uninit-value in inet_getpeerEric Dumazet
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-05-16ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet
2018-04-29tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet
2018-04-29tcp: don't read out-of-bounds opsizeJann Horn
2018-04-29tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh
2018-04-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-04-26netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-04-19ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca
2018-04-12ip_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-12arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines
2018-03-30Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-29ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-29netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel
2018-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan
2018-03-23ip_tunnel: Emit events for post-register MTU changesPetr Machata
2018-03-22netfilter: drop template ct when conntrack is skipped.Paolo Abeni
2018-03-19vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio
2018-03-19ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio
2018-03-19vti4: Don't count header length twice on tunnel setupStefano Brivio
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh
2018-03-07net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai
2018-03-07xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman
2018-03-06net: Only honor ifindex in IP_PKTINFO if non-0David Ahern
2018-03-04net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens
2018-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-03-01vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra
2018-03-01net: ipv4: avoid unused variable warning for sysctlArnd Bergmann
2018-02-28net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas
2018-02-28tcp: purge write queue upon RSTSoheil Hassas Yeganeh
2018-02-28tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng
2018-02-28tcp: revert F-RTO middle-box workaroundYuchung Cheng
2018-02-27ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-02-26ip_tunnel: Do not use mark in skb by defaultThomas Winter
2018-02-25netfilter: nf_flow_table: fix checksum when handling DNATFelix Fietkau
2018-02-25netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal
2018-02-25netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal