aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-20wan/fsl_ucc_hdlc: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2016-07-20wan/fsl_ucc_hdlc: remove .owner field for driverWei Yongjun1-1/+0
2016-07-16wan/fsl_ucc_hdlc: rewrite error handling to make it clearerZhao Qiang1-28/+27
2016-07-16wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'Zhao Qiang1-1/+0
2016-07-15wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()Dan Carpenter1-2/+1
2016-06-29Maxim/driver: Add driver for maxim ds26522Zhao Qiang4-0/+401
2016-06-08drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_Andreas Ziegler1-2/+2
2016-06-07drivers/net: support hdlc function for QE-UCCZhao Qiang4-0/+1351
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal4-9/+9
2016-03-14farsync: fix off-by-one bug in fst_add_oneArnd Bergmann1-1/+1
2016-03-02wan: lmc: Switch to using managed resourcesAmitoj Kaur Chawla1-20/+7
2016-02-13dscc4: Undefined signed int shiftMichael McConville1-1/+1
2016-01-13x25_asy: Free x25_asy on x25_asy_open() failure.David S. Miller1-1/+3
2015-12-14wan: wanxl: add pci_disable_device in case of errorSaurabh Sengar1-0/+1
2015-12-05WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn7-2/+23
2015-12-05WAN: HDLC: Detach protocol before unregistering deviceAndrew Lunn1-1/+1
2015-12-01wan/x25: Fix use-after-free in x25_asy_open_tty()Peter Hurley1-5/+1
2015-11-18hdlc: fix null-deref on allocation failurestephen hemminger1-5/+5
2015-09-05net: wan: sbni: fix device usage countSudip Mukherjee1-0/+2
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-12cosa: missing error code on failure in probe()Dan Carpenter1-1/+2
2015-07-10Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.htmlMasanari Iida1-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman1-1/+0
2015-06-07wan: dscc4: use msecs_to_jiffies for conversionsNicholas Mc Guire1-3/+3
2015-06-07cosa: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+1
2015-06-07wan: dscc4: fix build warning Wunused-but-set-variableNicholas Mc Guire1-3/+0
2015-04-07cosa: fix error return codeJulia Lawall1-0/+1
2015-04-07wan: lmc: fix error return codeJulia Lawall1-0/+1
2015-02-22wan: cosa: replace current->state by set_current_state()Fabian Frederick1-6/+6
2015-01-29net: wan: add missing virt_to_bus dependenciesArnd Bergmann1-3/+3
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-1/+1
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-2/+4
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller1-1/+1
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds6-6/+6
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine6-6/+6
2014-08-11wan: wanxl: Remove typedefs from struct namesHimangi Saraogi1-31/+32
2014-08-11hdlc: Remove typedefs from struct namesHimangi Saraogi1-31/+32
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-07-20dlci: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-17wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter1-1/+5
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-54/+58
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen7-13/+17
2014-07-11farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()Alexey Khoroshilov1-54/+58
2014-06-11farsync: Fix confusion about DMA address and buffer offset typesBen Hutchings1-13/+8
2014-06-02wan: Use usleep_range()Manuel Schölling1-7/+3
2014-05-15drivers/net/wan: delete unneeded call to netdev_privJulia Lawall1-4/+0
2014-04-15driver/net: cosa driver uses udelay incorrectlyLi, Zhen-Hua1-4/+0
2014-02-09wan: dlci: Remove unused netdev_priv pointerChristian Engelmayer1-5/+0
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-13/+4