aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-5/+40
2007-10-10IPoIB: Fix unused variable warningRoland Dreier1-1/+0
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier1-15/+7
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+6
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-3/+8
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz1-0/+33
2007-10-09IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty1-3/+5
2007-10-09IPoIB: Fix error path memory leakEli Cohen1-2/+2
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin1-3/+4
2007-05-06IPoIB: Convert to NAPIRoland Dreier1-0/+2
2007-04-24IB/ipoib: Use ib_init_ah_from_path to initialize ah_attrSean Hefty1-8/+4
2007-03-25[NET]: Fix neighbour destructor handling.Alexey Kuznetsov1-3/+3
2007-03-22IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin1-2/+2
2007-02-26IPoIB: Correct debugging output when path record lookup failsRoland Dreier1-1/+1
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin1-5/+58
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-18/+15
2006-12-12IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier1-2/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-6/+13
2006-11-29IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin1-6/+13
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+5
2006-11-16IPoIB: Clear high octet in QP numberMichael S. Tsirkin1-8/+7
2006-09-22IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen1-2/+2
2006-09-22IPoIB: Remove unused include of vmalloc.hDotan Barak1-1/+0
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin1-3/+9
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-1/+7
2006-09-22IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin1-4/+8
2006-07-24IB/ipoib: Fix packet loss after hardware address updateMichael S. Tsirkin1-0/+23
2006-06-17IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein1-16/+12
2006-04-10IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()Roland Dreier1-5/+4
2006-04-10IPoIB: Close race in ipoib_flush_paths()Eli Cohen1-2/+3
2006-04-10IPoIB: Make send and receive queue sizes tunableShirley Ma1-6/+22
2006-04-10IB: simplify static rate encodingJack Morgenstein1-9/+2
2006-04-04IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin1-12/+29
2006-03-29IPoIB: Fix oops with raw socketsRoland Dreier1-1/+1
2006-03-24IPoIB: P_Key change event handlingLeonid Arsh1-0/+5
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-15/+1
2006-03-20[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin1-15/+1
2006-03-20IPoIB: Get rid of useless test of queue lengthRoland Dreier1-6/+1
2006-03-20IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein1-1/+7
2006-01-17IPoIB: Make sure path is fully initialized before using itMichael S. Tsirkin1-2/+2
2006-01-13IB: convert from semaphores to mutexesIngo Molnar1-6/+6
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+2
2005-11-29IPoIB: fix error handling in ipoib_openRoland Dreier1-1/+3
2005-11-29IPoIB: always set path->query to NULL when query finishesRoland Dreier1-2/+2
2005-11-28IPoIB: reinitialize path struct's completion for every queryRoland Dreier1-1/+2
2005-11-10[IPoIB] add path record information in debugfsRoland Dreier1-6/+66
2005-11-02[IPoIB] remove unneeded initializations to 0Roland Dreier1-9/+2
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-6/+2
2005-10-29[IPoIB] use spin_trylock_irqsave()Roland Dreier1-4/+1