index
:
asmadeus/linux.git
for-next
The linux kernel
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
2012-12-19
ksz884x: fix receive polling race condition
Lennert Buytenhek
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-03
net/micrel: remove __dev* attributes
Bill Pemberton
2012-11-19
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
2012-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-14
drivers/net: fix tasklet misuse issue
Xiaotian Feng
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-07
ksz884x: use module_pci_driver to simplify the code
Wei Yongjun
2012-11-03
drivers/net: use tasklet_kill in device remove/close process
Xiaotian Feng
2012-07-11
ksz884x: fix Endian
Li RongQing
2012-07-10
ksz884x: remove unnecessary setting of skb->dev
Jon Mason
2012-07-10
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-04-19
ksz884x: don't copy too much in netdev_set_mac_address()
Dan Carpenter
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
2012-01-30
drivers/net: fix up stale paths from driver reorg
Paul Gortmaker
2012-01-12
ksz884x: fix mtu for VLAN
Doug Kehn
2012-01-05
net: make ethtool_ops const
stephen hemminger
2011-11-21
ksz884x: Use kzalloc rather than kmalloc followed by memset with 0
Thomas Meyer
2011-11-16
ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN
Joe Perches
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-14
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-09-15
ksz884x: convert to SKB paged frag API.
Ian Campbell
2011-08-12
ks8*/ksz8*: Move the Micrel drivers
Jeff Kirsher