summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-30ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+3
2015-11-27ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha1-2/+2
2015-11-17net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2-2/+2
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2015-08-12inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+4
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-09tcp: avoid looping in tcp_send_fin()Eric Dumazet1-20/+27
2015-05-09ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-05-09tcp: make connect() mem charging friendlyEric Dumazet1-5/+2
2015-05-09net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com1-5/+7
2015-05-09net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-1/+6
2015-05-09udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-05-09ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-05-09ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-05-09ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2015-05-09ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-09ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov1-1/+1
2015-02-20Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings3-17/+11