summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal
2018-09-05Cipso: cipso_v4_optptr enter infinite loopyujuan.qi
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-08-17tcp: Fix missing range_truesize enlargement in the backportTakashi Iwai
2018-08-15ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer
2018-08-06inet: frag: enforce memory limits earlierEric Dumazet
2018-08-06tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-08-06tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-08-06tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-08-06tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-08-06ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-08-06ipconfig: Correctly initialise ic_nameserversChris Novakovic
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-28tcp: helpers to send special DCTCP ackYuchung Cheng
2018-07-28tcp: fix dctcp delayed ACK scheduleYuchung Cheng
2018-07-28ip: hash fragments consistentlyPaolo Abeni
2018-07-25net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern
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-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-07-11ipv4: Fix error return value in fib_convert_metrics()Ben Hutchings
2018-07-03tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-07-03tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet
2018-06-13net: metrics: add proper netlink validationEric Dumazet
2018-06-13ipv4: remove warning in ip_recv_errorWillem de Bruijn
2018-06-06tcp: 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-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-26tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-05-26net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-26tcp: ignore Fast Open on repair modeYuchung Cheng
2018-05-26ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-05-16soreuseport: initialise timewait reuseport fieldEric 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-13ip_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-13arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines
2018-04-13ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld