summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni-0/+2
2016-05-11gre: do not keep the GRE header around in collect medata modeJiri Benc-1/+6
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet-2/+4
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme-3/+9
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme-2/+0
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+18
2016-05-02gre: do not pull header in ICMP error processingJiri Benc-3/+8
2016-05-01soreuseport: Fix TCP listener hash collisionCraig Gallek-0/+2
2016-04-29ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni-2/+2
2016-04-28gre: reject GUE and FOU in collect metadata modeJiri Benc-0/+5
2016-04-28gre: build header correctly for collect metadata tunnelsJiri Benc-4/+5
2016-04-28gre: do not assign header_ops in collect metadata modeJiri Benc-2/+3
2016-04-24ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni-1/+5
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau-2/+3
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau-0/+16
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau-1/+2
2016-04-14soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek-2/+7
2016-04-13route: do not cache fib route info on local routes with oifChris Friesen-0/+12
2016-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+6
2016-04-11net: vrf: Fix dst reference countingDavid Ahern-3/+4
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck-3/+24
2016-04-07netfilter: arp_tables: register table in initnsFlorian Westphal-0/+6
2016-03-31vti: Add pmtu handling to vti_xmit.Steffen Klassert-0/+18
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck-0/+16
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang-26/+28
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso-0/+4
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal-21/+20
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal-4/+8
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal-18/+16
2016-03-27Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage-2/+2
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck-0/+2
2016-03-22ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson-9/+7
2016-03-22ipv4: fix broadcast packets receptionPaolo Abeni-4/+8
2016-03-21net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani-1/+1
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross-3/+13
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross-4/+22
2016-03-20ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross-1/+8
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1398/+1296
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann-0/+6
2016-03-17tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet-2/+0
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-25/+40
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra-2/+1
2016-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-22/+8
2016-03-14net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet-0/+1
2016-03-14netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme-22/+8
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau-3/+15
2016-03-13GSO/UDP: Use skb->len instead of udph->len to determine length of original skbAlexander Duyck-5/+10
2016-03-13ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller-2/+18
2016-03-13netconf: add macro to represent all attributesZhang Shengju-17/+23
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck-4/+2