aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-2013-175/+130
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-6/+16
| |\
| * | net: Remove references to wan-router.txt in KconfigsJohann Felix Soden2008-07-141-2/+1
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-0/+1
| |\ \
| * | | WAN: Remove no longer needed pvc_desc in FR code.Krzysztof Halasa2008-07-041-17/+8
| * | | WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-0412-156/+121
* | | | tty: Ldisc revampAlan Cox2008-07-202-3/+3
| |_|/ |/| |
* | | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-144-41/+64
|\ \ \ | | |/ | |/|
| * | Add missing skb->dev assignment in Frame Relay RX codeKrzysztof Halasa2008-07-041-0/+1
| |/
| * Hold RTNL while calling dev_close()Ben Hutchings2008-06-271-0/+3
| * WAN: protect HDLC proto list while insmod/rmmodKrzysztof Halasa2008-05-221-8/+11
| * WAN: protect Cisco HDLC state changes with a spinlock.Krzysztof Halasa2008-05-221-33/+49
* | cosa: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-6/+16
|/
* syncppp: Fix crashes.David S. Miller2008-05-126-17/+17
* lapbeth: Release ->ethdev when unregistering device.David S. Miller2008-05-031-0/+1
* tty: The big operations reworkAlan Cox2008-04-301-144/+135
* pc300: Update to tty_set_operationsAlan Cox2008-04-301-9/+15
* WAN: Fix confusing insmod error code for C101 too.Krzysztof Halasa2008-04-251-3/+3
* Removing dead code in drivers/net/wan/hdlc_fr.cCédric Augonnet2008-04-251-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-1/+5
|\
| * Mark generic HDLC + PPP as broken.Krzysztof Halasa2008-04-121-1/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-1/+1
|\ \ | |/
| * lapb: use the shorter LIST_HEAD form for brevityRobert P. J. Day2008-03-281-1/+1
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-264-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-182-6/+13
|\ \ | |/
| * wan/farsync: copy_from_user() to iomem is wrongAl Viro2008-03-171-5/+12
| * net: replace __inline with inlineHarvey Harrison2008-03-051-1/+1
* | COSA/SRP: convert channel_data.rsem to mutexMatthias Kaehlcke2008-03-051-6/+8
|/
* x25_asy.c: silence compiler warningS.Çağlar Onur2008-02-091-1/+0
* x25_asy: Fix ref count rule violationAlan Cox2008-02-081-3/+2
* Generic HDLC - use random_ether_addr()Krzysztof Halasa2008-02-052-8/+4
* Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa2008-02-057-28/+24
* Generic HDLC - fix kernel panicKrzysztof Halasa2008-02-051-20/+18
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-2/+2
* annotate the rest of drivers/net/wanAl Viro2008-01-286-7/+7
* NULL noise in drivers/netAl Viro2008-01-284-19/+15
* drivers/net/wan: Add missing "space"Joe Perches2008-01-281-1/+1
* [netdrvr] irq handler minor cleanups in several driversJeff Garzik2008-01-282-10/+6
* cosa: Convert from class_device to device for cosa sync driverTony Jones2008-01-241-3/+2
* sbni endian fixesAl Viro2008-01-181-3/+9
* wan/lmc bitfields fixesAl Viro2008-01-181-10/+2
* dscc4 endian fixesAl Viro2008-01-181-45/+49
* cycx: annotations and fixes (.24 fodder?)Al Viro2007-12-221-6/+6
* [SYNCPPP]: Endianness and 64bit fixes.Al Viro2007-12-141-18/+17
* [TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox2007-11-071-5/+1
* [WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk2007-10-301-1/+1
* [WAN]: lmc_ioctl: don't return with locks heldRoel Kluin2007-10-301-21/+34
* Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik2007-10-231-2/+2
* netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz2007-10-151-4/+4