summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-165-64/+210
|\
| * net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2018-05-112-2/+37
| * net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2018-05-111-8/+6
| * net/ipv6: Add fib6_lookupDavid Ahern2018-05-112-2/+91
| * net/ipv6: Refactor fib6_rule_actionDavid Ahern2018-05-111-21/+31
| * net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2018-05-111-14/+25
| * net/ipv6: Rename rt6_multipath_selectDavid Ahern2018-05-111-8/+9
| * net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-112-10/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-114-9/+11
|\ \
| * | udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-101-2/+2
| * | trivial: fix inconsistent help textsGeorg Hofmann2018-05-081-5/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-072-2/+5
| |\ \
| | * | vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio2018-04-271-2/+2
| | * | xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert2018-04-161-0/+3
* | | | erspan: auto detect truncated ipv6 packets.William Tu2018-05-111-0/+6
* | | | tcp: Add mark for TIMEWAIT socketsJon Maxwell2018-05-101-1/+5
* | | | net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet2018-05-101-1/+3
* | | | net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso2018-05-101-4/+4
* | | | udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck2018-05-081-10/+1
* | | | udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck2018-05-081-6/+1
* | | | udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck2018-05-081-1/+1
| |_|/ |/| |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-072-5/+3
|\ \ \
| * | | change the comment of vti6_ioctlSun Lianwen2018-05-011-1/+1
| * | | xfrm: remove VLA usage in __xfrm6_sort()Kees Cook2018-04-261-4/+2
* | | | net: ipv6/gre: Add GRO supportEran Ben Elisha2018-05-071-10/+27
* | | | net: ipv6: Fix typo in ipv6_find_hdr() documentationTariq Toukan2018-05-071-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-0612-298/+180
|\ \ \ \
| * | | | netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal2018-05-063-13/+7
| * | | | netfilter: ip6t_srh: extend SRH matching for previous, next and last SIDAhmed Abdelsalam2018-05-061-9/+164
| * | | | netfilter: x_tables: remove duplicate ip6t_get_target function callTaehee Yoo2018-04-241-1/+0
| * | | | netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-246-8/+8
| * | | | netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau2018-04-241-2/+1
| * | | | netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_tableFelix Fietkau2018-04-241-232/+0
| * | | | netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau2018-04-211-14/+3
| * | | | ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau2018-04-211-22/+0
* | | | | net/ipv6: rename rt6_next to fib6_nextDavid Ahern2018-05-042-19/+19
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-1/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel2018-05-021-0/+3
| * | | | ipv6: Allow non-gateway ECMP for IPv6Thomas Winter2018-05-011-3/+0
| * | | | ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet2018-05-011-1/+6
* | | | | ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() commentSun Lianwen2018-05-031-1/+1
* | | | | udp: disable gso with no_check_txWillem de Bruijn2018-05-011-0/+4
* | | | | ipv6: sr: extract the right key values for "seg6_make_flowlabel"Ahmed Abdelsalam2018-04-301-1/+1
* | | | | erspan: auto detect truncated packets.William Tu2018-04-301-0/+6
* | | | | tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet2018-04-291-0/+2
* | | | | udp: add gso segment cmsgWillem de Bruijn2018-04-261-1/+4
* | | | | udp: paged allocation with gsoWillem de Bruijn2018-04-261-5/+14
* | | | | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-262-5/+24
* | | | | udp: add udp gsoWillem de Bruijn2018-04-262-3/+22
* | | | | udp: expose inet cork to udpWillem de Bruijn2018-04-262-11/+12