aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/b44.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10broadcom: Move the Broadcom driversJeff Kirsher1-2374/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-07-05b44: Use pr_<level>_once and DRV_DESCRIPTIONJoe Perches1-10/+4
2011-07-04b44: use dev_kfree_skb() in b44_tx()Eric Dumazet1-1/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2011-06-22ssb: add __devinit to some functionsHauke Mehrtens1-2/+2
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-3/+3
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-3/+4
2010-12-01b44: fix workarround for wap54g10Hauke Mehrtens1-6/+5
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-10-21b44: fix resume, request_irq after hw resetJames Hogan1-5/+14
2010-10-11b44: fix carrier detection on bindPaul Fertser1-2/+2
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+9
2010-09-07PATCH: b44 Handle RX FIFO overflow better (simplified)Mark Lord1-0/+9
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-07-07b44: remove unused dma_desc_align_maskFUJITA Tomonori1-2/+0
2010-06-04b44: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori1-74/+70
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-3/+5
2010-02-22b44: use netdev_alloc_skb instead of dev_alloc_skbHauke Mehrtens1-1/+1
2010-02-22b44: Set PHY address to NO_PHY if reset fails.Hauke Mehrtens1-1/+5
2010-02-17drivers/net/b44.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-41/+31
2010-02-17b44: Ratelimit timeout error message.Jochen Friedrich1-5/+7
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-08b44 WOL setup: one-bit-off stack corruption kernel panic fixStanislav Brabec1-2/+1
2009-11-30b44: Fix wedge when using netconsole.David S. Miller1-3/+0
2009-09-16b44: the poll handler b44_poll must not enable IRQ unconditionallyDongdong Deng1-4/+3
2009-09-09b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIOMichael Buesch1-2/+8
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-14drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng1-2/+3
2009-08-02drivers/net: Use DIV_ROUND_CLOSESTJulia Lawall1-1/+2
2009-07-20b44: strncpy does not null terminate stringroel kluin1-4/+4
2009-05-27net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet1-2/+2
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang1-7/+7
2009-04-06b44: Use kernel DMA addresses for the kernel DMA APIMichael Buesch1-1/+1
2009-04-04b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}()Michael Buesch1-3/+3
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+9
2009-02-26b44: Disable device on shutdownMichael Buesch1-0/+1
2009-02-26b44: Unconditionally enable interrupt routing on resetMichael Buesch1-4/+8
2009-02-10netdev: Use __netdev_alloc_skb() instead of __dev_alloc_skb().David S. Miller1-1/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-15b44: GFP_DMA skb should not escape from driverEric Dumazet1-1/+3
2009-01-11b44: fix misalignment and wasted space in rx handlingFelix Fietkau1-7/+6