summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: frags: handle possible skb truesize changeEric Dumazet2018-08-061-0/+5
* inet: frag: enforce memory limits earlierEric Dumazet2018-08-061-3/+3
* tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-08-031-1/+8
* tcp: add one more quick ack after after ECN eventsEric Dumazet2018-08-031-2/+2
* tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-08-031-12/+14
* tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-08-031-2/+2
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-032-13/+15
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-08-031-2/+0
* tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-08-031-0/+4
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-08-031-2/+2
* ipconfig: Correctly initialise ic_nameserversChris Novakovic2018-08-031-0/+13
* tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-281-4/+21
* 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
* multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-281-2/+1
* 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
* 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
* net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-07-221-2/+2
* net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-223-5/+3
* netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-07-171-0/+1
* udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-262-2/+2
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-261-0/+4
* ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2018-06-111-3/+5
* net: metrics: add proper netlink validationEric Dumazet2018-06-111-0/+4
* netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld2018-06-111-2/+3
* ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel2018-06-011-4/+4
* ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-05-241-2/+0
* net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu2018-05-231-0/+1
* ipmr: properly check rhltable_init() return valueEric Dumazet2018-05-221-1/+4
* net: test tailroom before appending to linear skbWillem de Bruijn2018-05-171-1/+2
* erspan: fix invalid erspan version.William Tu2018-05-171-1/+3
* net/ipv4: Initialize proto and ports in flow structDavid Ahern2018-05-173-3/+14
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-161-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-131-0/+1
|\
| * netfilter: x_tables: add module alias for icmp matchesFlorian Westphal2018-05-081-0/+1
* | ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-112-4/+10
* | udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-101-2/+2
* | ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu2018-05-101-0/+1
* | tcp: restore autocorkingEric Dumazet2018-05-031-1/+1