summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-06-01netfilter: nat: cope with negative port rangePaolo Abeni
2018-06-01netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang
2018-06-01netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-06-01net: igmp: add a missing rcu locking sectionEric Dumazet
2018-06-01netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-06-01netfilter: 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-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-11-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-09-15tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-09-15net: ping: do not abuse udp_poll()Eric Dumazet
2017-09-15tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-09-15tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-08-26tcp: fix wraparound issue in tcp_lpEric Dumazet
2017-07-18netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-07-18udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev
2017-06-05dccp/tcp: do not inherit mc_list from parentEric Dumazet
2017-06-05ping: implement proper lockingEric Dumazet
2017-04-04ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-03-16igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu
2017-03-16igmp: do not remove igmp souce list info when set link downHangbin Liu
2017-03-16tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-03-16igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2017-03-16tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2017-03-16tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2017-03-16ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2017-03-16route: do not cache fib route info on local routes with oifChris Friesen
2017-03-16ping: fix a null pointer dereferenceWANG Cong
2017-03-16netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-02-26tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet
2017-02-23net: ping: check minimum size on ICMP header lengthKees Cook
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-20tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-22tcp: make challenge acks less predictableEric Dumazet
2016-05-01netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-05-01ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-05-01ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-05-01tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-05-01ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-05-01netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-05-01netfilter: x_tables: validate e->target_offset earlyFlorian Westphal