summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-072-3/+9
* udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-071-2/+0Star
* 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-021-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-251-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-151-2/+7
* | route: do not cache fib route info on local routes with oifChris Friesen2016-04-141-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-04-141-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/+20Star
* | 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/+16Star
* | Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage2016-03-281-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/+7Star
* | ipv4: fix broadcast packets receptionPaolo Abeni2016-03-221-4/+8
* | net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani2016-03-221-1/+1
* | tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-202-3/+13
* | tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-203-4/+22
* | ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross2016-03-201-1/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1954-1398/+1296Star
|\ \
| * | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-191-0/+6
| * | tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2016-03-181-2/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-151-22/+8Star
| |\ \
| | * | netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme2016-03-141-22/+8Star
| * | | net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet2016-03-151-0/+1
| * | | tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-145-3/+15
| * | | GSO/UDP: Use skb->len instead of udph->len to determine length of original skbAlexander Duyck2016-03-141-5/+10
| * | | ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-03-143-2/+18
| * | | netconf: add macro to represent all attributesZhang Shengju2016-03-141-17/+23
| * | | gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck2016-03-132-4/+2Star
| |/ /
| * | tcp: Add tcp_inq to get available receive bytes on socketTom Herbert2016-03-091-14/+1Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-0810-146/+242
| |\ \
| | * | netfilter: nft_masq: support port rangePablo Neira Ayuso2016-03-021-1/+6
| | * | netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-028-96/+180
| | * | netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-028-46/+55