[Devel] [PATCH 0/5] Replace vzethdev on veth
Andrew Vagin
avagin at openvz.org
Thu May 28 04:06:55 PDT 2015
Add two ioctls to enable vz specific features and to control changing of mac addresses.
https://jira.sw.ru/browse/PSBM-32276
https://jira.sw.ru/browse/PSBM-26974
Andrew Vagin (5):
vz: remove vzethdev
veth: add ability to enable vz-specific features
veth: filter packages accoding with mac addresses
veth: add ability to prevent changing of a mac address from a
container
veth: don't drop skb->mark if NETIF_F_VENET is set
config.OpenVZ | 1 -
drivers/net/Makefile | 1 -
drivers/net/veth.c | 71 ++++-
drivers/net/vzethdev.c | 697 ---------------------------------------
include/linux/netdev_features.h | 2 +
include/uapi/linux/veth.h | 26 +--
kernel/Kconfig.openvz | 8 -
net/core/skbuff.c | 3 +-
8 files changed, 76 insertions(+), 733 deletions(-)
delete mode 100644 drivers/net/vzethdev.c
More information about the Devel
mailing list