All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] d80211: bugfixes and reducing number of interfaces
@ 2006-04-21 20:53 Jiri Benc
  2006-04-21 20:53 ` [PATCH 1/10] d80211: fix SIOCGIWESSID ioctl Jiri Benc
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Jiri Benc @ 2006-04-21 20:53 UTC (permalink / raw)
  To: netdev

Following patches can be also obtained from:
git://git.kernel.org/pub/scm/linux/kernel/git/jbenc/dscape.git master

The main purpose of these patches is to reduce the number of network
interfaces presented to userspace; there are also some important bugfixes
among them (mainly 3rd patch).


Jiri Benc:
      d80211: fix SIOCGIWESSID ioctl
      d80211: use is_multicast_ether_addr
      d80211: fix Oops caused by packets sent directly to master device
      d80211: don't use pointer in ieee80211_tx_control
      d80211: per-interface SSID
      d80211: per-interface generic_elem
      d80211: get rid of default AP interface
      d80211: get rid of default management interface
      d80211: rename master interface
      d80211: add one default interface

 include/net/d80211.h         |   35 +--
 net/d80211/ieee80211.c       |  436 ++++++++++++++++++++++++-------------------
 net/d80211/ieee80211_i.h     |   34 ++-
 net/d80211/ieee80211_iface.c |   96 ++++++++-
 net/d80211/ieee80211_ioctl.c |   95 +++++----
 net/d80211/ieee80211_proc.c  |    9 
 net/d80211/ieee80211_sta.c   |    3 
 net/d80211/ieee80211_sysfs.c |    3 
 net/d80211/wme.c             |    3 
 9 files changed, 430 insertions(+), 284 deletions(-)

-- 
Jiri Benc
SUSE Labs

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2006-04-26 18:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-21 20:53 [PATCH 0/10] d80211: bugfixes and reducing number of interfaces Jiri Benc
2006-04-21 20:53 ` [PATCH 1/10] d80211: fix SIOCGIWESSID ioctl Jiri Benc
2006-04-21 20:53 ` [PATCH 2/10] d80211: use is_multicast_ether_addr Jiri Benc
2006-04-21 20:53 ` [PATCH 3/10] d80211: fix Oops caused by packets sent directly to master device Jiri Benc
2006-04-21 20:53 ` [PATCH 4/10] d80211: don't use pointer in ieee80211_tx_control Jiri Benc
2006-04-21 20:53 ` [PATCH 5/10] d80211: per-interface SSID Jiri Benc
2006-04-21 20:53 ` [PATCH 6/10] d80211: per-interface generic_elem Jiri Benc
2006-04-21 20:53 ` [PATCH 7/10] d80211: get rid of default AP interface Jiri Benc
2006-04-21 20:53 ` [PATCH 8/10] d80211: get rid of default management interface Jiri Benc
2006-04-21 20:59   ` Johannes Berg
2006-04-21 21:03     ` Jiri Benc
2006-04-22  2:44   ` Jouni Malinen
2006-04-24 13:01     ` Jiri Benc
2006-04-26 18:53       ` John W. Linville
2006-04-21 20:53 ` [PATCH 9/10] d80211: rename master interface Jiri Benc
2006-04-21 21:02   ` Stephen Hemminger
2006-04-21 21:06     ` Jiri Benc
2006-04-21 20:53 ` [PATCH 10/10] d80211: add one default interface Jiri Benc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.