summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-161-0/+1
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-161-9/+23
* tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-271-5/+5
* ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-271-2/+8
* ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-271-1/+9
* inet: update the IP ID generation algorithm to higher standards.Amit Klein2019-04-271-1/+3
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-03-231-0/+50
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-03-231-2/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-232-7/+32
* net: Add __icmp_send helper.Nazarov Sergey2019-03-231-3/+4
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-232-2/+6
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-1/+0
* tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-231-3/+4
* ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-12-131-2/+2
* net/ipv4: defensive cipso option parsingStefan Nuernberger2018-11-221-4/+7
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-101-4/+8
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-11-101-0/+9
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-10-131-0/+1
* Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2018-09-051-2/+10
* tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-08-281-2/+2
* netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-08-281-0/+1
* inet: frag: enforce memory limits earlierEric Dumazet2018-08-091-5/+5
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-08-091-2/+2
* tcp: add one more quick ack after after ECN eventsEric Dumazet2018-08-091-2/+2
* tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-08-091-12/+14
* tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-08-091-2/+2
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-092-13/+15
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-08-091-2/+0
* ipconfig: Correctly initialise ic_nameserversChris Novakovic2018-08-091-0/+13
* tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-281-2/+14
* tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-281-0/+3
* 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: hash fragments consistentlyPaolo Abeni2018-07-281-0/+2
* ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks2018-07-281-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-221-0/+1
* tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2018-07-031-1/+1
* tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2018-06-131-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
* net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas2018-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-251-1/+1
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-252-4/+10