summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2018-09-051-2/+10
* tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-08-241-2/+2
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-08-242-29/+0
* netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-08-241-0/+1
* tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-08-091-2/+21
* ipv4: frags: handle possible skb truesize changeEric Dumazet2018-08-061-0/+5
* inet: frag: enforce memory limits earlierEric Dumazet2018-08-061-5/+5
* tcp: add one more quick ack after after ECN eventsEric Dumazet2018-08-061-2/+2
* tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-08-061-12/+14
* tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-08-061-2/+2
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-062-13/+15
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-08-061-2/+0
* tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-08-061-0/+4
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-08-061-2/+2
* ipconfig: Correctly initialise ic_nameserversChris Novakovic2018-08-031-0/+13
* tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-281-2/+2
* tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-281-2/+13
* tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-281-0/+3
* tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-281-4/+11
* tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-282-13/+20
* tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-282-33/+12
* tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-281-5/+17
* tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-281-2/+4
* multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-281-2/+1
* ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-281-2/+5
* ip: hash fragments consistentlyPaolo Abeni2018-07-281-0/+2
* net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern2018-07-251-0/+1
* net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti2018-07-251-2/+1
* ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks2018-07-251-2/+3
* tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-221-0/+9
* tcp: fix Fast Open key endiannessYuchung Cheng2018-07-221-5/+13
* netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-07-171-0/+1
* ipv4: Fix error return value in fib_convert_metrics()Ben Hutchings2018-07-111-1/+1
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-261-0/+4
* tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2018-06-261-1/+1
* net: metrics: add proper netlink validationEric Dumazet2018-06-131-0/+2
* ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-06-131-2/+0
* tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2018-06-061-4/+6
* Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Greg Kroah-Hartman2018-05-301-0/+1
* vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-05-301-1/+0
* vti4: Don't count header length twice on tunnel setupStefano Brivio2018-05-301-1/+0
* ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-05-302-7/+20
* net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas2018-05-301-1/+1
* tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva2018-05-301-1/+1
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-251-2/+5
* net: test tailroom before appending to linear skbWillem de Bruijn2018-05-251-1/+2
* tcp: ignore Fast Open on repair modeYuchung Cheng2018-05-191-1/+1
* tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell2018-05-191-1/+3
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-192-4/+10
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-05-161-1/+1