summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-07-18netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-07-18dccp/tcp: fix routing redirect raceJon Maxwell
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-06-05ipv4: mask tos for input routeJulian Anastasov
2017-06-05tcp: account for ts offset only if tsecr not zeroAlexey Kodanev
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-16tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
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-16udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
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-03-16tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-03-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang
2017-02-26tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-26ipv4: keep skb->dst around in presence of IP optionsEric 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
2017-02-23ipv4: Set skb->protocol properly for local outputEli Cooper
2017-02-23netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia
2017-02-23ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2017-02-23neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2017-02-23ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson
2017-02-23ipv4: use the right lock for ping_group_rangeWANG Cong
2017-02-23ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-20tcp: fix a compile error in DBGUNDO()Eric Dumazet
2016-11-20tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell
2016-11-20tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-11-20netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-11-20netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-08-22netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2016-08-22netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-08-22netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-08-22netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-08-22netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-08-22netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-08-22netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-08-22netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-08-22netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-08-22netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-08-22netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-08-22tcp: make challenge acks less predictableEric Dumazet