summaryrefslogtreecommitdiffstats
path: root/drivers/net/sc92031.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2010-12-061-1/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-11/+0
|/
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-1/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-7/+7
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-3/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* New device ID for sc92031 [1088:2031]Cesar Eduardo Barros2009-07-201-0/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* sc92031: add a link to the datasheetCesar Eduardo Barros2009-01-211-0/+3
* sc92031: use device id directly instead of made-up nameCesar Eduardo Barros2009-01-211-6/+2
* sc92031: inline SC92031_DESCRIPTIONCesar Eduardo Barros2009-01-211-2/+1
* sc92031: remove meaningless version stringCesar Eduardo Barros2009-01-211-3/+0
* sc92031: more useful banner in kernel logCesar Eduardo Barros2009-01-211-1/+9
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-111-0/+1
* sc92031: convert to net_device_opsStephen Hemminger2008-11-211-11/+18
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* sc92031: remove bogus unlikely()Cesar Eduardo Barros2008-05-301-1/+1
* [SC92031] Using padto turned driver into an IPv6-only interfaceGerrit Renker2008-05-221-3/+5
* sc92031: use netdev_alloc_skbStephen Hemminger2008-04-161-1/+1
* sc92031: start transmit return value bugfixStephen Hemminger2008-04-161-10/+4
* sc92031: use net_device statsStephen Hemminger2008-04-161-36/+34
* sc92031: sysfs link missingStephen Hemminger2008-04-121-0/+1
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-3/+8
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-4/+0
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [SC92031]: Fix priv->lock contextHerbert Xu2007-04-091-10/+10
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2Thomas Gleixner2007-02-141-1/+1
* driver for Silan SC92031 netdevCesar Eduardo Barros2007-02-051-0/+1620
OpenPOWER on IntegriCloud