aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hippi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15hippi: Remove call to memset after pci_alloc_consistentFuqian Huang1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 128Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-21net: hippi:Fix misuse of %x in rrunner.cFuqian Huang1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-18hippi: fix spelling mistake: "Framming" -> "Framing"Colin Ian King1-1/+1
2017-12-13hippi: Fix a Fix a possible sleep-in-atomic bug in rr_closeJia-Ju Bai1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27drivers/net: hippi: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-09-21drivers: net: hippi: use setup_timer() helper.Allen Pais1-3/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-10/+7
2017-05-08format-security: move static strings to constKees Cook1-1/+2
2017-05-08net/hippi/rrunner: use memdup_userGeliang Tang1-10/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-1/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-10net: hippi: remove unnecessary pci_set_drvdata()Jingoo Han1-4/+1
2013-05-22net/hippi/rrunner: Use module_pci_driver to register driverPeter Hüwe1-12/+1
2013-03-10rrunner.c: fix possible memory leak in rr_init_one()David Oostdyk1-0/+3
2013-01-22drivers/net/hippi: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+4
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03hippi: remove __dev* attributesBill Pemberton1-5/+5
2012-04-16hippi: fix printk format in rrunner.cRandy Dunlap1-2/+3
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-07rrunner: stop using net_device.{base_addr, irq}.Francois Romieu1-47/+35
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-7/+1
2011-11-09net: drivers/net/hippi/Kconfig should be sourcedPaul Bolle1-1/+1
2011-08-27hippi: Move the HIPPI driverJeff Kirsher4-0/+2606