Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [list] Add list_for_each_entry_safe_continue() | Michael Brown | 2024-02-14 | 1 | -0/+32 |
* | [list] Add list_is_head_entry() | Michael Brown | 2024-02-14 | 1 | -0/+16 |
* | [list] Add list_is_first_entry() and list_is_last_entry() | Michael Brown | 2018-03-24 | 1 | -0/+21 |
* | [list] Add list_next_entry() and list_prev_entry() | Michael Brown | 2016-08-31 | 1 | -0/+23 |
* | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 1 | -1/+5 |
* | [legal] Update FSF mailing address in GPL licence texts | Michael Brown | 2012-07-20 | 1 | -1/+2 |
* | [list] Add list_last_entry() | Michael Brown | 2012-05-08 | 1 | -1/+13 |
* | [test] Fix compiler warning on older gcc versions | Michael Brown | 2012-05-04 | 1 | -2/+2 |
* | [list] Add list_for_each_entry_continue() and _continue_reverse() | Michael Brown | 2012-05-04 | 1 | -14/+77 |
* | [list] Add list functions required by ath9k driver | Michael Brown | 2011-10-14 | 1 | -0/+172 |
* | [test] Add self-tests for list manipulation functions | Michael Brown | 2011-10-14 | 1 | -0/+235 |