0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Nov 17, 2024 — Nov 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix typo in team_init printf
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
introduce team_create and team_recreate
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
add lib version info
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
do not convert nl_sock_err as it already contains syserr
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
add 0 into err vals convert function
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
add logging facility
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
fix team_ifindex2ifname and team_ifname2ifindex return values
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
handle libnl errors properly
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
python: rework exceptions
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
Do our own list implementation
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
add port_add and port_remove function
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
Reorder libteam.c and add interface functions comments
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
add TEAM_EXPORT definition and use that for api functions
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
reorder team.h into groups
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
add c++ magic
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
hide insides of structures in header
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
remove unnecessary "extern" from header
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
move #endif to the end of header
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
Revert: rename list_head to __team_list_head to not to pollute app namespace
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
export interface to [sg]et generic options
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
rename list_head to __team_list_head to not to pollute app namespace
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
remove inlines
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
get_options_handler: continue on unknown nla_type
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
down pkg version to 0.1
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
use internal option type numbering
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
python: add option handling functions
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
Add python examples
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
use per-handler cli_sock and cli_link_cache
Jiří Pírko
as Jiri Pirko
More... about 14 years ago
python: Repair trace exception from callback. More... about 14 years ago
convert team_check_event to process multiple events at once
Jiří Pírko
as Jiri Pirko
More... about 14 years ago