aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_fdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2015-02-09bridge: Fix inability to add non-vlan fdb entryToshiaki Makita1-7/+5
2015-02-04Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging"David S. Miller1-1/+1
2015-02-04bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the agingSiva Mannem1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-18net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko1-34/+4
2015-01-05net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski1-1/+6
2014-12-02bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman1-1/+90
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-35/+4
2014-12-02bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko1-7/+7
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-31bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita1-1/+1
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim1-3/+12
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-0/+5
2014-06-21bridge: use list_for_each_entry_continue_reverseLi RongQing1-6/+4
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu1-0/+3
2014-06-01bridge: notify user space after fdb updateJon Maxwell1-1/+7
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich1-6/+69
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich1-0/+56
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita1-1/+5
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita1-2/+18
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_portToshiaki Makita1-19/+6
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac_addressToshiaki Makita1-25/+32
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita1-1/+9
2014-02-10bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita1-9/+20
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita1-4/+12
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun1-2/+1
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita1-2/+2
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita1-5/+5
2013-06-25bridge: check for zero ether address in fdb addStephen Hemminger1-0/+5
2013-04-29bridge: Add fdb dst check during fdb updateroopa1-2/+14
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-24bridge: fix crash when set mac address of br interfaceHong zhi guo1-1/+1
2013-03-12bridge: using for_each_set_bit to simplify the codeWei Yongjun1-8/+2
2013-03-12bridge: using for_each_set_bit_from to simplify the codeWei Yongjun1-3/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-14/+9
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich1-15/+46
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-17/+131
2013-02-13bridge: Add vlan to unicast fdb entriesVlad Yasevich1-29/+40
2012-10-01netlink: add attributes to fdb interfacestephen hemminger1-1/+2
2012-09-19netdev: make address const in device address managementstephen hemminger1-3/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-3/+3
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-1/+1
2012-05-09bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches1-7/+7
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend1-97/+31
2012-04-02bridge: Stop using NLA_PUT*().David S. Miller1-4/+4
2012-01-17bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet1-2/+2
2011-12-16net:bridge: use IS_ENABLEDIgor Maravić1-1/+1
2011-12-08bridge: add local MAC address to forwarding table (v2)stephen hemminger1-2/+18