summaryrefslogtreecommitdiff
path: root/bridge/fdb.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: fdb: Add support for locked FDB entriesHans Schultz2022-11-071-2/+9
* bridge: Do not print stray prefixes in monitor modeBenjamin Poirier2022-09-301-0/+3
* Merge branch 'main' into nextDavid Ahern2022-08-011-2/+5
|\
| * bridge: Fix memory leak when doing 'fdb get'Benjamin Poirier2022-07-181-2/+5
* | bridge: fdb: add flush [no]offloaded entry matchingNikolay Aleksandrov2022-06-101-1/+8
* | bridge: fdb: add flush [no]sticky entry matchingNikolay Aleksandrov2022-06-101-1/+7
* | bridge: fdb: add flush [no]extern_learn entry matchingNikolay Aleksandrov2022-06-101-1/+7
* | bridge: fdb: add flush [no]added_by_user entry matchingNikolay Aleksandrov2022-06-101-1/+12
* | bridge: fdb: add flush [no]dynamic entry matchingNikolay Aleksandrov2022-06-101-1/+7
* | bridge: fdb: add flush [no]static entry matchingNikolay Aleksandrov2022-06-101-1/+7
* | bridge: fdb: add flush [no]permanent entry matchingNikolay Aleksandrov2022-06-101-1/+13
* | bridge: fdb: add flush port matchingNikolay Aleksandrov2022-06-101-3/+20
* | bridge: fdb: add flush vlan matchingNikolay Aleksandrov2022-06-101-1/+14
* | bridge: fdb: add new flush commandNikolay Aleksandrov2022-06-101-1/+57
|/
* bridge: fdb: don't colorize the "dev" & "dst" keywords in "bridge -c fdb"Gokul Sivakumar2021-08-181-3/+8
* Merge branch 'main' into nextDavid Ahern2020-08-061-5/+17
|\
| * bridge: fdb show: fix fdb entry state output for json contextJulien Fortin2020-07-291-1/+4
| * bridge: fdb: the 'dynamic' option in the show/get commandsAnton Danilov2020-07-271-4/+13
* | Merge branch 'main' into nextDavid Ahern2020-07-141-0/+6
|\ \ | |/
| * bridge: fdb get: add missing json init (new_json_obj)Julien Fortin2020-07-131-0/+6
* | bridge: support for nexthop id in fdb entriesRoopa Prabhu2020-06-111-3/+19
|/
* bridge: fdb get supportRoopa Prabhu2019-10-011-1/+112
* bridge: fdb: add support for src_vni optionRoopa Prabhu2019-03-051-0/+10
* bridge: fdb: Fix FDB dump with strict checking disabledIdo Schimmel2019-02-051-2/+1
* bridge: fdb: Fix filtering with strict checking disabledDavid Ahern2019-01-041-1/+26
* bridge: Update fdb show to use rtnl_neighdump_reqDavid Ahern2019-01-041-15/+22
* bridge: fdb: Use 'struct ndmsg' for FDB dumpingIdo Schimmel2018-12-301-6/+6
* bridge: fdb: remove redundant dev string in show outputRoopa Prabhu2018-11-091-4/+1
* Tree wide: Drop sockaddr_nl argDavid Ahern2018-10-221-1/+1
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-10-221-3/+3
|\
| * bridge: fdb: Fix for missing keywords in non-JSON outputPhil Sutter2018-10-151-3/+3
* | bridge: fdb: add support for sticky flagNikolay Aleksandrov2018-09-281-2/+7
|/
* bridge: add option extern_learn to set NTF_EXT_LEARNED on fdb entriesRoopa Prabhu2018-03-201-1/+3
* utils: Introduce and use nodev() helper routineSerhey Popovych2018-03-111-11/+6
* bridge: colorize output and use JSON print libraryStephen Hemminger2018-02-211-178/+103
* bridge: implement json pretty print flagStephen Hemminger2018-02-211-4/+6
* iplink: Use ll_name_to_index() instead of if_nametoindex()Serhey Popovych2018-01-231-2/+2
* iplink: Use ll_index_to_name() instead of if_indextoname()Serhey Popovych2018-01-181-3/+2
* SPDX license identifiersStephen Hemminger2017-11-241-0/+1
* bridge: fdb: print NDA_SRC_VNI if availableRoopa Prabhu2017-11-011-0/+9
* Merge branch 'master' into net-nextStephen Hemminger2017-10-271-7/+8
|\
| * bridge: checkpatch related cleanupsStephen Hemminger2017-10-271-7/+8
* | lib/libnetlink: update rtnl_talk to support malloc buff at run timeHangbin Liu2017-10-261-1/+1
|/
* bridge: Distinguish between externally learned vs offloaded FDBsArkadi Sharshevsky2017-06-141-0/+6
* bridge: fdb: add state filter supportNikolay Aleksandrov2017-01-121-2/+30
* libnetlink: Introduce rta_getattr_be*()Amir Vadai2016-12-021-2/+2
* bridge: Fix garbled json output seen if a vlan filter is specifiedanuradhak2016-10-091-5/+5
* Use C99 style initializers everywherePhil Sutter2016-07-201-14/+11
* bridge: add json support for bridge fdb showAnuradha Karuppiah2016-07-201-43/+167
* bridge: fdb: add support to filter by vlan idNikolay Aleksandrov2016-04-111-6/+15