summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_input.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: Pass VLAN ID to br_flood()Ido Schimmel2023-04-211-1/+1
* bridge: Add missing parenthesesIdo Schimmel2022-11-111-1/+1
* bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz2022-11-031-2/+19
* net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn2022-05-191-0/+7
* net: bridge: mst: Multiple Spanning Tree (MST) modeTobias Waldekranz2022-03-171-2/+15
* net: bridge: Add support for bridge port in locked modeHans Schultz2022-02-231-1/+10
* net: bridge: change return type of br_handle_ingress_vlan_tunnelKangmin Park2021-08-241-5/+2
* net: bridge: add vlan mcast snooping knobNikolay Aleksandrov2021-07-201-2/+3
* net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov2021-07-201-5/+9
* net: bridge: mcast: prepare is-router function for mcast router splitLinus Lüssing2021-05-131-1/+1
* net: bridge: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* net: bridge: fix misspellings using codespell toolMenglong Dong2021-01-091-1/+1
* net: bridge: switch to net core statistics counters handlingHeiner Kallweit2020-11-211-5/+1
* net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov2020-10-301-1/+1
* net: bridge: extend the process of special framesHenrik Bjoernlund2020-10-291-1/+32
* net: bridge: allow enslaving some DSA master network devicesVladimir Oltean2020-05-101-1/+22
* bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur2020-04-271-0/+3
* net: bridge: vlan: add per-vlan stateNikolay Aleksandrov2020-01-241-2/+5
* net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov2019-11-041-0/+1
* net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov2019-11-011-2/+2
* net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov2019-10-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-5/+3
|\
| * net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov2019-07-021-5/+3
* | netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal2019-07-041-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-9/+14
|\
| * net: bridge: fix per-port af_packet socketsNikolay Aleksandrov2019-04-161-9/+14
* | bridge: only include nf_queue.h if neededStephen Rothwell2019-04-151-0/+2
* | bridge: broute: make broute a real ebtables tableFlorian Westphal2019-04-121-14/+4
* | bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal2019-04-121-4/+51
* | bridge: reduce size of input cb to 16 bytesFlorian Westphal2019-04-121-0/+2
|/
* net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov2018-11-271-1/+3
* net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov2018-09-261-1/+1
* net: bridge: add support for port isolationNikolay Aleksandrov2018-05-251-0/+1
* net: bridge: Rename mglist to host_joinedAndrew Lunn2017-11-101-1/+1
* bridge: suppress nd pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu2017-10-081-0/+11
* bridge: suppress arp pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu2017-10-081-58/+5
* net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov2017-09-291-0/+1
* net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov2017-07-141-1/+2
* bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2017-03-131-0/+1
* bridge: fdb: converge fdb searching functions into oneNikolay Aleksandrov2017-02-141-2/+2
* bridge: avoid unnecessary read of jiffiesstephen hemminger2017-02-071-2/+4
* bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov2017-02-061-1/+2
* bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu2017-02-031-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-5/+2
|\
| * net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov2016-09-011-5/+2
* | net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov2016-09-011-15/+25
* | bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-261-0/+2
|/
* bridge: Fix incorrect re-injection of LLDP packetsIdo Schimmel2016-07-251-0/+8
* net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov2016-07-161-3/+3