[net-next-2.6 PATCH v2 0/3] Series short description

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: John Fastabend
Date: Thursday, December 30, 2010 - 12:25 pm

Version 2 adds the recommended tlv attributes to the ets struct this will
be needed for offloaded LLDP engines. Host controlled LLDP agents will most
likely not use these fields.

Also Shmulik Ravid caught an error with a spin_lock on kmalloc failure.

---

John Fastabend (3):
      net_dcb: add application notifiers
      dcbnl: add appliction tlv handlers
      dcbnl: add support for ieee8021Qaz attributes


 include/linux/dcbnl.h  |  108 ++++++++++++++++++++
 include/net/dcbevent.h |   31 ++++++
 include/net/dcbnl.h    |   20 ++++
 net/dcb/Makefile       |    2 
 net/dcb/dcbevent.c     |   40 +++++++
 net/dcb/dcbnl.c        |  260 +++++++++++++++++++++++++++++++++++++++++++++++-
 6 files changed, 453 insertions(+), 8 deletions(-)
 create mode 100644 include/net/dcbevent.h
 create mode 100644 net/dcb/dcbevent.c

-- 
Signature
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[net-next-2.6 PATCH v2 0/3] Series short description, John Fastabend, (Thu Dec 30, 12:25 pm)
Re: [net-next-2.6 PATCH v2 0/3] Series short description, David Miller, (Fri Dec 31, 11:49 am)
Re: [net-next-2.6 PATCH v2 0/3] Series short description, John Fastabend, (Sun Jan 2, 7:27 pm)