summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-16tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron
2016-08-16tcp: make challenge acks less predictableEric Dumazet
2016-07-11ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-07-11esp: Fix ESN generation under UDP encapsulationHerbert Xu
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-06-24netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-06-24netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-06-24ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni
2016-05-11gre: do not keep the GRE header around in collect medata modeJiri Benc
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-05-02gre: do not pull header in ICMP error processingJiri Benc
2016-05-01soreuseport: Fix TCP listener hash collisionCraig Gallek
2016-04-29ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni
2016-04-28gre: reject GUE and FOU in collect metadata modeJiri Benc
2016-04-28gre: build header correctly for collect metadata tunnelsJiri Benc
2016-04-28gre: do not assign header_ops in collect metadata modeJiri Benc
2016-04-24ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau
2016-04-14soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2016-04-13route: do not cache fib route info on local routes with oifChris Friesen
2016-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-04-11net: vrf: Fix dst reference countingDavid Ahern
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-04-07netfilter: arp_tables: register table in initnsFlorian Westphal
2016-03-31vti: Add pmtu handling to vti_xmit.Steffen Klassert
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-03-27Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck
2016-03-22ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson