summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-05-09netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia
2017-05-09ping: implement proper lockingEric Dumazet
2017-04-11ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2017-04-07tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-04-07ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-03-28dccp/tcp: fix routing redirect raceJon Maxwell
2017-03-28tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-03-28ipv4: mask tos for input routeJulian Anastasov
2017-03-03vti4: Don't count header length twice.Steffen Klassert
2017-03-01ping: fix a null pointer dereferenceWANG Cong
2017-03-01tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-03-01netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-03-01ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-03-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-02-15tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-01-26igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2016-12-13net: ping: check minimum size on ICMP header lengthKees Cook
2016-12-12ipv4: Set skb->protocol properly for local outputEli Cooper
2016-11-28tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-28ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2016-11-28neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2016-11-28tcp: fix potential memory corruptionEric Dumazet
2016-11-24ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-24tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2016-11-24tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2016-11-08tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-09-29net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek
2016-09-29tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
2016-08-19tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-19tcp: make challenge acks less predictableEric Dumazet
2016-08-19netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-22netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-07-21ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-07-21netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-07-21netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-07-21netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2016-07-21netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-07-21netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-07-21netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-07-21netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-07-21netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-07-21netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-07-21netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-07-18netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-07-12udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-05-18ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-05-18route: do not cache fib route info on local routes with oifChris Friesen
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni
2016-04-23netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-04-21netfilter: x_tables: fix unconditional helperFlorian Westphal