summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-12-08ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf
2018-11-23inet: frags: better deal with smp racesEric Dumazet
2018-11-23ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca
2018-11-13net/ipv4: defensive cipso option parsingStefan Nuernberger
2018-11-10net: drop skb on failure in ip_check_defrag()Cong Wang
2018-11-10net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-10-18ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2018-10-18ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-10-18ip: process in-order fragments efficientlyPeter Oskolkov
2018-10-18ip: add helpers to process in-order fragments faster.Peter Oskolkov
2018-10-18ip: use rb trees for IP frag queue.Peter Oskolkov
2018-10-18net: add rb_to_skb() and other rb tree helpersEric Dumazet
2018-10-18ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2018-10-18inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-10-18inet: frags: do not clone skb in ip_expire()Eric Dumazet
2018-10-18inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-10-18inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-10-18inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-10-18inet: frags: remove some helpersEric Dumazet
2018-10-18inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-10-18inet: frags: refactor ipfrag_init()Eric Dumazet
2018-10-18inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-10-18inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-10-18inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-18ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
2018-10-18ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-29udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-15tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal
2018-09-15ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet
2018-09-05Cipso: cipso_v4_optptr enter infinite loopyujuan.qi
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-08-09tcp: add tcp_ooo_try_coalesce() helperEric Dumazet
2018-08-06ipv4: frags: handle possible skb truesize changeEric Dumazet
2018-08-06inet: frag: enforce memory limits earlierEric Dumazet
2018-08-06tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-08-06tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-08-06tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-08-06tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-08-06tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell
2018-08-06ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-08-03ipconfig: Correctly initialise ic_nameserversChris Novakovic
2018-07-28tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet