Age | Commit message (Expand) | Author |
2009-06-17 | net: fix network drivers ndo_start_xmit() return values | Patrick McHardy |
2009-06-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller |
2009-06-13 | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy |
2009-06-13 | net: fix network drivers ndo_start_xmit() return values (part 4) | Patrick McHardy |
2009-05-29 | net: replace dma_sync_single with dma_sync_single_for_cpu | FUJITA Tomonori |
2009-05-25 | IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com... | Krzysztof Hałasa |
2009-05-23 | IXP4xx: Ethernet and WAN drivers now support "high" hardware queues. | Krzysztof Hałasa |
2009-05-18 | net: release dst entry in dev_hard_start_xmit() | Eric Dumazet |
2009-05-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-05-09 | IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization. | Krzysztof Hałasa |
2009-04-17 | wan/pc300_drv: convert to net_device_ops | Alexander Beregalov |
2009-04-07 | dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28) | Yang Hongyang |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang |
2009-03-30 | trivial: fix typo "varaible" -> "variable" | Uwe Kleine-Koenig |
2009-03-27 | wan: convert sdla driver to net_device_ops | Stephen Hemminger |
2009-03-26 | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds |
2009-03-21 | sbni: convert to net_device_ops | Stephen Hemminger |
2009-03-21 | sbni: use internal net_device_stats | Stephen Hemminger |
2009-03-21 | labether: convert to net_device_ops | Stephen Hemminger |
2009-03-21 | lapbether: convert to internal net_device_stats | Stephen Hemminger |
2009-03-21 | cycx: convert to net_device_ops | Stephen Hemminger |
2009-03-21 | dlci: convert to net_device_ops | Stephen Hemminger |
2009-03-21 | dlci: convert to internal net_device_stats | Stephen Hemminger |
2009-03-21 | x25_asy: convert to net_device_ops | Stephen Hemminger |
2009-03-21 | x25_asy: convert to internal net_device_stats | Stephen Hemminger |
2009-03-16 | Rationalize fasync return values | Jonathan Corbet |
2009-03-10 | net: convert usage of packet_type to read_mostly | Stephen Hemminger |
2009-02-26 | wan: remove some pointless conditionals before kfree_skb() | Wei Yongjun |
2009-02-26 | lapb: get rid of non-const printk warning | Stephen Hemminger |
2009-02-17 | drivers/net/wan: fix sparse warning: symbol shadows an earlier one | Hannes Eder |
2009-02-17 | drivers/net/wan: fix warning: format not a string literal and no ... | Hannes Eder |
2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison |
2009-01-21 | net: Remove redundant NAPI functions | Ben Hutchings |
2009-01-21 | WAN: Convert generic HDLC drivers to netdev_ops. | Krzysztof Hałasa |
2009-01-21 | WAN: Allow hw HDLC drivers to override dev->get_stats. | Krzysztof Hałasa |
2009-01-21 | WAN: Generic HDLC now uses IFF_WAN_HDLC private flag. | Krzysztof Hałasa |
2009-01-12 | WAN: Fix NAPI interface in IXP4xx HSS driver. | Krzysztof Hałasa |
2008-12-29 | net: Fix more NAPI interface netdev argument drop fallout. | Kamalesh Babulal |
2008-12-26 | drivers/net/wan/z85230.c: fix sparse warnings: un-EXPORT symbols | Hannes Eder |
2008-12-26 | drivers/net/wan: fix sparse warning: make symbol static | Hannes Eder |
2008-12-26 | drivers/net/wan: fix sparse warnings: make do-while a compound statement | Hannes Eder |
2008-12-25 | Merge branch 'for-david' of git://git.kernel.org/pub/scm/linux/kernel/git/chr... | David S. Miller |
2008-12-25 | drivers/net/wan: Remove redundant test | Julia Lawall |
2008-12-22 | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman |
2008-12-22 | drivers/net/wan: Remove redundant test | Julia Lawall |
2008-12-22 | HDLC_PPP: Fix Configure-Ack to return original options as required by the sta... | Krzysztof Hałasa |
2008-12-22 | IXP4xx: move common debugging from network drivers to QMGR module. | Krzysztof Hałasa |
2008-12-22 | WAN: Add IXP4xx HSS HDLC driver. | Krzysztof Hałasa |
2008-12-05 | tty: driverdata and discdata are void * | Alan Cox |
2008-12-05 | tty: Flags should be accessed via the foo_bit interfaces | Alan Cox |