summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2016-04-01mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-01-22udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-01-22Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings
2015-12-30net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-30net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-30ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2015-11-27ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-11-17net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-08-12inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet
2015-05-09tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-09ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-05-09tcp: make connect() mem charging friendlyEric Dumazet
2015-05-09net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com