aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/b44.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-07b44: convert to net_device_opsStephen Hemminger1-12/+17
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-06-27ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch1-69/+71
2008-04-15ssb: Fix usage of struct device used for DMAingMichael Buesch1-26/+26
2008-03-25b44: Truncate PHY addressMichael Buesch1-0/+5
2008-01-28b44: power down PHY when interface downMiguel Botón1-5/+23
2008-01-28b44: Convert to use of the new SPROM structureLarry Finger1-4/+4
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[B44]: port to native ssb supportMichael Buesch1-388/+355
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+4
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-30/+18
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-08b44: use netdev_alloc_skbStephen Hemminger1-3/+2
2007-07-08b44: packet offset is constantStephen Hemminger1-17/+13
2007-07-08b44: tx bounce sizing.Stephen Hemminger1-7/+5
2007-07-08b44: timer power savingStephen Hemminger1-5/+4
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+4
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-04-03b44: fix IFF_ALLMULTI handling of CAM slotsBill Helfinstine1-1/+1
2007-02-17B44: increase wait loopGary Zambrano1-1/+1
2007-02-17b44: replace defineGary Zambrano1-9/+8
2007-02-06b44 endian annotationsAl Viro1-4/+4
2007-01-30Broadcom 4400 resume small fixDmitriy Monakhov1-2/+13
2007-01-30b44: src_desc->addr is little-endianAl Viro1-1/+1
2007-01-30b44: Fix frequent link changesMichael Chan1-15/+20
2006-12-26netpoll: drivers must not enable IRQ unconditionally in their NAPI handlerFrancois Romieu1-2/+4