aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/micrel/ksz884x.c
AgeCommit message (Expand)Author
2015-06-07ethernet: micrel: use time_is_before_eq_jiffiesAntonio Murdaca
2015-06-03ethernet: micrel: use time_after_eqAntonio Murdaca
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2014-12-30ksz884x: Use setup_timerJulia Lawall
2014-12-22net: ethernet: micrel: ksz884x.c: Remove unused functionRickard Strandqvist
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-08micrel: use pci_zalloc_consistentJoe Perches
2014-05-22micrel: Use time_before_eq()Manuel Schölling
2014-05-15drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-24ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-01-15ksz884x: delete useless variableJulia Lawall
2013-12-31net: ksz884x: slight optimization of addr comparedingtianhong
2013-10-22net: ksz884x: use DEFINE_PCI_DEVICE_TABLEJingoo Han
2013-10-21net: ksz884x: remove unnecessary pci_set_drvdata()Jingoo Han
2012-12-19ksz884x: fix receive polling race conditionLennert Buytenhek
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/micrel: remove __dev* attributesBill Pemberton
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-14drivers/net: fix tasklet misuse issueXiaotian Feng
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-07ksz884x: use module_pci_driver to simplify the codeWei Yongjun
2012-11-03drivers/net: use tasklet_kill in device remove/close processXiaotian Feng
2012-07-11ksz884x: fix EndianLi RongQing
2012-07-10ksz884x: remove unnecessary setting of skb->devJon Mason
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-04-19ksz884x: don't copy too much in netdev_set_mac_address()Dan Carpenter
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker
2012-01-12ksz884x: fix mtu for VLANDoug Kehn
2012-01-05net: make ethtool_ops conststephen hemminger
2011-11-21ksz884x: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer
2011-11-16ethernet: Convert MAC_ADDR_LEN uses to ETH_ALENJoe Perches
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-09-15ksz884x: convert to SKB paged frag API.Ian Campbell
2011-08-12ks8*/ksz8*: Move the Micrel driversJeff Kirsher