| Commit message (Expand) | Author | Age | Files | Lines |
* | cosa: fix error return code | Julia Lawall | 2015-04-07 | 1 | -0/+1 |
* | wan: lmc: fix error return code | Julia Lawall | 2015-04-07 | 1 | -0/+1 |
* | wan: cosa: replace current->state by set_current_state() | Fabian Frederick | 2015-02-22 | 1 | -6/+6 |
* | net: wan: add missing virt_to_bus dependencies | Arnd Bergmann | 2015-01-30 | 1 | -3/+3 |
* | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 2014-10-07 | 1 | -1/+1 |
* | net: Pass a "more" indication down into netdev_start_xmit() code paths. | David S. Miller | 2014-09-02 | 1 | -1/+1 |
* | net: Do txq_trans_update() in netdev_start_xmit() | David S. Miller | 2014-09-02 | 1 | -2/+4 |
* | net: Add ops->ndo_xmit_flush() | David S. Miller | 2014-08-25 | 1 | -1/+1 |
* | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-15 | 6 | -6/+6 |
|\ |
|
| * | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 6 | -6/+6 |
* | | wan: wanxl: Remove typedefs from struct names | Himangi Saraogi | 2014-08-11 | 1 | -31/+32 |
* | | hdlc: Remove typedefs from struct names | Himangi Saraogi | 2014-08-11 | 1 | -31/+32 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-07-22 | 1 | -1/+5 |
|\ |
|
| * | wan/x25_asy: integer overflow in x25_asy_change_mtu() | Dan Carpenter | 2014-07-18 | 1 | -1/+5 |
* | | dlci: remove unnecessary break after return | Fabian Frederick | 2014-07-21 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-07-16 | 1 | -54/+58 |
|\| |
|
| * | farsync: fix invalid memory accesses in fst_add_one() and fst_init_card() | Alexey Khoroshilov | 2014-07-11 | 1 | -54/+58 |
* | | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-16 | 7 | -13/+17 |
|/ |
|
* | farsync: Fix confusion about DMA address and buffer offset types | Ben Hutchings | 2014-06-11 | 1 | -13/+8 |
* | wan: Use usleep_range() | Manuel Schölling | 2014-06-03 | 1 | -7/+3 |
* | drivers/net/wan: delete unneeded call to netdev_priv | Julia Lawall | 2014-05-15 | 1 | -4/+0 |
* | driver/net: cosa driver uses udelay incorrectly | Li, Zhen-Hua | 2014-04-15 | 1 | -4/+0 |
* | wan: dlci: Remove unused netdev_priv pointer | Christian Engelmayer | 2014-02-10 | 1 | -5/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 10 | -13/+4 |
|\ |
|
| * | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 3 | -3/+0 |
| * | net: Spelling s/transmition/transmission/ | Geert Uytterhoeven | 2014-01-15 | 2 | -3/+3 |
| * | drivers: net: Include new header file in sbni.c | Rashika Kheria | 2013-12-20 | 1 | -0/+1 |
| * | wan: wanxl: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-10 | 1 | -1/+0 |
| * | wan: pci200syn: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-10 | 1 | -1/+0 |
| * | wan: pc300too: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-10 | 1 | -1/+0 |
| * | wan: lmc: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-10 | 1 | -2/+0 |
| * | wan: dscc4: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-10 | 1 | -2/+0 |
* | | treewide: fix comments and printk msgs | Masanari Iida | 2014-01-07 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-11-04 | 1 | -89/+0 |
|\ |
|
| * | net: wan: sbni: remove assembly crc32 code | Sebastian Siewior | 2013-10-26 | 1 | -89/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-10-23 | 2 | -0/+2 |
|\| |
|
| * | wanxl: fix info leak in ioctl | Salva Peiró | 2013-10-18 | 1 | -0/+1 |
| * | farsync: fix info leak in ioctl | Salva Peiró | 2013-10-11 | 1 | -0/+1 |
* | | net: wan: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-10-07 | 2 | -2/+2 |
* | | wan: Remove extern from function prototypes | Joe Perches | 2013-09-25 | 2 | -15/+14 |
|/ |
|
* | net: wan: sbni: Fix incorrect placement of __initdata | Sachin Kamat | 2013-08-09 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-07-03 | 1 | -5/+21 |
|\ |
|
| * | dlci: validate the net device in dlci_del() | Zefan Li | 2013-06-27 | 1 | -0/+12 |
| * | dlci: acquire rtnl_lock before calling __dev_get_by_name() | Zefan Li | 2013-06-27 | 1 | -5/+9 |
* | | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 3 | -3/+3 |
* | | net: wan: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-05-28 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-27 | 1 | -2/+2 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -2/+2 |
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 | 1 | -1/+1 |
|\ \ |
|
| * | | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-19 | 1 | -1/+1 |
| |/ |
|