aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/b44.c
AgeCommit message (Expand)Author
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko
2010-02-22b44: use netdev_alloc_skb instead of dev_alloc_skbHauke Mehrtens
2010-02-22b44: Set PHY address to NO_PHY if reset fails.Hauke Mehrtens
2010-02-17drivers/net/b44.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches
2010-02-17b44: Ratelimit timeout error message.Jochen Friedrich
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-08b44 WOL setup: one-bit-off stack corruption kernel panic fixStanislav Brabec
2009-11-30b44: Fix wedge when using netconsole.David S. Miller
2009-09-16b44: the poll handler b44_poll must not enable IRQ unconditionallyDongdong Deng
2009-09-09b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIOMichael Buesch
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-14drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng
2009-08-02drivers/net: Use DIV_ROUND_CLOSESTJulia Lawall
2009-07-20b44: strncpy does not null terminate stringroel kluin
2009-05-27net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang
2009-04-06b44: Use kernel DMA addresses for the kernel DMA APIMichael Buesch
2009-04-04b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}()Michael Buesch
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-26b44: Disable device on shutdownMichael Buesch
2009-02-26b44: Unconditionally enable interrupt routing on resetMichael Buesch
2009-02-10netdev: Use __netdev_alloc_skb() instead of __dev_alloc_skb().David S. Miller
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-15b44: GFP_DMA skb should not escape from driverEric Dumazet
2009-01-11b44: fix misalignment and wasted space in rx handlingFelix Fietkau
2009-01-07b44: convert to net_device_opsStephen Hemminger
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-06-27ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch
2008-04-15ssb: Fix usage of struct device used for DMAingMichael Buesch
2008-03-25b44: Truncate PHY addressMichael Buesch
2008-01-28b44: power down PHY when interface downMiguel Botón
2008-01-28b44: Convert to use of the new SPROM structureLarry Finger
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik
2007-10-10[B44]: port to native ssb supportMichael Buesch
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-08b44: use netdev_alloc_skbStephen Hemminger
2007-07-08b44: packet offset is constantStephen Hemminger