summaryrefslogtreecommitdiff
path: root/net/bridge/br_input.c
AgeCommit message (Expand)Author
2024-04-11netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso
2023-10-27bridge: mcast: Rename MDB entry get functionIdo Schimmel
2023-09-19net: bridge: use DEV_STATS_INC()Eric Dumazet
2023-05-30skbuff: bridge: Add layer 2 miss indicationIdo Schimmel
2023-04-21bridge: Pass VLAN ID to br_flood()Ido Schimmel
2022-11-11bridge: Add missing parenthesesIdo Schimmel
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz
2022-05-19net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn
2022-03-17net: bridge: mst: Multiple Spanning Tree (MST) modeTobias Waldekranz
2022-02-23net: bridge: Add support for bridge port in locked modeHans Schultz
2021-08-24net: bridge: change return type of br_handle_ingress_vlan_tunnelKangmin Park
2021-07-20net: bridge: add vlan mcast snooping knobNikolay Aleksandrov
2021-07-20net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov
2021-05-13net: bridge: mcast: prepare is-router function for mcast router splitLinus Lüssing
2021-03-10net: bridge: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-09net: bridge: fix misspellings using codespell toolMenglong Dong
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit
2020-10-30net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov
2020-10-29net: bridge: extend the process of special framesHenrik Bjoernlund
2020-05-10net: bridge: allow enslaving some DSA master network devicesVladimir Oltean
2020-04-27bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur
2020-01-24net: bridge: vlan: add per-vlan stateNikolay Aleksandrov
2019-11-04net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov
2019-11-01net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-04netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal
2019-07-02net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16net: bridge: fix per-port af_packet socketsNikolay Aleksandrov
2019-04-15bridge: only include nf_queue.h if neededStephen Rothwell
2019-04-12bridge: broute: make broute a real ebtables tableFlorian Westphal
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal
2019-04-12bridge: reduce size of input cb to 16 bytesFlorian Westphal
2018-11-27net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov
2018-05-25net: bridge: add support for port isolationNikolay Aleksandrov
2017-11-10net: bridge: Rename mglist to host_joinedAndrew Lunn
2017-10-08bridge: suppress nd pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu
2017-10-08bridge: suppress arp pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu
2017-09-29net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov
2017-07-14net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov
2017-03-13bridge: drop netfilter fake rtable unconditionallyFlorian Westphal
2017-02-14bridge: fdb: converge fdb searching functions into oneNikolay Aleksandrov
2017-02-07bridge: avoid unnecessary read of jiffiesstephen hemminger
2017-02-06bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov
2017-02-03bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-01net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov