aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp/xpnet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-1/+1
2011-06-19sgi-xp: fix a use after freeEric Dumazet1-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-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-13net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy1-1/+2
2009-02-03sgi-xp: link XPNET's net_device_ops to its net_device structureDean Nelson1-1/+2
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-01-07xpnet: convert devices to new APIStephen Hemminger1-48/+20
2009-01-06SGI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-04sgi-xp: Kill directly reference of netdev->privWang Chen1-9/+4
2008-07-30sgi-xp: setup the notify GRU message queueDean Nelson1-5/+6
2008-07-30sgi-xp: add usage of GRU driver by xpc_remote_memcpy()Dean Nelson1-15/+11
2008-07-30sgi-xp: enable building of XPC/XPNET on x86_64Dean Nelson1-17/+11
2008-07-30sgi-xp: eliminate '>>>' in commentsDean Nelson1-3/+3
2008-07-30sgi-xp: enable XPNET to handle more than 64 partitionsDean Nelson1-119/+94
2008-07-30sgi-xp: move xpc_allocate() into xpc_send()/xpc_send_notify()Dean Nelson1-7/+4
2008-07-30sgi-xp: create a common xp_remote_memcpy() functionDean Nelson1-15/+13
2008-07-30sgi-xp: support runtime selection of xp_max_npartitionsDean Nelson1-2/+2
2008-05-13drivers/misc/sgi-xp: replace partid_t with a shortDean Nelson1-4/+4
2008-05-13drivers/misc/sgi-xp: clean up return valuesDean Nelson1-9/+9
2008-04-22[IA64] run drivers/misc/sgi-xp through scripts/checkpatch.plDean Nelson1-17/+13
2008-04-22[IA64] run rest drivers/misc/sgi-xp through scripts/LindentDean Nelson1-73/+36
2008-04-22[IA64] move XP and XPC to drivers/misc/sgi-xpDean Nelson1-0/+718