[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1259879498-27860-1-git-send-email-opurdila@ixiacom.com>
Date: Fri, 4 Dec 2009 00:31:34 +0200
From: Octavian Purdila <opurdila@...acom.com>
To: opurdila@...acom.com, netdev@...r.kernel.org
Cc: Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Subject: [PATCH 0/4] llc enhancements
This patch series introduces a couple of general enhancements to LLC
socket code as well as changes to scale the LLC socket lookup code for
a large number of interfaces needed for our uses cases (STP traffic
generation from a large number of ports, via virtual network
interfaces).
Octavian Purdila (4):
llc: use dev_hard_header
llc: add support for LLC_OPT_PKTINFO
llc: use a device based hash table to speed up multicast delivery
llc: replace the socket list with a local address based hash
drivers/net/myri_sbus.c | 6 ++--
include/linux/llc.h | 7 ++++
include/net/llc.h | 39 ++++++++++++++++++++--
include/net/llc_conn.h | 2 +
net/8021q/vlan_dev.c | 7 ++--
net/ethernet/eth.c | 7 ++--
net/llc/af_llc.c | 29 ++++++++++++++++
net/llc/llc_conn.c | 82 ++++++++++++++++++++++++++++++++---------------
net/llc/llc_core.c | 7 +++-
net/llc/llc_output.c | 45 ++++---------------------
net/llc/llc_proc.c | 67 ++++++++++++++++++++++++--------------
net/llc/llc_sap.c | 18 ++++++----
12 files changed, 205 insertions(+), 111 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists