summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-03-03net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau1-1/+1
2018-03-03net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2018-03-03net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange1-1/+3
2018-03-03xfrm: Return error on unknown encap_type in init_stateHerbert Xu1-0/+1
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu1-1/+10
2018-03-03tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2018-03-03net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-4/+9
2018-03-03ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu1-8/+54
2018-03-03ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu1-39/+11
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-11-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-09-15tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang1-0/+4
2017-09-15net: ping: do not abuse udp_poll()Eric Dumazet1-1/+1
2017-09-15tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh1-1/+1
2017-09-15tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng1-4/+5
2017-08-26tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-07-18netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng1-18/+1
2017-07-18udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev1-1/+1
2017-06-05dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-06-05ping: implement proper lockingEric Dumazet1-2/+3
2017-04-04ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+2
2017-03-16igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu1-0/+1
2017-03-16igmp: do not remove igmp souce list info when set link downHangbin Liu1-14/+35
2017-03-16tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-03-16igmp: Make igmp group member RFC 3376 compliantMichal Tesar1-1/+6
2017-03-16tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2017-03-16tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2017-03-16ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-1/+3
2017-03-16route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2017-03-16ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-03-16netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-02-26tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+18
2017-02-23net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+4
2016-11-20tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-08-22tcp: make challenge acks less predictableEric Dumazet1-5/+12
2016-05-01netfilter: x_tables: fix unconditional helperFlorian Westphal2-21/+20
2016-05-01ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-05-01ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-05-01tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-05-01ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller3-2/+18
2016-05-01netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2-4/+8
2016-05-01netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2-18/+16
2016-04-01mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-01-22udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-01-22Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings2-2/+2
2015-12-30net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-30net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1