Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-10bridge: Fix inability to add non-vlan fdb entryToshiaki Makita
2015-02-05Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...David S. Miller
2015-02-05bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...Siva Mannem
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-18net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko
2015-01-06net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski
2014-12-03bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-12-03bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-31bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim
2014-06-22bridge: use list_for_each_entry_continue_reverseLi RongQing
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-03bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu
2014-06-02bridge: notify user space after fdb updateJon Maxwell
2014-05-17bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich
2014-05-17bridge: Add functionality to sync static fdb entries to hwVlad Yasevich
2014-02-11bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita
2014-02-11bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita
2014-02-11bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita
2014-02-11bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita
2014-02-11bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita
2014-02-11bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita
2014-02-11bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita
2013-12-20bridge: remove unnecessary condition judgmenttanxiaojun
2013-10-19bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita
2013-08-21bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita
2013-06-26bridge: check for zero ether address in fdb addStephen Hemminger
2013-04-29bridge: Add fdb dst check during fdb updateroopa
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-25bridge: fix crash when set mac address of br interfaceHong zhi guo
2013-03-12bridge: using for_each_set_bit to simplify the codeWei Yongjun
2013-03-12bridge: using for_each_set_bit_from to simplify the codeWei Yongjun
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-14bridge: Add vlan support for local fdb entriesVlad Yasevich
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich
2013-02-14bridge: Add vlan to unicast fdb entriesVlad Yasevich
2012-10-02netlink: add attributes to fdb interfacestephen hemminger
2012-09-20netdev: make address const in device address managementstephen hemminger
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-10time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet
2012-05-10bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend
2012-04-02bridge: Stop using NLA_PUT*().David S. Miller
2012-01-17bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet
2011-12-17net:bridge: use IS_ENABLEDIgor Maravić
2011-12-09bridge: add local MAC address to forwarding table (v2)stephen hemminger
2011-12-09bridge: rearrange fdb notifications (v2)stephen hemminger