aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hd64572.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-08net: wan: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2021-05-21net: wan: add necessary () to macro argumentPeng Li1-10/+10
2021-05-21net: wan: add braces {} to all arms of the statementPeng Li1-1/+2
2021-05-21net: wan: remove redundant blank linesPeng Li1-20/+0
2021-05-21net: wan: fix the code style issue about trailing statementsPeng Li1-10/+28
2021-05-21net: wan: add some required spacesPeng Li1-3/+3
2021-05-21net: wan: fix an code style issue about "foo* bar"Peng Li1-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/hdlc: remove __dev* attributesBill Pemberton1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-06-27generic_hdlc: Update to current logging formsJoe Perches1-4/+4
2010-12-12WAN: Fix a TX IRQ causing BUG() in PC300 and PCI200SYN drivers.Krzysztof Halasa1-1/+4
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-2/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-1/+2
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-2/+2
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-2/+2
2008-11-22WAN: Simplify sca_init_port() in HD64572 driver.Krzysztof Hałasa1-36/+31
2008-11-22WAN: Correct comments in hd6457[02].cKrzysztof Hałasa1-1/+1
2008-11-22WAN: HD64572 drivers don't use next_desc() anymore.Krzysztof Hałasa1-10/+3
2008-11-22WAN: Simplify HD64572 drivers.Krzysztof Hałasa1-69/+70
2008-11-22WAN: Simplify HD64572 status handling.Krzysztof Hałasa1-29/+8
2008-11-22WAN: rework HD64572 interrupts a bit.Krzysztof Hałasa1-23/+13
2008-11-22WAN: HD64572 already handles TX underruns with DMAC.Krzysztof Hałasa1-17/+15
2008-11-22WAN: TX-done handler now uses the ownership bit in HD64572 drivers.Krzysztof Hałasa1-8/+3
2008-11-22WAN: convert HD64572-based drivers to NAPI.Krzysztof Hałasa1-35/+67
2008-11-22WAN: remove SCA support from SCA-II driversKrzysztof Hałasa1-253/+43
2008-11-22WAN: split hd6457x.c into hd64570.c and hd64572.cKrzysztof Hałasa1-0/+867