aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sunhme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-14/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-12/+13
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-7/+6
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-3/+3
2011-04-01net: convert sunhme/sungem network drivers to hw_featuresMichał Mirosław1-2/+4
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+9
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-1/+1
2010-08-19sunhme: Use return value of register_netdevTobias Klauser1-2/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-11/+11
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely1-3/+3
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-13/+9
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-4/+4
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-3/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-05-06sunhme: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-14/+6
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+4
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-3/+3
2009-12-02sunhme: fix dma warning in Sun HMEMikulas Patocka1-5/+14
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+0
2009-03-08sunhme: Fix qfe parent detection.Friedrich Oslage1-2/+0
2009-02-10sunhme: Fix Quattro HME irq registration on proble failuresMeelis Roos1-6/+28
2009-02-07sunhme: Don't match PCI devices in SBUS probe.David S. Miller1-4/+8
2009-01-07sunhme: update to net_device_opsStephen Hemminger1-12/+14
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-12/+12
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-29sunhme: Convert to pure OF driver.David S. Miller1-148/+95
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller1-6/+8
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller1-51/+34
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller1-17/+19
2008-07-21sunhme: Remove stop/wake TX queue calls in set-multicast-list handler.David S. Miller1-4/+0
2008-06-04sunhme: Cleanup use of deprecated calls to save_and_cli and restore_flags.Mark Asselstine1-2/+2
2008-01-28NULL noise in drivers/netAl Viro1-1/+1
2008-01-28sunhme endianness annotationsAl Viro1-23/+26
2007-11-15[SUNHME]: VLAN support for sunhmeChris Poon1-6/+11
2007-11-05SUNHME: Fix missing NETIF_F_VLAN_CHALLENGED on PCI happy mealsDavid Miller1-2/+2