aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-09-24 14:31:37 -0700
committerDavid S. Miller <davem@davemloft.net>2015-09-24 14:31:37 -0700
commit8fe79c60a2932b8c8e1a55ac6847467dcd41af0e (patch)
tree39387d9029c12b398d642175db9a09a64973e392 /net/bluetooth
parentnet: gianfar: remove misuse of IRQF_NO_SUSPEND flag (diff)
parentlwtunnel: remove source and destination UDP port config option (diff)
downloadlinux-dev-8fe79c60a2932b8c8e1a55ac6847467dcd41af0e.tar.xz
linux-dev-8fe79c60a2932b8c8e1a55ac6847467dcd41af0e.zip
Merge branch 'lwt_arp'
Jiri Benc says: ==================== lwtunnel: make it really work, for IPv4 One of the selling points of lwtunnel was the ability to specify the tunnel destination using routes. However, this doesn't really work currently, as ARP and ndisc replies are not handled correctly. ARP and ndisc replies won't have tunnel metadata attached, thus they will be sent out with the default parameters or not sent at all, either way never reaching the requester. Most of the egress tunnel parameters can be inferred from the ingress metada. The only and important exception is UDP ports. This patchset infers the egress data from the ingress data and disallow settings of UDP ports in tunnel routes. If there's a need for different UDP ports, a new interface needs to be created for each port combination. Note that it's still possible to specify the UDP ports to use, it just needs to be done while creating the vxlan/geneve interface. This covers only ARPs. IPv6 ndisc has the same problem but is harder to solve, as there's already dst attached to outgoing skbs. Ideas to solve this are welcome. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bluetooth')
0 files changed, 0 insertions, 0 deletions