summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
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-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-26erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan
2018-09-26erspan: fix error handling for erspan tunnelHaishuang Yan
2018-09-19ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-09-19ip: process in-order fragments efficientlyPeter Oskolkov
2018-09-19ip: add helpers to process in-order fragments faster.Peter Oskolkov
2018-09-19ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2018-09-19net: sk_buff rbnode reorgEric Dumazet
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet
2018-09-19ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2018-09-19inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-09-19inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet
2018-09-19inet: frags: do not clone skb in ip_expire()Eric Dumazet
2018-09-19inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-09-19inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-09-19inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-09-19inet: frags: remove some helpersEric Dumazet
2018-09-19inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-09-19inet: frags: Convert timers to use timer_setup()Kees Cook
2018-09-19inet: frags: refactor ipfrag_init()Eric Dumazet
2018-09-19inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-09-19inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann
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-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-06ipv4: frags: handle possible skb truesize changeEric Dumazet
2018-08-06inet: frag: enforce memory limits earlierEric Dumazet
2018-08-03tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-08-03tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-08-03tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-08-03tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-08-03tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-08-03tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell
2018-08-03ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-08-03ipconfig: Correctly initialise ic_nameserversChris Novakovic
2018-07-28tcp: add tcp_ooo_try_coalesce() helperEric Dumazet
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
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet
2018-07-28tcp: free batches of packets in tcp_prune_ofo_queue()Eric 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-28multicast: do not restore deleted record source filter mode to new oneHangbin Liu