| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-10-23 | 1 | -18/+6 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-10-01 | 1 | -11/+0 |
| |\ |
|
| | * | airo: remove "basic_rate" module option | Dan Carpenter | 2010-09-24 | 1 | -11/+0 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-09-21 | 1 | -4/+4 |
| |\| |
|
| | * | airo: make strings const | Stephen Hemminger | 2010-09-07 | 1 | -4/+4 |
| * | | drivers/net: Convert unbounded kzalloc calls to kcalloc | Joe Perches | 2010-08-17 | 1 | -3/+2 |
| |/ |
|
* / | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -8/+16 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-07-23 | 1 | -12/+12 |
|\ |
|
| * | wireless: airo: delete netdev from list after it is freed | Kulikov Vasiliy | 2010-07-14 | 1 | -1/+1 |
| * | drivers/net/wireless: Remove unnecessary casts of private_data | Joe Perches | 2010-07-14 | 1 | -11/+11 |
* | | drivers/net: use __packed annotation | Eric Dumazet | 2010-06-03 | 1 | -16/+16 |
* | | drivers: wireless: use new hex_to_bin() method | Andy Shevchenko | 2010-05-25 | 1 | -11/+4 |
|/ |
|
* | airo : Print of firmware version | matthieu castet | 2010-03-15 | 1 | -1/+1 |
* | airo : fix printing status info | matthieu castet | 2010-03-15 | 1 | -12/+23 |
* | airo: return from set_wep_key() when key length is zero | Stanislaw Gruszka | 2010-03-02 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-02-25 | 1 | -0/+1 |
|\ |
|
| * | wireless: airo_cs build fixes | Randy Dunlap | 2010-02-15 | 1 | -0/+1 |
* | | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-02-04 | 1 | -16/+18 |
|\| |
|
| * | airo: fix setting zero length WEP key | Stanislaw Gruszka | 2010-02-02 | 1 | -16/+18 |
* | | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 2010-01-07 | 1 | -1/+1 |
|/ |
|
* | airo: Fix integer overflow warning | Michael Buesch | 2009-12-04 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-10-29 | 1 | -3/+2 |
|\ |
|
| * | airo: Reorder tests, check bounds before element | Roel Kluin | 2009-10-27 | 1 | -3/+2 |
* | | airo : allow supend with card without power management | matthieu castet | 2009-10-27 | 1 | -1/+2 |
|/ |
|
* | wireless: convert drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -3/+9 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-30 | 1 | -7/+6 |
|\ |
|
| * | airo: Buffer overflow | Roel Kluin | 2009-07-27 | 1 | -7/+6 |
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -7/+7 |
|/ |
|
* | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy | 2009-06-13 | 1 | -3/+3 |
* | net: fix network drivers ndo_start_xmit() return values (part 3) | Patrick McHardy | 2009-06-13 | 1 | -1/+2 |
* | airo: fix airo_get_encode{,ext} buffer overflow like I mean it... | John W. Linville | 2009-05-20 | 1 | -9/+14 |
* | airo: airo_get_encode{,ext} potential buffer overflow | John W. Linville | 2009-05-11 | 1 | -2/+8 |
* | airo: queue SIOCSIWAUTH-requested auth mode change for next commit | Dan Williams | 2009-04-16 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-03-30 | 1 | -2/+0 |
|\ |
|
| * | wireless: remove duplicated .ndo_set_mac_address | Alexander Beregalov | 2009-03-29 | 1 | -2/+0 |
* | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-31 | 1 | -1/+0 |
|/ |
|
* | airo: convert to net_device_ops | Stephen Hemminger | 2009-03-21 | 1 | -19/+44 |
* | airo: reduce stack memory footprint | Frank Seidel | 2009-03-05 | 1 | -1/+6 |
* | airo: correct improper initialization of local variable | John W. Linville | 2009-02-27 | 1 | -1/+2 |
* | drivers/net/wireless: fix sparse warnings: fix signedness | Hannes Eder | 2009-02-17 | 1 | -1/+1 |
* | drivers/net/wireless: fix sparse warnings: symbol shadows an earlier one | Hannes Eder | 2009-02-17 | 1 | -3/+1 |
* | airo: remove useless #defines | Dan Williams | 2009-01-29 | 1 | -6/+0 |
* | airo: clean up and clarify micinit() | Dan Williams | 2009-01-29 | 1 | -41/+41 |
* | airo: use __attribute__ ((packed)) not #pragma | Dan Williams | 2009-01-29 | 1 | -41/+49 |
* | airo: clean up WEP key operations | Dan Williams | 2009-01-29 | 1 | -56/+146 |
* | airo: simplify WEP index and capability checks | Dan Williams | 2009-01-29 | 1 | -32/+27 |
* | airo: re-arrange WPA capability checks | Dan Williams | 2009-01-29 | 1 | -34/+32 |
* | airo: clean up and clarify interrupt-time task handling | Dan Williams | 2009-01-29 | 1 | -286/+327 |
* | wireless: Add channel/frequency conversions to ieee80211.h | David Kilroy | 2009-01-29 | 1 | -18/+7 |