summaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorFilesLines
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+8
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds1-1/+1
2010-08-10farsync: Fix compile warnings.David S. Miller1-7/+8
2010-08-03drivers/net/wan/farsync.c: Use standard pr_<level>Joe Perches1-58/+53
2010-07-13net: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+5
2010-06-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+0
2010-06-05X25: remove duplicated #includeHuang Weiyi1-2/+0
2010-06-03drivers/net: use __packed annotationEric Dumazet4-5/+5
2010-05-31drivers/net/wan: Use memdup_userJulia Lawall1-10/+4
2010-05-31drivers/net/wan: Use memdup_userJulia Lawall1-8/+3
2010-05-27IXP4xx: Prevent HSS transmitter lockup by disabling FRaMe signals.Krzysztof Hałasa1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet7-12/+3
2010-04-23X25: Use identifiers for hdlc x25 device to x25 interfaceandrew hendry1-6/+6
2010-04-23X25: Use identifiers for cyclades device to x25 interfaceandrew hendry1-5/+8
2010-04-23X25: Use identifiers for lapbether device to x25 interfaceandrew hendry1-6/+6
2010-04-23X25: Use identifiers for x25 async device to x25 interfaceandrew hendry1-6/+6
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+6
2010-04-17WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver.Krzysztof Halasa1-0/+6
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller18-9/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo18-9/+11
2010-03-25net/various: remove trailing space in messagesFrans Pop3-3/+3
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina3-11/+11
2010-02-04Coding style correction of some wan driversRudy Matela3-11/+11
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan7-7/+7
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2009-12-04hdlc: spelling fix in find_pvc() commentRudy Matela1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches4-31/+30
2009-12-02net: Coding style corrections on Sealevel Systems 4021 driver.Rudy Matela1-7/+4
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-30wan: cosa: drop chan->wsem on error pathDan Carpenter1-0/+1
2009-11-30wan: Coding style correction in HDLC/Frame Relay support routinesRudy Matela1-3/+3
2009-11-30wan: Frame Relay/DLCI coding style corrections.Rudy Matela1-7/+7
2009-11-26net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-19drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches5-5/+5
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-0/+7
2009-11-18drivers/net/wan: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-07net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann1-0/+19
2009-10-19cosa: Kill off the use of the old ioctl pathAlan Cox1-7/+13
2009-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-10/+8
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar3-0/+3
2009-10-13WAN: fix Cisco HDLC handshaking.Krzysztof Halasa1-10/+8
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan4-0/+4
2009-09-11drivers/net/wan: introduce missing kfreeJulia Lawall1-0/+1
2009-09-07IXP42x HSS support for setting internal clock rateKrzysztof Halasa1-4/+91
2009-09-07WAN: remove deprecated PCI_DEVICE_ID from PCI200SYN driver.Krzysztof Halasa1-11/+0
2009-09-07wan: dlci/sdla transmit return dehackingStephen Hemminger2-42/+9
2009-09-04WAN: dscc4: Fix warning pointing out a bug.David S. Miller1-1/+1
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger21-46/+57