aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison4-11/+11
2008-09-24wan/hdlc_x25.c: fix a NULL dereferenceKrzysztof Halasa1-3/+5
2008-09-22drivers/net/wan: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-08-27wan: Missing capability checks in sbni_ioctl()Eugene Teo1-4/+4
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmpJeff Garzik29-1846/+1233
2008-08-07WAN: remove extra help text from HDLC_PPP config optionKrzysztof Halasa1-2/+0
2008-07-23WAN: Use u32 type instead of u_int32_t in LMC driver.Krzysztof Hałasa6-143/+139
2008-07-23WAN: Port LMC driver to generic HDLCKrzysztof Hałasa8-653/+365
2008-07-23WAN: Convert Zilog-based drivers to generic HDLCKrzysztof Hałasa6-574/+382
2008-07-23WAN: Port COSA driver to generic HDLC.Krzysztof Hałasa3-167/+130
2008-07-23WAN: farsync driver no longer uses syncppp.c directlyKrzysztof Hałasa3-11/+2
2008-07-23WAN: Convert PC300 driver to use normal u8/u16/u32 typesKrzysztof Hałasa2-154/+150
2008-07-23WAN: Remove dead code from PC300 driver, part #2Krzysztof Hałasa2-13/+1
2008-07-23WAN: Remove dead code from PC300 driver, part #1Krzysztof Hałasa2-50/+4
2008-07-23WAN: Remove unneeded "#include <net/syncppp.h>"Krzysztof Hałasa3-5/+0
2008-07-23Remove bogus variables from syncppp.[ch]Krzysztof Hałasa1-9/+0
2008-07-23WAN: cosmetic changes to generic HDLCKrzysztof Hałasa7-72/+65
2008-07-21device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+3
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-175/+130
2008-07-20tty: Ldisc revampAlan Cox2-3/+3
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-6/+16
2008-07-14net: Remove references to wan-router.txt in KconfigsJohann Felix Soden1-2/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet4-41/+64
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-07-04WAN: Remove no longer needed pvc_desc in FR code.Krzysztof Halasa1-17/+8
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa12-156/+121
2008-07-04Add missing skb->dev assignment in Frame Relay RX codeKrzysztof Halasa1-0/+1
2008-06-27Hold RTNL while calling dev_close()Ben Hutchings1-0/+3
2008-05-22WAN: protect HDLC proto list while insmod/rmmodKrzysztof Halasa1-8/+11
2008-05-22WAN: protect Cisco HDLC state changes with a spinlock.Krzysztof Halasa1-33/+49
2008-05-18cosa: cdev lock_kernel() pushdownJonathan Corbet1-6/+16
2008-05-12syncppp: Fix crashes.David S. Miller6-17/+17
2008-05-03lapbeth: Release ->ethdev when unregistering device.David S. Miller1-0/+1
2008-04-30tty: The big operations reworkAlan Cox1-144/+135
2008-04-30pc300: Update to tty_set_operationsAlan Cox1-9/+15
2008-04-25WAN: Fix confusing insmod error code for C101 too.Krzysztof Halasa1-3/+3
2008-04-25Removing dead code in drivers/net/wan/hdlc_fr.cCédric Augonnet1-4/+0
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2008-04-12Mark generic HDLC + PPP as broken.Krzysztof Halasa1-1/+5
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-28lapb: use the shorter LIST_HEAD form for brevityRobert P. J. Day1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki4-6/+6
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+13
2008-03-17wan/farsync: copy_from_user() to iomem is wrongAl Viro1-5/+12
2008-03-05COSA/SRP: convert channel_data.rsem to mutexMatthias Kaehlcke1-6/+8
2008-03-05net: replace __inline with inlineHarvey Harrison1-1/+1
2008-02-09x25_asy.c: silence compiler warningS.Çağlar Onur1-1/+0
2008-02-08x25_asy: Fix ref count rule violationAlan Cox1-3/+2
2008-02-05Generic HDLC - use random_ether_addr()Krzysztof Halasa2-8/+4
2008-02-05Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa7-28/+24