summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney...Linus Torvalds2007-06-151-0/+2
|\
| * Blackfin SMC91X ethernet supporting driver: SMC91C111 LEDs are note drived in...Jean-Christian de Rivaz2007-06-111-0/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-06-141-0/+1
|\ \
| * | [PARISC] fix lasi_82596 buildHelge Deller2007-05-271-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-06-141-5/+5
|\ \ \ | |_|/ |/| |
| * | [PPP_MPPE]: Fix "osize too small" check.Konstantin Sharlaimov2007-06-121-5/+5
* | | Merge branch 'master' into upstream-fixesJeff Garzik2007-06-126-11/+35
|\ \ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-06-116-11/+35
| |\ \ \ | | |/ / | |/| |
| | * | mlx4_core: Don't set MTT address in dMPT entries with PA setJack Morgenstein2007-06-071-3/+5
| | * | mlx4_core: Check firmware command interface revisionRoland Dreier2007-06-071-2/+23
| | * | IB/mthca, mlx4_core: Fix typo in commentRoland Dreier2007-06-071-1/+1
| | * | mlx4_core: Free catastrophic error MSI-X interrupt with correct dev_idRoland Dreier2007-06-071-1/+3
| | * | mlx4_core: Initialize ctx_list and ctx_lock earlierRoland Dreier2007-06-072-3/+2
| | * | mlx4_core: Fix CQ context layoutEli Cohen2007-06-071-1/+1
* | | | Merge branch 'libertas-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2007-06-127-18/+35
|\ \ \ \
| * | | | [PATCH] libertas: convert libertas_mpp into anycast_maskLuis Carlos2007-06-122-15/+15
| * | | | [PATCH] libertas: actually send mesh frames to mesh netdevDan Williams2007-06-121-3/+2
| * | | | [PATCH] libertas: deauthenticate from AP in channel switchLuis Carlos Cobo Rus2007-06-121-0/+5
| * | | | [PATCH] libertas: pull current channel from firmware on mesh autostartLuis Carlos Cobo Rus2007-06-125-0/+13
* | | | | Merge branch 'libertas' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2007-06-1234-3647/+3679
|\ \ \ \ \ | |/ / / /
| * | | | [PATCH] libertas: reduce SSID and BSSID mixed-case abuseDan Williams2007-06-115-27/+27
| * | | | [PATCH] libertas: remove WPA_SUPPLICANT structureDan Williams2007-06-111-5/+0
| * | | | [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essidDan Williams2007-06-1111-160/+143
| * | | | [PATCH] libertas: tweak association debug outputDan Williams2007-06-111-11/+8
| * | | | [PATCH] libertas: fix big-endian associate command.David Woodhouse2007-06-111-11/+11
| * | | | [PATCH] libertas: don't byte-swap firmware version number. It's a byte array.David Woodhouse2007-06-114-15/+17
| * | | | [PATCH] libertas: more endianness fixes, in tx.c this timeDavid Woodhouse2007-06-111-4/+4
| * | | | [PATCH] libertas: More endianness fixes.David Woodhouse2007-06-112-3/+3
| * | | | [PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse2007-06-1121-796/+715
| * | | | [PATCH] libertas: sparse fixesDan Williams2007-06-112-4/+4
| * | | | [PATCH] libertas: fix character set in READMEDavid Woodhouse2007-06-111-1/+1
| * | | | [PATCH] libertas: support for mesh autostart on firmware 5.220.11Luis Carlos Cobo Rus2007-06-113-1/+12
| * | | | [PATCH] libertas: split wext for eth and mshLuis Carlos Cobo Rus2007-06-113-1/+106
| * | | | [PATCH] libertas: make mac address configuration work with mesh interface tooLuis Carlos Cobo Rus2007-06-111-0/+4
| * | | | [PATCH] libertas: updated readme fileLuis Carlos Cobo Rus2007-06-111-31/+19
| * | | | [PATCH] libertas: Make WPA work through supplicant handshakeDan Williams2007-06-114-64/+98
| * | | | [PATCH] libertas: add more verbose debugging to libertas_cmd_80211_authenticateDan Williams2007-06-111-1/+5
| * | | | [PATCH] libertas: debug print spacing fixes in assoc.cDan Williams2007-06-111-2/+1
| * | | | [PATCH] libertas: send SIOCGIWSCAN event after partial scans tooDan Williams2007-06-111-2/+2
| * | | | [PATCH] libertas: honor specific channel requests during associationDan Williams2007-06-113-5/+13
| * | | | [PATCH] libertas: fix default adhoc channelDan Williams2007-06-111-0/+1
| * | | | [PATCH] libertas: fix deadlock SIOCGIWSCAN handlerDan Williams2007-06-111-17/+18
| * | | | [PATCH] libertas: correct error report paths for wlan_fwt_list_ioctlDan Williams2007-06-111-5/+11
| * | | | [PATCH] libertas: correctly balance locking in libertas_process_rx_commandDan Williams2007-06-111-1/+1
| * | | | [PATCH] libertas: fix debug enter/leave prints for libertas_execute_next_commandDan Williams2007-06-111-1/+2
| * | | | [PATCH] libertas: use compare_ether_addr() rather than memcmp() where appropr...Dan Williams2007-06-112-6/+7
| * | | | [PATCH] libertas: use MAC_FMT and MAC_ARG where appropriateDan Williams2007-06-113-17/+8
| * | | | [PATCH] libertas: make association paths consistentDan Williams2007-06-1110-211/+215
| * | | | [PATCH] libertas: move channel changing into association frameworkDan Williams2007-06-115-162/+117
| * | | | [PATCH] libertas: fix oops on rmmodMarcelo Tosatti2007-06-111-5/+2
OpenPOWER on IntegriCloud