index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
micrel
/
ksz884x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-18
net: ksz884x: Convert timers to use timer_setup()
Kees Cook
1
-9
/
+9
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-2
/
+1
2017-02-27
scripts/spelling.txt: add "overrided" pattern and fix typo instances
Masahiro Yamada
1
-4
/
+4
2017-02-12
net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-24
/
+38
2016-10-18
ethernet: use core min/max MTU checking
Jarod Wilson
1
-16
/
+17
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-2
/
+2
2015-06-07
ethernet: micrel: use time_is_before_eq_jiffies
Antonio Murdaca
1
-1
/
+1
2015-06-03
ethernet: micrel: use time_after_eq
Antonio Murdaca
1
-1
/
+1
2015-03-03
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2014-12-30
ksz884x: Use setup_timer
Julia Lawall
1
-3
/
+1
2014-12-22
net: ethernet: micrel: ksz884x.c: Remove unused function
Rickard Strandqvist
1
-6
/
+0
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-08-08
micrel: use pci_zalloc_consistent
Joe Perches
1
-4
/
+3
2014-05-22
micrel: Use time_before_eq()
Manuel Schölling
1
-1
/
+1
2014-05-15
drivers: net: Register Micrel ksz884x network devices in PCI device tree.
Markus Lottmann
1
-0
/
+1
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-03-24
ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-01-15
ksz884x: delete useless variable
Julia Lawall
1
-3
/
+0
2013-12-31
net: ksz884x: slight optimization of addr compare
dingtianhong
1
-5
/
+4
2013-10-22
net: ksz884x: use DEFINE_PCI_DEVICE_TABLE
Jingoo Han
1
-1
/
+1
2013-10-21
net: ksz884x: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2012-12-19
ksz884x: fix receive polling race condition
Lennert Buytenhek
1
-3
/
+9
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
1
-2
/
+1
2012-12-03
net/micrel: remove __dev* attributes
Bill Pemberton
1
-2
/
+2
2012-11-19
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
1
-1
/
+1
2012-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+4
2012-11-14
drivers/net: fix tasklet misuse issue
Xiaotian Feng
1
-12
/
+4
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2012-11-07
ksz884x: use module_pci_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2012-11-03
drivers/net: use tasklet_kill in device remove/close process
Xiaotian Feng
1
-2
/
+2
2012-07-11
ksz884x: fix Endian
Li RongQing
1
-2
/
+2
2012-07-10
ksz884x: remove unnecessary setting of skb->dev
Jon Mason
1
-3
/
+1
2012-07-10
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-1
/
+1
2012-04-19
ksz884x: don't copy too much in netdev_set_mac_address()
Dan Carpenter
1
-1
/
+1
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
1
-3
/
+3
2012-01-30
drivers/net: fix up stale paths from driver reorg
Paul Gortmaker
1
-1
/
+1
2012-01-12
ksz884x: fix mtu for VLAN
Doug Kehn
1
-1
/
+1
2012-01-05
net: make ethtool_ops const
stephen hemminger
1
-1
/
+1
2011-11-21
ksz884x: Use kzalloc rather than kmalloc followed by memset with 0
Thomas Meyer
1
-4
/
+2
2011-11-16
ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN
Joe Perches
1
-31
/
+28
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
1
-1
/
+2
2011-11-14
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
1
-3
/
+4
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-1
/
+1
2011-09-15
ksz884x: convert to SKB paged frag API.
Ian Campbell
1
-2
/
+1
2011-08-12
ks8*/ksz8*: Move the Micrel drivers
Jeff Kirsher
1
-0
/
+7289