IPoIB: Convert to NAPI
[safe/jmp/linux-2.6] / drivers / infiniband / ulp / ipoib /
2007-05-07 Roland DreierIPoIB: Convert to NAPI
2007-05-07 Michael S. TsirkinIB: Add CQ comp_vector support
2007-05-07 Michael S. TsirkinIPoIB/cm: Don't crash if remote side uses one QP for...
2007-05-01 Michael S. TsirkinIPoIB/cm: Fix error handling in ipoib_cm_dev_open()
2007-04-27 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-25 Roland DreierIPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replac...
2007-04-24 Sean HeftyIB/ipoib: Use ib_init_ah_from_path to initialize ah_attr
2007-04-19 Roland DreierIPoIB: Remove pointless opcode field from debugging...
2007-04-10 Michael S. TsirkinIPoIB/cm: Fix DMA direction typo
2007-03-26 Alexey Kuznetsov[NET]: Fix neighbour destructor handling.
2007-03-22 Michael S. TsirkinIB/ipoib: Fix thinko in packet length checks
2007-03-22 Michael S. TsirkinIPoIB: Fix use-after-free in path_rec_completion()
2007-03-22 Sean HeftyIPoIB: Fix race in detaching from mcast group before...
2007-03-22 Michael S. TsirkinIPoIB/cm: Fix reaping of stale connections
2007-03-08 Shirley MaIPoIB: Turn on interface's carrier after broadcast...
2007-02-27 Roland DreierIPoIB: Only handle async events for one port
2007-02-26 Roland DreierIPoIB: Correct debugging output when path record lookup...
2007-02-22 Roland DreierIPoIB: Remove unused local_rate tracking
2007-02-21 Michael S. TsirkinIPoIB/cm: Improve small message bandwidth
2007-02-16 Sean HeftyIB/sa: Track multicast join/leave requests
2007-02-16 Michael S. TsirkinIPoIB: CM error handling thinko fix
2007-02-16 Roland DreierIPoIB: Only allow root to change between datagram and...
2007-02-14 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 3
2007-02-10 Michael S. TsirkinIPoIB: Connected mode experimental support
2007-02-07 Greg Kroah-HartmanNetwork: convert network devices to use struct device...
2006-12-12 Roland DreierIPoIB: Make sure struct ipoib_neigh.queue is always...
2006-12-12 Ralph CampbellIPoIB: Use the new verbs DMA mapping functions
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-11-29 Michael S. TsirkinIPoIB: Fix skb leak when freeing neighbour
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-16 Michael S. TsirkinIPoIB: Clear high octet in QP number
2006-10-10 Roland DreierIPoIB: Check for DMA mapping error for TX packets
2006-10-03 Matt LaPlanteStill more typo fixes
2006-09-27 Theodore Ts'o[PATCH] inode_diet: Replace inode.u.generic_ip with...
2006-09-22 Eli CohenIPoIB: Add some likely/unlikely annotations in hot...
2006-09-22 Dotan BarakIPoIB: Remove unused include of vmalloc.h
2006-09-22 Eli CohenIPoIB: Rejoin all multicast groups after a port event
2006-09-22 Roland DreierIPoIB: Create MCGs with all attributes required by RFC
2006-09-22 Michael S. TsirkinIB/sa: Require SA registration
2006-09-22 Roland DreierIPoIB: Refactor completion handling
2006-09-22 Tom TuckerRDMA: iWARP Core Changes.
2006-09-22 Roland DreierIB: Whitespace fixes
2006-09-22 Michael S. TsirkinIB/ipoib: Fix flush/start xmit race (from code review)
2006-09-14 Eli CohenIPoIB: Retry failed send-only multicast group joins
2006-08-03 Or GerlitzIB/ipoib: Remove broken link from Kconfig and documentation
2006-07-24 Michael S. TsirkinIB/ipoib: Fix packet loss after hardware address update
2006-07-24 Or GerlitzIB/ipoib: Fix oops with ipoib_debug_mcast set
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 Akinobu Mita[PATCH] drivers: use list_move()
2006-06-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2006-06-18 Herbert Xu[NET]: Add netif_tx_lock
2006-06-18 Leonid ArshIPoIB: Handle client reregister events
2006-06-18 Jack MorgensteinIPoIB: Fix kernel unaligned access on ia64
2006-06-18 Roland DreierIPoIB: Avoid using stale last_send counter when reaping AHs
2006-06-05 Eli CohenIPoIB: Fix AH leak at interface down
2006-05-10 Roland DreierIPoIB: Free child interfaces properly
2006-04-10 Roland DreierIPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()
2006-04-10 Eli CohenIPoIB: Close race in ipoib_flush_paths()
2006-04-10 Shirley MaIPoIB: Make send and receive queue sizes tunable
2006-04-10 Eli CohenIPoIB: Wait for join to finish before freeing mcast...
2006-04-10 Jack MorgensteinIB: simplify static rate encoding
2006-04-04 Michael S. TsirkinIPoIB: Consolidate private neighbour data handling
2006-04-02 Roland DreierIPoIB: Always build debugging code unless CONFIG_EMBEDDED=y
2006-03-29 Roland DreierIPoIB: Fix oops with raw sockets
2006-03-24 Leonid ArshIPoIB: P_Key change event handling
2006-03-24 Leonid ArshIPoIB: Fix network interface "RUNNING" status
2006-03-24 Leonid ArshIPoIB: Pass correct pointer when flushing child interfaces
2006-03-21 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-03-21 Arnaldo Carvalho... [INFINIBAND] ipoib: Remove leftover use of neigh_ops...
2006-03-21 Michael S. Tsirkin[NET]: Move destructor from neigh->ops to neigh_params
2006-03-20 Roland DreierIPoIB: Get rid of useless test of queue length
2006-03-20 Jack MorgensteinIPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue
2006-03-20 Roland DreierIPoIB: Fix build now that neighbour destructor is in...
2006-03-20 Michael S. TsirkinIPoIB: Fix multicast race between canceling and completing
2006-03-20 Eli CohenIPoIB: Clean up if posting receives fails
2006-03-20 Eli CohenIPoIB: Close race in setting mcast->ah
2006-03-20 Michael S. TsirkinIPoIB: clarify to_ipoib_neigh()
2006-02-11 Roland DreierIPoIB: Yet another fix for send-only joins
2006-02-08 Michael S. TsirkinIPoIB: Fix another send-only join race
2006-02-08 Michael S. TsirkinIPoIB: Don't start send-only joins while multicast...
2006-01-17 Michael S. TsirkinIPoIB: Lock accesses to multicast packet queues
2006-01-17 Michael S. TsirkinIPoIB: Make sure path is fully initialized before using it
2006-01-13 Ingo MolnarIB: convert from semaphores to mutexes
2006-01-12 Eli CohenIPoIB: Fix memory leak of multicast group structures
2006-01-11 Michael S. TsirkinIPoIB: Take dev->xmit_lock around mc_list accesses
2006-01-10 Eli CohenIPoIB: Fix address handle refcounting for multicast...
2006-01-10 Eli CohenIPoIB: Fix error path in ipoib_mcast_dev_flush()
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2005-11-29 Roland DreierIPoIB: fix error handling in ipoib_open
2005-11-29 Michael S. TsirkinIPoIB: protect child list in ipoib_ib_dev_flush
2005-11-29 Roland DreierIPoIB: don't zero members after we allocate with kzalloc
2005-11-29 Michael S. TsirkinIPoIB: reinitialize mcast structs' completions for...
2005-11-29 Roland DreierIPoIB: always set path->query to NULL when query finishes
2005-11-29 Roland DreierIPoIB: reinitialize path struct's completion for every...
2005-11-10 Roland Dreier[IPoIB] no need to set skb->dev right before freeing skb
2005-11-10 Roland Dreier[IPoIB] add path record information in debugfs
2005-11-03 Roland Dreier[IPoIB] don't compile debug code if debugging isn't...
2005-11-02 Roland Dreier[IPoIB] remove unneeded initializations to 0
next