aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixp2000/ixpdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller1-2/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-14/+25
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-1/+1
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-29[PATCH] ixp2000: fix gcc4 breakageLennert Buytenhek1-4/+1
2006-03-21[ARM] 3373/1: move uengine loader to arch/arm/commonLennert Buytenhek1-1/+1
2005-12-03[PATCH] ixp2000: change netif_schedule_test to __netif_schedule_prepStephen Hemminger1-1/+1
2005-12-01[PATCH] ixp2000: add driver version, bump version to 0.2Lennert Buytenhek1-0/+4
2005-12-01[PATCH] ixp2000: add netpoll supportLennert Buytenhek1-0/+12
2005-12-01[PATCH] ixp2000: report MAC addresses for each port on initLennert Buytenhek1-0/+8
2005-12-01[PATCH] ixp2000: use netif_rx_schedule_testLennert Buytenhek1-7/+1
2005-12-01[PATCH] ixp2000: register netdevices lastLennert Buytenhek1-18/+17
2005-11-18[PATCH] intel ixp2000 network driverLennert Buytenhek1-0/+404