summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-09-19inet: frags: refactor ipfrag_init()Eric Dumazet1-2/+2
2018-09-19inet: frags: add a pointer to struct netns_fragsEric Dumazet2-11/+15
2018-09-19inet: frags: change inet_frags_init_net() return valueEric Dumazet1-3/+9
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-1/+1
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-09-15ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet1-0/+6
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2-29/+0
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal1-0/+1
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-03tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-08-03tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
2018-08-03tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-08-03tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2-13/+15
2018-08-03tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-08-03tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell1-0/+4
2018-08-03ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-08-03ipconfig: Correctly initialise ic_nameserversChris Novakovic1-0/+13
2018-07-28tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-4/+21
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-22net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern1-2/+2
2018-07-22net: fix use-after-free in GRO with ESPSabrina Dubroca3-5/+3
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+1
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2-2/+2
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-21tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2018-06-11net: metrics: add proper netlink validationEric Dumazet1-0/+4
2018-06-11net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu1-0/+1
2018-06-11ipv4: remove warning in ip_recv_errorWillem de Bruijn1-2/+0
2018-06-11ipmr: properly check rhltable_init() return valueEric Dumazet1-1/+6
2018-06-05tcp: 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-30ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio1-1/+7