summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* tty: The big operations reworkAlan Cox2008-04-301-144/+135Star
* 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/+0Star
* 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-031-1/+1
|\|
| * lapb: use the shorter LIST_HEAD form for brevityRobert P. J. Day2008-03-291-1/+1
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-254-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-061-1/+1
* | COSA/SRP: convert channel_data.rsem to mutexMatthias Kaehlcke2008-03-061-6/+8
|/
* x25_asy.c: silence compiler warningS.Çağlar Onur2008-02-101-1/+0Star
* x25_asy: Fix ref count rule violationAlan Cox2008-02-091-3/+2Star
* Generic HDLC - use random_ether_addr()Krzysztof Halasa2008-02-052-8/+4Star
* Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa2008-02-057-28/+24Star
* Generic HDLC - fix kernel panicKrzysztof Halasa2008-02-051-20/+18Star
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-2/+2
* annotate the rest of drivers/net/wanAl Viro2008-01-296-7/+7
* NULL noise in drivers/netAl Viro2008-01-294-19/+15Star
* drivers/net/wan: Add missing "space"Joe Perches2008-01-291-1/+1
* [netdrvr] irq handler minor cleanups in several driversJeff Garzik2008-01-292-10/+6Star
* cosa: Convert from class_device to device for cosa sync driverTony Jones2008-01-251-3/+2Star
* sbni endian fixesAl Viro2008-01-181-3/+9
* wan/lmc bitfields fixesAl Viro2008-01-181-10/+2Star
* dscc4 endian fixesAl Viro2008-01-181-45/+49
* cycx: annotations and fixes (.24 fodder?)Al Viro2007-12-231-6/+6
* [SYNCPPP]: Endianness and 64bit fixes.Al Viro2007-12-141-18/+17Star
* [TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox2007-11-071-5/+1Star
* [WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk2007-10-311-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-241-2/+2
* netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz2007-10-151-4/+4
* long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-141-2/+2
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-117-36/+48
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-111-1/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-1112-14/+0Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-112-3/+4
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-113-0/+9
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-113-0/+16
* [WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-141-2/+1Star
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-1915-35/+16Star
* drivers/net/wan/sbni: kill uninit'd var warningJeff Garzik2007-07-171-4/+3Star
* drivers/net/wan/pc300_drv: fix bug caught by gcc warningJeff Garzik2007-07-171-0/+2
* Introduce CONFIG_VIRT_TO_BUSStephen Rothwell2007-07-161-1/+1
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-123-7/+1Star
* Use menuconfig objects II - netdev/wanJan Engelhardt2007-05-111-19/+15Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-033-3/+0Star