aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-24net/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-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan7-7/+7
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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-03drivers/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-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-30wan: cosa: drop chan->wsem on error pathDan Carpenter1-0/+1
2009-11-29wan: Coding style correction in HDLC/Frame Relay support routinesRudy Matela1-3/+3
2009-11-29wan: Frame Relay/DLCI coding style corrections.Rudy Matela1-7/+7
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches5-5/+5
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-0/+7
2009-11-18drivers/net/wan: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-06net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann1-0/+19
2009-10-18cosa: Kill off the use of the old ioctl pathAlan Cox1-7/+13
2009-10-15Merge 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-03WAN: dscc4: Fix warning pointing out a bug.David S. Miller1-1/+1
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger21-46/+57
2009-08-30WAN: bit and/or confusionroel kluin1-4/+4
2009-08-29WAN/LMC: Fix type_trans().Krzysztof Halasa1-1/+1
2009-08-13lmc: Read outside array boundsroel kluin1-3/+4
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+7
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches3-7/+7
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy5-9/+9
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy4-11/+11
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal1-19/+0
2009-06-17net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy1-11/+5
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-5/+6
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy3-5/+5
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 4)Patrick McHardy1-3/+3
2009-05-29net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori1-2/+2
2009-05-25IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the comments.Krzysztof Hałasa1-5/+4
2009-05-23IXP4xx: Ethernet and WAN drivers now support "high" hardware queues.Krzysztof Hałasa1-4/+6
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-05-09IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.Krzysztof Hałasa1-2/+2
2009-04-17wan/pc300_drv: convert to net_device_opsAlexander Beregalov1-8/+12
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang1-2/+2