summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-6/+1
* netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso2018-01-081-1/+0
* netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-3/+3
* netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-082-8/+6
* netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-081-26/+0
* netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-5/+5
* netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-2/+2
* netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-081-7/+7
* netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-081-1/+0
* netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-081-2/+1
* netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-083-3/+6
* netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+4
* netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-14/+12
* netfilter: conntrack: timeouts can be constFlorian Westphal2018-01-081-1/+1
* netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-081-1/+1
* netfilter: conntrack: constify list of builtin trackersFlorian Westphal2018-01-081-1/+1
* ipv6: Flush multipath routes when all siblings are deadIdo Schimmel2018-01-071-8/+75
* ipv6: Take table lock outside of sernum update functionIdo Schimmel2018-01-072-4/+3
* ipv6: Export sernum update functionIdo Schimmel2018-01-071-3/+8
* ipv6: Teach tree walker to skip multipath routesIdo Schimmel2018-01-071-2/+9
* ipv6: Report dead flag during route dumpIdo Schimmel2018-01-071-0/+3
* ipv6: Ignore dead routes during lookupIdo Schimmel2018-01-071-4/+14
* ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel2018-01-071-1/+1
* ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel2018-01-071-4/+3
* ipv6: Set nexthop flags during route creationIdo Schimmel2018-01-071-0/+3
* ipv6: Set nexthop flags upon carrier changeIdo Schimmel2018-01-072-6/+19
* ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2018-01-072-18/+23
* ipv6: Clear nexthop flags upon netdev upIdo Schimmel2018-01-072-0/+32
* ipv6: Mark dead nexthops with appropriate flagsIdo Schimmel2018-01-071-1/+3
* ipv6: Remove redundant route flushing during namespace dismantleIdo Schimmel2018-01-072-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-26/+40
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-1/+9
| |\
| | * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-1/+9
| * | ip6_gre: fix device features for ioctl setupAlexey Kodanev2017-12-261-25/+32
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-273-73/+48
|\ \ \
| * | | esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert2017-12-201-10/+2
| * | | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-3/+21
| * | | xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert2017-12-202-60/+25
* | | | net: erspan: remove md NULL checkWilliam Tu2017-12-261-4/+0
* | | | ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner2017-12-261-0/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-226-13/+30
|\ \ \ \ | | |/ / | |/| |
| * | | net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-213-3/+11
| * | | ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
| * | | ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
| * | | ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
| * | | ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2017-12-161-0/+1
* | | | net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-201-1/+1
* | | | ip6_gre: fix potential memory leak in ip6erspan_rcvHaishuang Yan2017-12-201-1/+3
* | | | ip6_gre: fix error path when ip6erspan_rcv failedHaishuang Yan2017-12-201-1/+2
* | | | ip6_gre: fix a pontential issue in ip6erspan_rcvHaishuang Yan2017-12-201-3/+2