aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/micrel/ksz884x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-04ethernet: micrel: remove redundant pointer 'info'Colin Ian King1-3/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-10-18net: ksz884x: Convert timers to use timer_setup()Kees Cook1-9/+9
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada1-4/+4
2017-02-12net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+38
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-16/+17
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-06-07ethernet: micrel: use time_is_before_eq_jiffiesAntonio Murdaca1-1/+1
2015-06-03ethernet: micrel: use time_after_eqAntonio Murdaca1-1/+1
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2014-12-30ksz884x: Use setup_timerJulia Lawall1-3/+1
2014-12-22net: ethernet: micrel: ksz884x.c: Remove unused functionRickard Strandqvist1-6/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08micrel: use pci_zalloc_consistentJoe Perches1-4/+3
2014-05-22micrel: Use time_before_eq()Manuel Schölling1-1/+1
2014-05-15drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann1-0/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-24ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-01-15ksz884x: delete useless variableJulia Lawall1-3/+0
2013-12-31net: ksz884x: slight optimization of addr comparedingtianhong1-5/+4
2013-10-22net: ksz884x: use DEFINE_PCI_DEVICE_TABLEJingoo Han1-1/+1
2013-10-21net: ksz884x: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2012-12-19ksz884x: fix receive polling race conditionLennert Buytenhek1-3/+9
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/micrel: remove __dev* attributesBill Pemberton1-2/+2
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+4
2012-11-14drivers/net: fix tasklet misuse issueXiaotian Feng1-12/+4
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-11-07ksz884x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-11-03drivers/net: use tasklet_kill in device remove/close processXiaotian Feng1-2/+2
2012-07-11ksz884x: fix EndianLi RongQing1-2/+2
2012-07-10ksz884x: remove unnecessary setting of skb->devJon Mason1-3/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-04-19ksz884x: don't copy too much in netdev_set_mac_address()Dan Carpenter1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-3/+3
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker1-1/+1
2012-01-12ksz884x: fix mtu for VLANDoug Kehn1-1/+1
2012-01-05net: make ethtool_ops conststephen hemminger1-1/+1
2011-11-21ksz884x: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer1-4/+2
2011-11-16ethernet: Convert MAC_ADDR_LEN uses to ETH_ALENJoe Perches1-31/+28
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-3/+4
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-09-15ksz884x: convert to SKB paged frag API.Ian Campbell1-2/+1
2011-08-12ks8*/ksz8*: Move the Micrel driversJeff Kirsher1-0/+7289