summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/micrel/ksz884x.c
Commit message (Expand)AuthorAgeFilesLines
* net: ksz884x: use DEFINE_PCI_DEVICE_TABLEJingoo Han2013-10-221-1/+1
* net: ksz884x: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0Star
* ksz884x: fix receive polling race conditionLennert Buytenhek2012-12-191-3/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* | net/micrel: remove __dev* attributesBill Pemberton2012-12-031-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-12/+4Star
|\ \
| * | drivers/net: fix tasklet misuse issueXiaotian Feng2012-11-151-12/+4Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-2/+2
|\| |
| * | drivers/net: use tasklet_kill in device remove/close processXiaotian Feng2012-11-031-2/+2
| |/
* / ksz884x: use module_pci_driver to simplify the codeWei Yongjun2012-11-081-12/+1Star
|/
* ksz884x: fix EndianLi RongQing2012-07-111-2/+2
* ksz884x: remove unnecessary setting of skb->devJon Mason2012-07-111-3/+1Star
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-1/+1
* ksz884x: don't copy too much in netdev_set_mac_address()Dan Carpenter2012-04-191-1/+1
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-3/+3
* drivers/net: fix up stale paths from driver reorgPaul Gortmaker2012-01-301-1/+1
* ksz884x: fix mtu for VLANDoug Kehn2012-01-131-1/+1
* net: make ethtool_ops conststephen hemminger2012-01-051-1/+1
* ksz884x: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer2011-11-211-4/+2Star
* ethernet: Convert MAC_ADDR_LEN uses to ETH_ALENJoe Perches2011-11-171-31/+28Star
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+2
* Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-3/+4
* net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
* ksz884x: convert to SKB paged frag API.Ian Campbell2011-09-151-2/+1Star
* ks8*/ksz8*: Move the Micrel driversJeff Kirsher2011-08-121-0/+7289