summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn
2018-07-28ip: hash fragments consistentlyPaolo Abeni
2018-07-25net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern
2018-07-25net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti
2018-07-25ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-07-22tcp: fix Fast Open key endiannessYuchung Cheng
2018-07-22net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern
2018-07-22net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-21tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet
2018-06-11net: metrics: add proper netlink validationEric Dumazet
2018-06-11net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu
2018-06-11ipv4: remove warning in ip_recv_errorWillem de Bruijn
2018-06-11ipmr: properly check rhltable_init() return valueEric Dumazet
2018-06-05tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet
2018-05-30Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Greg Kroah-Hartman
2018-05-30vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio
2018-05-30ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio
2018-05-30vti4: Don't count header length twice on tunnel setupStefano Brivio
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-05-30net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas
2018-05-30ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long
2018-05-30netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal
2018-05-30netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal
2018-05-25tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-22netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan
2018-05-19udp: fix SO_BINDTODEVICEPaolo Abeni
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-05-09net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-04-29tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh
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-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-04-26netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-04-26tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva
2018-04-12route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long
2018-04-12ip_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-12arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines
2018-04-08netfilter: drop template ct when conntrack is skipped.Paolo Abeni