summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-051-1/+16
| * | | | netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-3/+7
| * | | | netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-1/+1
| * | | | netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-10/+3
| * | | | netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-051-5/+0
| * | | | netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-051-1/+2
* | | | | ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet2018-03-291-4/+0
* | | | | net/ipv6: Move call_fib6_entry_notifiers up for route addsDavid Ahern2018-03-291-4/+12
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-291-0/+2
|\ \ \ \ \
| * | | | | esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmentingShannon Nelson2018-02-271-0/+2
* | | | | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-2736-39/+0
* | | | | | ipv6: addrconf: Use normal debugging styleJoe Perches2018-03-271-20/+8
* | | | | | ip6mr: Add refcounting to mfcYuval Mintz2018-03-261-2/+4
* | | | | | ip6mr: Add API for default_rule fibYuval Mintz2018-03-261-0/+7
* | | | | | ip6mr: Support fib notificationsYuval Mintz2018-03-261-8/+104
* | | | | | net: Use octal not symbolic permissionsJoe Perches2018-03-267-10/+10
| |_|/ / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-237-44/+79
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1
| * | | | ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun2018-03-221-2/+3
| * | | | ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun2018-03-221-1/+1
| * | | | ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio2018-03-201-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-133-3/+9
| |\ \ \
| | * | | xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2018-03-071-1/+2
| | * | | xfrm: reuse uncached_list to track xdstsXin Long2018-02-162-2/+7
| * | | | net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni2018-03-121-7/+14
| * | | | ip6erspan: make sure enough headroom at xmit.William Tu2018-03-091-0/+3
| * | | | ip6erspan: improve error handling for erspan version number.William Tu2018-03-091-0/+2
| * | | | ip6gre: add erspan v2 to tunnel lookupWilliam Tu2018-03-091-1/+2
| * | | | ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi2018-03-091-1/+2
| * | | | ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio2018-03-071-29/+42
* | | | | gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King2018-03-221-1/+1
* | | | | net: Convert nf_ct_net_opsKirill Tkhai2018-03-221-0/+1
* | | | | udp: Move the udp sysctl to namespace.Tonghao Zhang2018-03-161-26/+26
* | | | | net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern2018-03-161-0/+15
* | | | | net/ipv6: Change address check to always take a device argumentDavid Ahern2018-03-166-17/+41
* | | | | net/ipv6: Refactor gateway validation on route addDavid Ahern2018-03-161-54/+66
* | | | | ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller2018-03-121-1/+1
* | | | | net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-093-2/+9
* | | | | net: Convet ipv6_net_opsKirill Tkhai2018-03-081-0/+1
* | | | | net: Convert ip6 tables pernet_operationsKirill Tkhai2018-03-085-0/+5
* | | | | ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet2018-03-071-1/+5
* | | | | ipv6: ndisc: use true and false for boolean valuesGustavo A. R. Silva2018-03-071-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-069-25/+29
|\| | | | | |_|_|/ |/| | |
| * | | net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens2018-03-041-1/+1
| * | | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-042-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-024-18/+11
| |\ \ \
| | * | | netfilter: use skb_to_full_sk in ip6_route_me_harderEric Dumazet2018-02-251-4/+5
| | * | | netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal2018-02-252-14/+2
| | * | | netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2018-02-251-0/+4
| * | | | sit: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-0/+7