lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 23 Jan 2017 12:56:49 +0100
From:   Andreas Schultz <aschultz@...p.net>
To:     Pablo Neira <pablo@...filter.org>
Cc:     netdev@...r.kernel.org, Harald Welte <laforge@...monks.org>,
        Lionel Gauthier <Lionel.Gauthier@...ecom.fr>,
        openbsc@...ts.osmocom.org
Subject: [PATCH 00/17] gtp: fixes and support multiple VRF's per GTP socket

The current linking of GTP network devices and GTP enabled sockets means that
we can not have multiple VRF's per GTP socket. This series seperates the
sockets from network device, makes sockets attached to GTP network device
optional and adds a API function to enable GTP encapsulation on socket
without having to create a new GTP device.

It is still possible to use the old API. The network device attached socket is
then used when no socket is specified on PDP context creation.

During that work some smaller problems where found and fixes for them are
included.

Regards
Andreas
--
Andreas Schultz (17):
  gtp: add genl family modules alias
  gtp: clear DF bit on GTP packet tx
  gtp: make GTP sockets in gtp_newlink optional
  gtp: return error ptr in find pdp helpers
  gtp: unify genl_find_pdp and prepare for per socket lookup
  gtp: fix cross netns recv on gtp socket
  gtp: remove unnecessary rcu_read_lock
  gtp: consolidate pdp context destruction into helper
  gtp: use addr_hash when traversing pdp contexts
  gtp: add socket to pdp context
  gtp: consolidate gtp socket rx path
  gtp: let userspace handle packets for invalid tunnels
  gtp: replace netdev_dbg and KERN_DEBUG printk with pr_debug
  gtp: move TEID hash to per socket structure
  gtp: rename gtp hashtable helpers
  gtp: add genl cmd to enable GTP encapsulation on UDP socket
  gtp: add support to select a GTP socket during PDP context creation

 drivers/net/gtp.c        | 681 +++++++++++++++++++++++++++--------------------
 include/uapi/linux/gtp.h |   4 +
 2 files changed, 392 insertions(+), 293 deletions(-)

-- 
2.10.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ