aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-24misc: fix possible strncpy truncation bugJiri Pirko1-1/+1
2018-05-10libteam: don't crash when trying to print unregistered device nameAntti Tiainen1-0/+1
2017-04-11libteam: Add team_get_port_enabled functionShuotian Cheng1-0/+2
2016-07-07misc: fix an out-of-bound write with zero-length hardware addressLubomir Rintel1-1/+3
2015-09-09Add missing prototypes for admin_state functionsPawel Wieczorkiewicz1-0/+2
2015-04-02update copyright datesJiri Pirko4-4/+4
2014-08-18fix strncmp len in ifname2ifindexJiri Pirko1-1/+1
2014-06-16teamd: add tipc.h kernel headerErik Hugne2-1/+233
2014-05-12libteam: add team_change_handler_register_head functionJiri Pirko1-0/+3
2014-03-31libteam: ifinfo: watch for dellink messages and call change handlers for thatJiri Pirko1-0/+1
2014-02-26libteam: introduce ream_refreshJiri Pirko1-0/+1
2013-11-12libteamdctl: introduce support for port config getJiri Pirko1-0/+3
2013-11-12libteamdctl: cache reply strings into listJiri Pirko1-0/+3
2013-08-08update copyright dates and emailsJiri Pirko3-3/+3
2013-08-05libteam: allow to build with olter libnl which does not support carrier set a...Jiri Pirko1-1/+1
2013-08-01libteam: add support for IFLA_PHYS_PORT_IDJiri Pirko1-0/+4
2013-07-17teamd: Add ZeroMQ interfaceJiří Župka2-1/+2
2013-07-09libteam: add support for mcast_rejoin_* optionsJiri Pirko1-0/+4
2013-07-04libteam: add support for notify_peers optionsJiri Pirko1-0/+4
2013-06-04teamd: generate team device names in case they are not specifiedJiri Pirko1-0/+30
2013-06-04Revert: b1b211e3828 "include: refresh if_team.h"Jiri Pirko1-2/+0
2013-06-03libteam: convert orig hwaddr facility to use ifinfo infrastructureJiri Pirko1-2/+2
2013-06-03misc: introduce mystrlcpyJiri Pirko1-0/+14
2013-05-31libteam: process port original hw address and expose it to userJiri Pirko1-0/+2
2013-05-31include: refresh if_team.hJiri Pirko1-0/+2
2013-05-10teamd: add support for state single item read operationJiri Pirko1-0/+2
2013-05-10teamd: add support for state item write operationJiri Pirko1-0/+2
2013-04-19introduce a_hwaddr_str()Jiri Pirko1-0/+11
2013-04-05libteam: implement epoll event fd allowing user to poll only one fdJiri Pirko1-3/+7
2013-03-22libteamdctl: raw config and state handling functionsJiri Pirko1-0/+7
2013-03-22libteamdctl: add port_add/remove functionsJiri Pirko1-0/+2
2013-03-07libteamdctl: add lib coreJiri Pirko2-0/+56
2013-02-20lib: add team_is_port_present() helperJiri Pirko1-0/+1
2013-02-20lib: track master ifindex in ifinfoJiri Pirko1-0/+2
2013-02-05lib: add stringify function for ifinfoJiri Pirko1-0/+2
2013-01-23lib: remove unnecessary user_privJiri Pirko1-2/+0
2013-01-23pass change_handle priv as parameterJiri Pirko1-3/+4
2013-01-23refresh include/linuxJiri Pirko2-8/+13
2013-01-16libteam: add API for carrier controlFlavio Leitner1-0/+2
2012-11-05lib: add team_is_our_port()Jiri Pirko1-0/+1
2012-08-26lib: stringify: add helper for reading value from stringJiri Pirko1-0/+3
2012-08-24lib: add helpers for conversion team objects to stringJiri Pirko1-0/+8
2012-08-22teamd: fix size of string for hwaddrJiri Pirko1-0/+5
2012-08-07lib: add team_get_port_user_linkup() wrapJiri Pirko1-0/+2
2012-08-07private/list.h: add list_for_each_node_entry_continue_reverseJiri Pirko1-0/+7
2012-08-07lib: add support for "priority" optionJiri Pirko1-0/+4
2012-08-07list: add list_add_tailJiri Pirko1-6/+15
2012-08-07lib: add support for signed 32bit number optionsJiri Pirko1-0/+4
2012-08-07lib: add support for queue_id optionJiri Pirko1-0/+2
2012-06-20lib: add possibility to see if option is changed locallyJiri Pirko1-0/+1
2012-06-20lib: introduce support for array optionsJiri Pirko2-0/+3
2012-06-20lib: rework option setting and gettingJiri Pirko1-62/+23
2012-04-27lib: attach ifinfo to team context and add getter for itJiri Pirko1-1/+2
2012-04-27teamd: add ifinfo debug logJiri Pirko1-0/+12
2012-04-27lib: add ifinfo changes handlingJiri Pirko1-1/+27
2012-04-27lib: kill team_get_event_fd and team_process_eventJiri Pirko1-2/+0
2012-04-27lib: introduce multiple event fds infrastructureJiri Pirko1-0/+17
2012-04-20teamd: allow to walk through tdportsJiri Pirko1-3/+6
2012-04-12lib: add support for bool optionsJiri Pirko1-0/+16
2012-04-12lib: implement per-port optionsJiri Pirko2-6/+39
2012-04-05fix distcheck (forgotten headers)Jiri Pirko1-1/+1
2012-04-05add linux/filter.h headerJiri Pirko1-0/+132
2012-04-05lib: add setter/getter for bpf_hash_func optionJiri Pirko1-0/+3
2012-04-05lib: add binary option type supportJiri Pirko1-0/+8
2012-03-14allow change handlers to return error and propagate itJiri Pirko1-3/+3
2012-03-14teamd: allow per-port link watchJiri Pirko1-0/+4
2012-02-15introduce myzalloc and use it instead of malloc+memset0Jiri Pirko2-1/+29
2012-02-15lib: allow user to store/fetch its data pointerJiri Pirko1-0/+2
2012-02-15move list.h from lib to include so it can be used by teamd as wellJiri Pirko2-1/+114
2012-01-24ports: update port list instead of recreate it.Jiri Pirko1-0/+1
2012-01-24Refresh kernel headerJiri Pirko1-0/+2
2012-01-11add if_team.h kernel headerJiri Pirko2-1/+105
2012-01-10licence: update COPYING file and all file headersJiri Pirko1-5/+15
2012-01-06introduce team_hwaddr_len_get()Jiri Pirko1-0/+1
2012-01-06add forgotten includeJiri Pirko1-0/+1
2012-01-04lib: add const modifier to couple placesJiri Pirko1-6/+7
2011-11-23convert team_change_type to team_change_type_maskJiri Pirko1-7/+14
2011-11-23add support for hw address manipulationJiri Pirko1-0/+4
2011-11-14add team_destroy()Jiri Pirko1-0/+1
2011-11-11introduce team_create and team_recreateJiri Pirko1-0/+2
2011-11-09add logging facilityJiri Pirko1-0/+6
2011-11-07add port_add and port_remove functionJiri Pirko1-0/+2
2011-11-05Reorder libteam.c and add interface functions commentsJiri Pirko1-4/+4
2011-11-05reorder team.h into groupsJiri Pirko1-42/+66
2011-11-05add c++ magicJiri Pirko1-0/+8
2011-11-03hide insides of structures in headerJiri Pirko1-40/+22
2011-11-03remove unnecessary "extern" from headerJiri Pirko1-22/+21
2011-11-03move #endif to the end of headerJiri Pirko1-1/+2
2011-11-03export interface to [sg]et generic optionsJiri Pirko1-0/+12
2011-11-03Revert: rename list_head to __team_list_head to not to pollute app namespaceJiri Pirko1-8/+8
2011-11-02rename list_head to __team_list_head to not to pollute app namespaceJiri Pirko1-8/+8
2011-11-02use internal option type numberingJiri Pirko1-1/+6
2011-11-01use per-handler cli_sock and cli_link_cacheJiri Pirko1-3/+8
2011-11-01convert team_check_event to process multiple events at onceJiri Pirko1-1/+1
2011-11-01add team_check_eventJiri Pirko1-0/+1
2011-10-21introduce ifname<->ifindex functions and use them for team_init() argJiri Pirko1-1/+4
2011-10-18remove mode_listJiri Pirko1-12/+0
2011-10-04add autotools for easier compile on diferent systemsJiří Župka2-0/+102