aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/b44.c
AgeCommit message (Expand)Author
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
2007-07-08b44: tx bounce sizing.Stephen Hemminger
2007-07-08b44: timer power savingStephen Hemminger
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-04-03b44: fix IFF_ALLMULTI handling of CAM slotsBill Helfinstine
2007-02-17B44: increase wait loopGary Zambrano
2007-02-17b44: replace defineGary Zambrano
2007-02-06b44 endian annotationsAl Viro
2007-01-30Broadcom 4400 resume small fixDmitriy Monakhov
2007-01-30b44: src_desc->addr is little-endianAl Viro
2007-01-30b44: Fix frequent link changesMichael Chan