summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-12-08ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet
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-04net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov
2018-11-04net: drop skb on failure in ip_check_defrag()Cong Wang
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-11-04xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan
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-18udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina
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-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