aboutsummaryrefslogtreecommitdiff
path: root/datapath/table.c
AgeCommit message (Expand)Author
2011-09-09datapath: Improve kernel hash tablePravin Shelar
2011-08-02datapath: Allow table to expand to have TBL_MAX_BUCKETS bucketsSimon Horman
2011-07-12datapath: An expanded table should be larger than its predecessorSimon Horman
2011-05-18datapath: Hash and compare only the part of sw_flow_key actually used.Andrew Evans
2011-01-27datapath: Adopt Generic Netlink-compatible locking.Ben Pfaff
2011-01-27datapath: Change listing flows to use an iterator concept.Ben Pfaff
2011-01-17datapath: Consistently parenthesize the operand of 'sizeof'.Ben Pfaff
2010-12-30datapath: Don't check for RCU in free_buckets in table.Jesse Gross
2010-12-29datapath: Fix table sparse annotations.Jesse Gross
2010-12-28datapath: Clean up use of TBL_* constants.Ben Pfaff
2010-12-28datapath: Clarify meaning of n_buckets argument to tbl_create().Ben Pfaff
2010-12-13datapath: Add usage of __rcu annotation.Jesse Gross
2010-12-09datapath: RCU dereference correct pointer in table.Jesse Gross
2010-12-09datapath: Don't rcu_dereference() objects in table.Jesse Gross
2010-12-09datapath: Use NULL instead of 0 in alloc_buckets().Jesse Gross
2010-11-02datapath: The definition of struct tbl is needed by rcu_dereference()Simon Horman
2010-07-15datapath: Put return type on same line as arguments for functions.Jesse Gross
2010-04-19datapath: Genericize hash table.Jesse Gross
2009-09-01datapath: Use hash table more tolerant of collisions for flow table.Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff