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