aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-04-17drivers/net/wan/farsync.c: add missing iounmapJulia Lawall1-0/+1
2012-04-14net: Fix spelling typo in netMasanari Iida1-1/+1
2012-04-14net/wan: use module_pci_driverAxel Lin2-24/+2
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells7-7/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-21/+7
2012-03-08NET: pc300, show version info from module initJiri Slaby1-7/+2
2012-03-08NET: pc300, do not zero global variablesJiri Slaby2-22/+0
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2-2/+2
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches8-19/+5
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2-2/+2
2011-09-16wan: make LAPB callbacks conststephen hemminger3-12/+10
2011-08-22net/wan/hdlc_ppp: use break in switchJesper Juhl1-7/+7
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-2/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-22sbni: use pci_dev->subsystem_deviceSergei Shtylyov1-4/+1
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-1/+3
2011-06-30wanxl: remove a stray irq enableDan Carpenter1-1/+1
2011-06-27wan: Update to current logging formsJoe Perches7-96/+96
2011-06-27ixp4xx_hss: Update to current logging formsJoe Perches1-15/+13
2011-06-27farsync: Update to current logging formsJoe Perches1-4/+3
2011-06-27dscc4: Update to current logging formsJoe Perches1-42/+38
2011-06-27frame relay dlci/frad: Update to current logging formsJoe Perches2-29/+45
2011-06-27cyclom: Update to current logging formsJoe Perches3-156/+133
2011-06-27cosa: Update to current logging formsJoe Perches1-120/+106
2011-06-27generic_hdlc: Update to current logging formsJoe Perches12-211/+186
2011-06-24treewide: Fix recieve/receive typosJoe Perches1-1/+1
2011-06-21drivers/net: Remove casts of void *Joe Perches1-1/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2011-06-17farsync: add module_put to error path in fst_open()Pavel Shved1-1/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan4-0/+4
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-5/+2
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-2/+1
2011-05-26wan/pc300: Drop __TIME__ usageMichal Marek1-2/+1
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-2/+5
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko3-16/+1
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+5
2011-03-31Fix common misspellingsLucas De Marchi7-16/+16
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-03-17net: change to new flag variablematt mooney1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-3/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina2-7/+11
2010-12-21drivers/net/*/: Use static constJoe Perches1-3/+3