summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-03-161-0/+1
* igmp: do not remove igmp souce list info when set link downHangbin Liu2017-03-161-14/+35
* tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-03-161-2/+4
* tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-03-161-1/+1
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-03-161-1/+6
* tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2017-03-161-5/+7
* tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2017-03-161-1/+2
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2017-03-161-1/+3
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2017-03-161-1/+1
* route: do not cache fib route info on local routes with oifChris Friesen2017-03-161-0/+12
* ping: fix a null pointer dereferenceWANG Cong2017-03-161-0/+2
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-03-161-0/+4
* tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-03-161-0/+1
* netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-03-161-4/+4
* tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-261-0/+6
* ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-261-1/+8
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-02-231-1/+18
* net: ping: check minimum size on ICMP header lengthKees Cook2017-02-231-0/+4
* ipv4: Set skb->protocol properly for local outputEli Cooper2017-02-231-0/+2
* netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2017-02-231-2/+2
* ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2017-02-231-1/+3
* neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong2017-02-231-1/+1
* ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2017-02-231-3/+2
* ipv4: use the right lock for ping_group_rangeWANG Cong2017-02-231-4/+4
* ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet2017-02-231-2/+5
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-202-2/+4
* tcp: fix a compile error in DBGUNDO()Eric Dumazet2016-11-201-2/+1
* tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell2016-11-201-0/+1
* tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-11-201-1/+2
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-11-202-46/+49
* netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-11-202-0/+34
* netfilter: ensure number of counters is >0 in do_replace()Dave Jones2016-08-222-0/+12
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-08-222-86/+10
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-08-222-211/+50
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-08-222-29/+14
* netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-08-221-36/+24
* netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-08-221-46/+36
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-08-222-4/+6
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-08-222-2/+4
* netfilter: x_tables: kill check_entry helperFlorian Westphal2016-08-222-23/+16
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-08-222-21/+2
* netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-08-222-3/+9
* tcp: make challenge acks less predictableEric Dumazet2016-08-221-4/+9
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-05-012-21/+20
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-05-012-4/+8
* netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-05-012-18/+16
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-05-012-3/+8
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-03-293-2/+18
* mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-241-2/+1
* tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov2016-03-241-1/+1