summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-09-25Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Ben Hutchings
2018-06-16ip_tunnel: Emit events for post-register MTU changesPetr Machata
2018-06-16vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio
2018-06-16ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio
2018-06-16vti4: Don't count header length twice on tunnel setupStefano Brivio
2018-06-16ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-06-16net: Refactor rtable initializationDavid Ahern
2018-06-16route: remove unsed variable in __mkroute_inputMasatake YAMATO
2018-06-16udplite: fix partial checksum initializationAlexey Kodanev
2018-06-16netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang
2018-06-16netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-06-16net: igmp: add a missing rcu locking sectionEric Dumazet
2018-06-16netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-06-16netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov
2018-03-03net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-03-03net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee
2018-03-03net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange
2018-03-03xfrm: Return error on unknown encap_type in init_stateHerbert Xu
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu
2018-03-03tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2018-03-03net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2018-03-03ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu
2018-03-03ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu
2018-02-13route: also update fnhe_genid when updating a route cacheXin Long
2018-02-13route: update fnhe_expires for redirect when the fnhe existsXin Long
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2018-01-01udp: fix bcast packet receptionPaolo Abeni
2018-01-01udp: perform source validation for mcast early demuxPaolo Abeni
2018-01-01IPv4: early demux can return an error codePaolo Abeni
2018-01-01ipv4: fix broadcast packets receptionPaolo Abeni
2018-01-01vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2018-01-01tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2017-11-26Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-11-11netfilter: Fix switch statement warnings with recent gcc.David Miller
2017-11-11ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet
2017-11-11ipv4: add reference counting to metricsEric Dumazet
2017-11-11dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings
2017-11-11net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-11-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-11-11netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca
2017-10-12ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2017-10-12net/route: enforce hoplimit max valuePaolo Abeni
2017-10-12net: reflect mark on tcp syn ack packetsJamal Hadi Salim
2017-09-15tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-09-15tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-09-15net: account for current skb length when deciding about UFOMichal Kubeček
2017-09-15ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2017-09-15net: ping: do not abuse udp_poll()Eric Dumazet
2017-09-15tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-09-15tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh