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
/
ll_temac_main.c
Age
Commit message (
Expand
)
Author
2011-02-28
dt/net: Eliminate users of of_platform_{,un}register_driver
Grant Likely
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-03
ll_temac: Fix section mismatch from the temac_of_probe
Michal Simek
2010-12-16
net: Fix drivers advertising HW_CSUM feature to use csum_start
Michał Mirosław
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
2010-10-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-09-26
drivers/net: return operator cleanup
Eric Dumazet
2010-09-02
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
2010-09-01
of: Fix missing includes - ll_temac
Michal Simek
2010-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-08-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-08-19
ll_temac: Fix poll implementation
Michal Simek
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-08-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-08-04
Merge branch 'master' into for-next
Jiri Kosina
2010-07-12
ll_temac: Fix missing validate_addr hook
Denis Kirjanov
2010-07-08
ll_temac: fix memory leak
Kulikov Vasiliy
2010-07-08
ll_temac: fix DMA resources leak
Denis Kirjanov
2010-07-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-07-07
ll_temac: Fix missing iounmaps
Denis Kirjanov
2010-07-01
ll_temac: add error checking to DMA init path
Denis Kirjanov
2010-06-16
Merge branch 'master' into for-next
Jiri Kosina
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
2010-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-05-26
net: ll_temac: fix checksum offload logic
Brian Hill
2010-05-26
net: ll_temac: fix interrupt bug when interrupt 0 is used
Brian Hill
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
2010-05-18
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
2010-05-10
net: trans_start cleanups
Eric Dumazet
2010-04-13
Add non-Virtex5 support for LL TEMAC driver
John Linn
2010-04-13
net: ll_temac: remove virt_to_bus call
John Linn
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-07
Revert "Add non-Virtex5 support for LL TEMAC driver"
David S. Miller
2010-04-06
Add non-Virtex5 support for LL TEMAC driver
John Linn
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
Jiri Pirko
2010-02-17
ll_temac: Fix MAC address configuration from userland
Steven J. Magnani
2010-02-17
ll_temac: Add support for V2 LLTEMAC core
Steven J. Magnani
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
2010-01-03
drivers/net : Correct the size argument to kzalloc
Julia Lawall
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
2009-09-21
trivial: remove unnecessary semicolons
Joe Perches
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-04-27
net: add Xilinx ll_temac device driver
Grant Likely