| Commit message (Expand) | Author | Age | Files | Lines |
* | myri_sbus: remove driver | Jon Mason | 2011-06-20 | 1 | -1187/+0 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | dt/net: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 1 | -4/+4 |
* | drivers/net: return operator cleanup | Eric Dumazet | 2010-09-27 | 1 | -1/+1 |
* | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 1 | -2/+2 |
* | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 2010-07-24 | 1 | -2/+2 |
* | sparc/of: Move of_device fields into struct pdev_archdata | Grant Likely | 2010-06-28 | 1 | -1/+1 |
* | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 1 | -1/+1 |
|\ |
|
| * | drivers/net: remove useless semicolons | Joe Perches | 2010-05-18 | 1 | -1/+1 |
* | | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -2/+5 |
* | | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-19 | 1 | -1/+1 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
* | llc: use dev_hard_header | Octavian Purdila | 2009-12-27 | 1 | -3/+3 |
* | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches | 2009-11-19 | 1 | -1/+1 |
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-06 | 1 | -1/+1 |
* | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy | 2009-06-13 | 1 | -1/+1 |
* | myri_sbus: use request_firmware | Jaswinder Singh Rajput | 2009-04-05 | 1 | -7/+30 |
* | myri_sbus/sunbmac/sunlance/sunqe: Add missing net_device_ops entries. | David S. Miller | 2009-03-23 | 1 | -0/+2 |
* | myri_sbus: Convert to net_device_ops. | David S. Miller | 2009-03-23 | 1 | -6/+10 |
* | net: replace uses of __constant_{endian} | Harvey Harrison | 2009-02-01 | 1 | -1/+1 |
* | netdevice: Kill netdev->priv | Wang Chen | 2008-12-08 | 1 | -1/+1 |
* | netdevice: safe convert to netdev_priv() #part-2 | Wang Chen | 2008-11-13 | 1 | -5/+5 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 1 | -1/+0 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-28 | 1 | -9/+5 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-10-11 | 1 | -1/+1 |
|\ |
|
| * | netdrv: Fix unregister_netdev typos | Herbert Xu | 2008-10-05 | 1 | -1/+1 |
* | | sparc: Annotate of_device_id arrays with const or __initdata. | David S. Miller | 2008-08-31 | 1 | -1/+1 |
* | | myri_sbus: Convert to pure OF driver. | David S. Miller | 2008-08-29 | 1 | -88/+68 |
* | | sparc: Move SBUS DMA attribute interfaces out of asm/sbus.h | David S. Miller | 2008-08-29 | 1 | -1/+1 |
* | | sparc: Convert all SBUS drivers to dma_*() interfaces. | David S. Miller | 2008-08-29 | 1 | -31/+32 |
* | | sparc: Make SBUS DMA interfaces take struct device. | David S. Miller | 2008-08-29 | 1 | -10/+17 |
|/ |
|
* | [MYRI_SBUS]: Prevent that myri_do_handshake lies about ticks. | Roel Kluin | 2007-11-13 | 1 | -1/+1 |
* | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-11 | 1 | -10/+18 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-11 | 1 | -19/+10 |
* | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 2007-10-11 | 1 | -12/+8 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-11 | 1 | -1/+0 |
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_set_mac_header() | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+1 |
* | [NET]: Kill direct includes of asm/checksum.h | Al Viro | 2006-12-03 | 1 | -1/+0 |
* | [SPARC]: Fix some section mismatch warnings in sparc drivers. | Ben Collins | 2006-10-18 | 1 | -2/+2 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | drivers/net: Trim trailing whitespace | Jeff Garzik | 2006-09-13 | 1 | -14/+14 |
* | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [NET] myri_sbus: Convert to new SBUS device layer. | David S. Miller | 2006-06-24 | 1 | -55/+61 |
* | [PATCH] gfp_t: drivers/net | Al Viro | 2005-10-28 | 1 | -1/+1 |
* | [NET]: __be'ify *_type_trans() | Alexey Dobriyan | 2005-07-12 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+1174 |