summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-08-06ipv4: frags: handle possible skb truesize changeEric Dumazet
2018-08-06inet: frag: enforce memory limits earlierEric Dumazet
2018-08-03tcp: ack immediately when a cwr packet arrivesLawrence Brakmo
2018-08-03tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-08-03tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-08-03tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-08-03tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-08-03tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-08-03tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell
2018-08-03ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-08-03ipconfig: Correctly initialise ic_nameserversChris Novakovic
2018-07-28tcp: add tcp_ooo_try_coalesce() helperEric Dumazet
2018-07-28tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet
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: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet
2018-07-28multicast: do not restore deleted record source filter mode to new oneHangbin Liu
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: 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-11ipmr: fix error path when ipmr_new_table failsSabrina Dubroca
2018-06-11net: metrics: add proper netlink validationEric Dumazet
2018-06-11netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel
2018-05-24ipv4: remove warning in ip_recv_errorWillem de Bruijn
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu
2018-05-22ipmr: properly check rhltable_init() return valueEric Dumazet
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-17erspan: fix invalid erspan version.William Tu
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern
2018-05-16tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-05-11ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni
2018-05-10ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu
2018-05-08netfilter: x_tables: add module alias for icmp matchesFlorian Westphal
2018-05-03tcp: restore autocorkingEric Dumazet