summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-08-09tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-2/+21
2018-08-06ipv4: frags: handle possible skb truesize changeEric Dumazet1-0/+5
2018-08-06inet: frag: enforce memory limits earlierEric Dumazet1-5/+5
2018-08-06tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-08-06tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
2018-08-06tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2-13/+15
2018-08-06tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-08-06tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell1-0/+4
2018-08-06ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-08-03ipconfig: Correctly initialise ic_nameserversChris Novakovic1-0/+13
2018-07-28tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+13
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3
2018-07-28tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-4/+11
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2-13/+20
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2-33/+12
2018-07-28tcp: helpers to send special DCTCP ackYuchung Cheng1-5/+17
2018-07-28tcp: fix dctcp delayed ACK scheduleYuchung Cheng1-2/+4
2018-07-28multicast: do not restore deleted record source filter mode to new oneHangbin Liu1-2/+1
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn1-2/+5
2018-07-28ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-07-25net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern1-0/+1
2018-07-25net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti1-2/+1
2018-07-25ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks1-2/+3
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-07-22tcp: fix Fast Open key endiannessYuchung Cheng1-5/+13
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+1
2018-07-11ipv4: Fix error return value in fib_convert_metrics()Ben Hutchings1-1/+1
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-26tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2018-06-13net: metrics: add proper netlink validationEric Dumazet1-0/+2
2018-06-13ipv4: remove warning in ip_recv_errorWillem de Bruijn1-2/+0
2018-06-06tcp: 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-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-30tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva1-1/+1
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-19tcp: ignore Fast Open on repair modeYuchung Cheng1-1/+1
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-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet1-1/+1
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
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-13route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long1-9/+11