aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/octeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-05-05netdev: octeon_mgmt: Remove some gratuitous blank lines.David Daney1-7/+0
2010-05-05netdev: octeon_mgmt: Try not to drop TX packets when stopping the queue.David Daney1-5/+11
2010-05-05netdev: octeon_mgmt: Free TX skbufs in a timely manner.David Daney1-3/+2
2010-05-05netdev: octeon_mgmt: Fix race manipulating irq bits.David Daney1-2/+1
2010-05-05netdev: octeon_mgmt: Fix race condition freeing TX buffers.David Daney1-2/+9
2010-05-05netdev: octeon_mgmt: Use proper MAC addresses.David Daney1-10/+5
2010-04-13drivers: net: last_rx eliminationEric Dumazet1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26octeon: convert to use netdev_for_each_mc_addrJiri Pirko1-6/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2009-12-29drivers/net/octeon/octeon_mgmt.c: use %pM to shown MAC addressH Hartley Sweeten1-5/+2
2009-12-17NET: Add Ethernet driver for Octeon MGMT devices.David Daney3-0/+1188