Age | Commit message (Expand) | Author | Files | Lines |
2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko | 3 | -3/+3 |
2013-05-27 | net: wan: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -2/+2 |
2013-02-21 | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2013-02-04 | wan: Remove unnecessary alloc/OOM messages | Joe Perches | 4 | -15/+10 |
2013-01-31 | wanrouter: delete now orphaned header content, files/drivers | Paul Gortmaker | 3 | -2517/+0 |
2013-01-31 | wanrouter: completely decouple obsolete code from kernel. | Paul Gortmaker | 2 | -59/+0 |
2013-01-18 | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 1 | -1/+1 |
2013-01-11 | drivers/net/wan: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -4/+4 |
2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 11 | -29/+26 |
2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 7 | -11/+7 |
2012-12-03 | net/lmc: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-12-03 | ixp4xx_hss: remove __dev* attributes | Bill Pemberton | 1 | -2/+2 |
2012-12-03 | net/hdlc: remove __dev* attributes | Bill Pemberton | 5 | -7/+7 |
2012-12-03 | farsync: remove __dev* attributes | Bill Pemberton | 1 | -5/+5 |
2012-12-03 | dscc4: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-11-30 | Merge tag 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -1/+1 |
2012-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
2012-11-22 | WAN: Remove redundant HDLC info printed by IXP4xx HSS driver. | Krzysztof HaĆasa | 1 | -1/+1 |
2012-11-20 | ixp4xx_hss: avoid calling dma_pool_create() with NULL dev | Xi Wang | 1 | -3/+5 |
2012-11-09 | Make the wanxl firmware array const | David Howells | 1 | -1/+1 |
2012-11-09 | Fix the wanxl firmware to include missing constants | David Howells | 2 | -1/+2 |
2012-11-09 | UAPI: Fix compilation of the wanxl firmware blob. | David Howells | 1 | -1/+1 |
2012-10-09 | farsync: fix support for over 30 cards | Dan Carpenter | 1 | -1/+1 |
2012-10-06 | sections: fix section conflicts in drivers/net/wan | Andi Kleen | 1 | -1/+1 |
2012-09-10 | ixp4xx_hss: fix build failure due to missing linux/module.h inclusion | Florian Fainelli | 1 | -0/+1 |
2012-08-20 | drivers/net/wan/dscc4.c: fix error return code | Julia Lawall | 1 | -2/+3 |
2012-06-06 | drivers: net: Remove casts to same type | Joe Perches | 1 | -1/+1 |
2012-05-22 | Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -6459/+0 |
2012-05-02 | Merge 3.4-rc5 into staging-next | Greg Kroah-Hartman | 6 | -6459/+0 |
2012-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2012-04-17 | drivers/net/wan/farsync.c: add missing iounmap | Julia Lawall | 1 | -0/+1 |
2012-04-14 | net: Fix spelling typo in net | Masanari Iida | 1 | -1/+1 |
2012-04-14 | net/wan: use module_pci_driver | Axel Lin | 2 | -24/+2 |
2012-04-13 | NET: pc300, move to staging as it is broken | Jiri Slaby | 6 | -6459/+0 |
2012-03-30 | Documentation: remove references to /etc/modprobe.conf | Lucas De Marchi | 1 | -2/+2 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 7 | -7/+0 |
2012-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 10 | -21/+7 |
2012-03-08 | NET: pc300, show version info from module init | Jiri Slaby | 1 | -7/+2 |
2012-03-08 | NET: pc300, do not zero global variables | Jiri Slaby | 2 | -22/+0 |
2012-02-15 | net: replace random_ether_addr() with eth_hw_addr_random() | Danny Kukawka | 2 | -2/+2 |
2012-01-31 | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 8 | -19/+5 |
2011-12-19 | module_param: make bool parameters really bool (net & drivers/net) | Rusty Russell | 2 | -2/+2 |
2011-09-16 | wan: make LAPB callbacks const | stephen hemminger | 3 | -12/+10 |
2011-08-22 | net/wan/hdlc_ppp: use break in switch | Jesper Juhl | 1 | -7/+7 |
2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
2011-07-27 | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 1 | -2/+3 |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |