summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-08-161-1/+2
* tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron2016-08-161-17/+22
* tcp: make challenge acks less predictableEric Dumazet2016-08-161-5/+10
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-07-111-1/+3
* esp: Fix ESN generation under UDP encapsulationHerbert Xu2016-07-111-20/+32
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-06-242-86/+10
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-06-242-217/+52
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-06-242-29/+14
* netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-06-241-35/+24
* netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-06-241-46/+36
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-06-242-4/+6
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-06-242-2/+4
* netfilter: x_tables: kill check_entry helperFlorian Westphal2016-06-242-23/+16
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-06-242-21/+2
* netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-06-242-0/+32
* netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-06-242-3/+9
* ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-06-242-4/+8
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-06-241-1/+1
* net/route: enforce hoplimit max valuePaolo Abeni2016-05-141-0/+2
* gre: do not keep the GRE header around in collect medata modeJiri Benc2016-05-111-1/+6
* tcp: refresh skb timestamp at retransmit timeEric Dumazet2016-05-101-2/+4
* udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-062-3/+9
* udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-061-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-05-041-0/+18
|\
| * vti: Add pmtu handling to vti_xmit.Steffen Klassert2016-03-311-0/+18
* | gre: do not pull header in ICMP error processingJiri Benc2016-05-021-3/+8
* | soreuseport: Fix TCP listener hash collisionCraig Gallek2016-05-011-0/+2
* | ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni2016-04-291-2/+2
* | gre: reject GUE and FOU in collect metadata modeJiri Benc2016-04-281-0/+5
* | gre: build header correctly for collect metadata tunnelsJiri Benc2016-04-281-4/+5
* | gre: do not assign header_ops in collect metadata modeJiri Benc2016-04-281-2/+3
* | ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni2016-04-241-1/+5
* | tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2016-04-212-2/+3
* | tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau2016-04-211-0/+16
* | tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau2016-04-211-1/+2
* | soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek2016-04-141-2/+7
* | route: do not cache fib route info on local routes with oifChris Friesen2016-04-131-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-04-131-0/+6
|\ \
| * | netfilter: arp_tables: register table in initnsFlorian Westphal2016-04-071-0/+6
* | | net: vrf: Fix dst reference countingDavid Ahern2016-04-111-3/+4
* | | GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-073-3/+24
|/ /
* | gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck2016-03-301-0/+16
* | netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-281-26/+28
* | netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-282-0/+4
* | netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-282-21/+20
* | netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-282-4/+8
* | netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-282-18/+16
* | Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage2016-03-271-2/+2
* | net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck2016-03-232-0/+2
* | ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson2016-03-221-9/+7