summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-07-11ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-1/+3
2016-07-11esp: Fix ESN generation under UDP encapsulationHerbert Xu1-20/+32
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2-86/+10
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2-217/+52
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2-29/+14
2016-06-24netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-06-24netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal1-46/+36
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal2-4/+6
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2-2/+4
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal2-23/+16
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2-21/+2
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal2-0/+32
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2-3/+9
2016-06-24ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2-4/+8
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-1/+1
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni1-0/+2
2016-05-11gre: do not keep the GRE header around in collect medata modeJiri Benc1-1/+6
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2016-05-07udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2-3/+9
2016-05-07udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme1-2/+0
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+18
2016-05-02gre: do not pull header in ICMP error processingJiri Benc1-3/+8
2016-05-02soreuseport: Fix TCP listener hash collisionCraig Gallek1-0/+2
2016-04-29ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni1-2/+2
2016-04-29gre: reject GUE and FOU in collect metadata modeJiri Benc1-0/+5
2016-04-29gre: build header correctly for collect metadata tunnelsJiri Benc1-4/+5
2016-04-29gre: do not assign header_ops in collect metadata modeJiri Benc1-2/+3
2016-04-25ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni1-1/+5
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2-2/+3
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau1-0/+16
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau1-1/+2
2016-04-15soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek1-2/+7
2016-04-14route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2016-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+6
2016-04-11net: vrf: Fix dst reference countingDavid Ahern1-3/+4
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck3-3/+24
2016-04-07netfilter: arp_tables: register table in initnsFlorian Westphal1-0/+6
2016-03-31vti: Add pmtu handling to vti_xmit.Steffen Klassert1-0/+18
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang1-26/+28
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2-0/+4
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal2-21/+20
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2-4/+8
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2-18/+16
2016-03-28Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage1-2/+2
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck2-0/+2
2016-03-22ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson1-9/+7
2016-03-22ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2016-03-22net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani1-1/+1
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross2-3/+13