aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2014-01-14net: Spelling s/transmition/transmission/Geert Uytterhoeven2-3/+3
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2013-12-19drivers: net: Include new header file in sbni.cRashika Kheria1-0/+1
2013-12-09wan: wanxl: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09wan: pci200syn: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09wan: pc300too: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09wan: lmc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-09wan: dscc4: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-89/+0
2013-10-25net: wan: sbni: remove assembly crc32 codeSebastian Siewior1-89/+0
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2013-10-18wanxl: fix info leak in ioctlSalva Peiró1-0/+1
2013-10-11farsync: fix info leak in ioctlSalva Peiró1-0/+1
2013-10-07net: wan: remove deprecated IRQF_DISABLEDMichael Opdenacker2-2/+2
2013-09-24wan: Remove extern from function prototypesJoe Perches2-15/+14
2013-08-09net: wan: sbni: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+21
2013-06-26dlci: validate the net device in dlci_del()Zefan Li1-0/+12
2013-06-26dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li1-5/+9
2013-05-28net: pass info struct via netdevice notifierJiri Pirko3-3/+3
2013-05-27net: wan: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches4-15/+10
2013-01-31wanrouter: delete now orphaned header content, files/driversPaul Gortmaker3-2517/+0
2013-01-31wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker2-59/+0
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1