summaryrefslogtreecommitdiff
path: root/drivers/net/wan/hd64572.c
AgeCommit message (Expand)Author
2021-05-21net: wan: add necessary () to macro argumentPeng Li
2021-05-21net: wan: add braces {} to all arms of the statementPeng Li
2021-05-21net: wan: remove redundant blank linesPeng Li
2021-05-21net: wan: fix the code style issue about trailing statementsPeng Li
2021-05-21net: wan: add some required spacesPeng Li
2021-05-21net: wan: fix an code style issue about "foo* bar"Peng Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/hdlc: remove __dev* attributesBill Pemberton
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-06-27generic_hdlc: Update to current logging formsJoe Perches
2010-12-12WAN: Fix a TX IRQ causing BUG() in PC300 and PCI200SYN drivers.Krzysztof Halasa
2010-05-10net: trans_start cleanupsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-22WAN: Simplify sca_init_port() in HD64572 driver.Krzysztof Hałasa
2008-11-22WAN: Correct comments in hd6457[02].cKrzysztof Hałasa
2008-11-22WAN: HD64572 drivers don't use next_desc() anymore.Krzysztof Hałasa
2008-11-22WAN: Simplify HD64572 drivers.Krzysztof Hałasa
2008-11-22WAN: Simplify HD64572 status handling.Krzysztof Hałasa
2008-11-22WAN: rework HD64572 interrupts a bit.Krzysztof Hałasa
2008-11-22WAN: HD64572 already handles TX underruns with DMAC.Krzysztof Hałasa
2008-11-22WAN: TX-done handler now uses the ownership bit in HD64572 drivers.Krzysztof Hałasa
2008-11-22WAN: convert HD64572-based drivers to NAPI.Krzysztof Hałasa
2008-11-22WAN: remove SCA support from SCA-II driversKrzysztof Hałasa
2008-11-22WAN: split hd6457x.c into hd64570.c and hd64572.cKrzysztof Hałasa