summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_fdb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-7/+5
|\
| * bridge: Fix inability to add non-vlan fdb entryToshiaki Makita2015-02-091-7/+5
* | Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...David S. Miller2015-02-041-1/+1
* | bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...Siva Mannem2015-02-041-1/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* | net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko2015-01-181-34/+4
* | net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski2015-01-051-1/+6
|/
* bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman2014-12-021-1/+90
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-021-35/+4
* bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko2014-12-021-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-1/+1
|\
| * bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita2014-07-311-1/+1
* | bridge: netlink dump interface at par with brctlJamal Hadi Salim2014-07-101-3/+12
* | bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-101-0/+5
* | bridge: use list_for_each_entry_continue_reverseLi RongQing2014-06-211-6/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-1/+7
|\
| * bridge: notify user space after fdb updateJon Maxwell2014-06-011-1/+7
* | bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu2014-06-021-0/+3
* | bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich2014-05-161-6/+69
* | bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2014-05-161-0/+56
|/
* bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita2014-02-101-1/+5
* bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita2014-02-101-2/+18
* bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita2014-02-101-19/+6
* bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita2014-02-101-25/+32
* bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita2014-02-101-1/+9
* bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-101-9/+20
* bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-101-4/+12
* bridge: remove unnecessary condition judgmenttanxiaojun2013-12-191-2/+1
* bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita2013-10-181-2/+2
* bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita2013-08-201-5/+5
* bridge: check for zero ether address in fdb addStephen Hemminger2013-06-251-0/+5
* bridge: Add fdb dst check during fdb updateroopa2013-04-291-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-1/+1
|\
| * bridge: fix crash when set mac address of br interfaceHong zhi guo2013-03-241-1/+1
* | bridge: using for_each_set_bit to simplify the codeWei Yongjun2013-03-121-8/+2
* | bridge: using for_each_set_bit_from to simplify the codeWei Yongjun2013-03-121-3/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-14/+9
* bridge: Add vlan support for local fdb entriesVlad Yasevich2013-02-131-15/+46
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-131-17/+131
* bridge: Add vlan to unicast fdb entriesVlad Yasevich2013-02-131-29/+40
* netlink: add attributes to fdb interfacestephen hemminger2012-10-011-1/+2
* netdev: make address const in device address managementstephen hemminger2012-09-191-3/+3
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-3/+3
* time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet2012-08-091-1/+1
* bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-7/+7
* net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend2012-04-151-97/+31
* bridge: Stop using NLA_PUT*().David S. Miller2012-04-021-4/+4
* bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet2012-01-171-2/+2
* net:bridge: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* bridge: add local MAC address to forwarding table (v2)stephen hemminger2011-12-081-2/+18
OpenPOWER on IntegriCloud