summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorLines
2008-05-22WAN: protect HDLC proto list while insmod/rmmodKrzysztof Halasa-8/+11
2008-05-22WAN: protect Cisco HDLC state changes with a spinlock.Krzysztof Halasa-33/+49
2008-05-12syncppp: Fix crashes.David S. Miller-17/+17
2008-05-03lapbeth: Release ->ethdev when unregistering device.David S. Miller-0/+1
2008-04-30tty: The big operations reworkAlan Cox-144/+135
2008-04-30pc300: Update to tty_set_operationsAlan Cox-9/+15
2008-04-25WAN: Fix confusing insmod error code for C101 too.Krzysztof Halasa-3/+3
2008-04-25Removing dead code in drivers/net/wan/hdlc_fr.cCédric Augonnet-4/+0
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+5
2008-04-12Mark generic HDLC + PPP as broken.Krzysztof Halasa-1/+5
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller-1/+1
2008-03-28lapb: use the shorter LIST_HEAD form for brevityRobert P. J. Day-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-6/+6
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller-6/+13
2008-03-17wan/farsync: copy_from_user() to iomem is wrongAl Viro-5/+12
2008-03-05COSA/SRP: convert channel_data.rsem to mutexMatthias Kaehlcke-6/+8
2008-03-05net: replace __inline with inlineHarvey Harrison-1/+1
2008-02-09x25_asy.c: silence compiler warningS.Çağlar Onur-1/+0
2008-02-08x25_asy: Fix ref count rule violationAlan Cox-3/+2
2008-02-05Generic HDLC - use random_ether_addr()Krzysztof Halasa-8/+4
2008-02-05Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa-28/+24
2008-02-05Generic HDLC - fix kernel panicKrzysztof Halasa-20/+18
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas-2/+2
2008-01-28annotate the rest of drivers/net/wanAl Viro-7/+7
2008-01-28NULL noise in drivers/netAl Viro-19/+15
2008-01-28drivers/net/wan: Add missing "space"Joe Perches-1/+1
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik-10/+6
2008-01-24cosa: Convert from class_device to device for cosa sync driverTony Jones-3/+2
2008-01-18sbni endian fixesAl Viro-3/+9
2008-01-18wan/lmc bitfields fixesAl Viro-10/+2
2008-01-18dscc4 endian fixesAl Viro-45/+49
2007-12-22cycx: annotations and fixes (.24 fodder?)Al Viro-6/+6
2007-12-14[SYNCPPP]: Endianness and 64bit fixes.Al Viro-18/+17
2007-11-07[TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox-5/+1
2007-10-30[WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk-1/+1
2007-10-30[WAN]: lmc_ioctl: don't return with locks heldRoel Kluin-21/+34
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik-2/+2
2007-10-15netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz-4/+4
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro-2/+2
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger-36/+48
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-14/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman-3/+4
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman-0/+9
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman-0/+16
2007-08-13[WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzallocMariusz Kozlowski-2/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-35/+16
2007-07-17drivers/net/wan/sbni: kill uninit'd var warningJeff Garzik-4/+3
2007-07-17drivers/net/wan/pc300_drv: fix bug caught by gcc warningJeff Garzik-0/+2
2007-07-16Introduce CONFIG_VIRT_TO_BUSStephen Rothwell-1/+1