[Devel] [PATCH 00/14] net related patches

Kirill Tkhai ktkhai at odin.com
Mon Jun 8 07:19:59 PDT 2015


Konstantin, this is the first part containing 2/3 of patches from the BUG:

https://jira.sw.ru/browse/PSBM-33645

---

Kirill Tkhai (14):
      netpoll: don't free skb from completion_queue in interrupt context
      netfilter: Add {ipt,ip6t}_osf aliases for xt_osf
      net: Port diff-ve-net-af_packet-use-nonpksb
      Subject: ve/net/bridge: don't set NULL in skb->dev
      Subject: netfilter: MARK -- drop off @table entity to support rhel5 containers, v2
      net: CAP_VE_NET_ADMIN must be a subset of CAP_NET_ADMIN
      net: ve: Add ipv6 bits into VE_IP_DEFAULT
      netfilter: Add permittion check in iptable_raw pernet
      venet: prevent to change network namespaces
      ip gre: containerize per-net devices
      fs: convert ve monotonic to abs time when setting timerfd
      ipset: prohibit ipset from the inside CT
      net: Track netfilter modules per net-namespace-v3
      bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit


 drivers/net/venetdev.c              |    1 +
 fs/timerfd.c                        |    6 +++++-
 include/linux/netfilter.h           |    6 +++---
 include/linux/ve.h                  |    3 ++-
 include/net/net_namespace.h         |    3 +++
 include/uapi/linux/vziptable_defs.h |    3 ++-
 kernel/posix-timers.c               |    8 ++++----
 kernel/ve/ve.c                      |    1 -
 net/bridge/br_if.c                  |    8 ++++----
 net/bridge/br_input.c               |   14 ++++++++++----
 net/bridge/br_netfilter.c           |    6 ++++--
 net/core/net_namespace.c            |    3 +++
 net/core/netpoll.c                  |    6 +++++-
 net/ipv4/ip_gre.c                   |    2 ++
 net/ipv4/netfilter/iptable_raw.c    |   11 +++++++++++
 net/netfilter/nfnetlink.c           |    4 +++-
 net/netfilter/xt_mark.c             |   18 ++++++++++++++++--
 net/netfilter/xt_osf.c              |    2 ++
 net/netlink/af_netlink.c            |    4 +++-
 net/packet/af_packet.c              |    8 ++------
 20 files changed, 85 insertions(+), 32 deletions(-)

--
Signed-off-by: Kirill Tkhai <ktkhai at odin.com>



More information about the Devel mailing list