summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-05-16ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-16ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-04-27inet: update the IP ID generation algorithm to higher standards.Amit Klein
2019-03-23vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun
2019-03-23netlabel: fix out-of-bounds memory accessesPaul Moore
2019-03-23net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-03-23net: Add __icmp_send helper.Nazarov Sergey
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet
2018-12-13ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf
2018-11-22net/ipv4: defensive cipso option parsingStefan Nuernberger
2018-11-10net: drop skb on failure in ip_check_defrag()Cong Wang
2018-11-10ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-10-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-05Cipso: cipso_v4_optptr enter infinite loopyujuan.qi
2018-08-28tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap
2018-08-28netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-08-09inet: frag: enforce memory limits earlierEric Dumazet
2018-08-09ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-08-09tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-08-09tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-08-09tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-08-09tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-08-09tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-08-09ipconfig: Correctly initialise ic_nameserversChris Novakovic
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-28tcp: helpers to send special DCTCP ackYuchung Cheng
2018-07-28tcp: fix dctcp delayed ACK scheduleYuchung Cheng
2018-07-28ip: hash fragments consistentlyPaolo Abeni
2018-07-28ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-07-22tcp: fix Fast Open key endiannessYuchung Cheng
2018-07-22netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-07-03tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet
2018-06-13tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet
2018-05-30Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Greg Kroah-Hartman
2018-05-30vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio
2018-05-30vti4: Don't count header length twice on tunnel setupStefano Brivio
2018-05-30net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas
2018-05-25tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-25tcp: ignore Fast Open on repair modeYuchung Cheng