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