aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_input.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso1-4/+11
2023-10-27bridge: mcast: Rename MDB entry get functionIdo Schimmel1-1/+1
2023-09-19net: bridge: use DEV_STATS_INC()Eric Dumazet1-2/+2
2023-05-30skbuff: bridge: Add layer 2 miss indicationIdo Schimmel1-0/+1
2023-04-21bridge: Pass VLAN ID to br_flood()Ido Schimmel1-1/+1
2022-11-11bridge: Add missing parenthesesIdo Schimmel1-1/+1
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz1-2/+19
2022-05-19net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn1-0/+7
2022-03-17net: bridge: mst: Multiple Spanning Tree (MST) modeTobias Waldekranz1-2/+15
2022-02-23net: bridge: Add support for bridge port in locked modeHans Schultz1-1/+10
2021-08-24net: bridge: change return type of br_handle_ingress_vlan_tunnelKangmin Park1-5/+2
2021-07-20net: bridge: add vlan mcast snooping knobNikolay Aleksandrov1-2/+3
2021-07-20net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov1-5/+9
2021-05-13net: bridge: mcast: prepare is-router function for mcast router splitLinus Lüssing1-1/+1
2021-03-10net: bridge: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-01-09net: bridge: fix misspellings using codespell toolMenglong Dong1-1/+1
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit1-5/+1
2020-10-30net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov1-1/+1
2020-10-29net: bridge: extend the process of special framesHenrik Bjoernlund1-1/+32
2020-05-10net: bridge: allow enslaving some DSA master network devicesVladimir Oltean1-1/+22
2020-04-27bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur1-0/+3
2020-01-24net: bridge: vlan: add per-vlan stateNikolay Aleksandrov1-2/+5
2019-11-04net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov1-0/+1
2019-11-01net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov1-2/+2
2019-10-29net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov1-1/+1
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2019-07-04netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal1-1/+1
2019-07-02net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov1-5/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+14
2019-04-16net: bridge: fix per-port af_packet socketsNikolay Aleksandrov1-9/+14
2019-04-15bridge: only include nf_queue.h if neededStephen Rothwell1-0/+2
2019-04-12bridge: broute: make broute a real ebtables tableFlorian Westphal1-14/+4
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal1-4/+51
2019-04-12bridge: reduce size of input cb to 16 bytesFlorian Westphal1-0/+2
2018-11-27net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov1-1/+3
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov1-1/+1
2018-05-25net: bridge: add support for port isolationNikolay Aleksandrov1-0/+1
2017-11-10net: bridge: Rename mglist to host_joinedAndrew Lunn1-1/+1
2017-10-08bridge: suppress nd pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu1-0/+11
2017-10-08bridge: suppress arp pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu1-58/+5
2017-09-29net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov1-0/+1
2017-07-14net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov1-1/+2
2017-03-13bridge: drop netfilter fake rtable unconditionallyFlorian Westphal1-0/+1
2017-02-14bridge: fdb: converge fdb searching functions into oneNikolay Aleksandrov1-2/+2
2017-02-07bridge: avoid unnecessary read of jiffiesstephen hemminger1-2/+4
2017-02-06bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov1-1/+2
2017-02-03bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu1-1/+7
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2016-09-01net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov1-15/+25
2016-09-01net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov1-5/+2
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-0/+2
2016-07-25bridge: Fix incorrect re-injection of LLDP packetsIdo Schimmel1-0/+8
2016-07-16net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov1-3/+3
2016-07-16net: bridge: drop skb2/skb0 variables and use a local_rcv booleanNikolay Aleksandrov1-15/+10
2016-07-16net: bridge: rearrange flood vs unicast receive pathsNikolay Aleksandrov1-15/+14
2016-07-16net: bridge: minor style adjustments in br_handle_frame_finishNikolay Aleksandrov1-10/+8
2016-07-09net: bridge: extend MLD/IGMP query statsNikolay Aleksandrov1-1/+1
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov1-0/+3
2016-06-10bridge: Fix incorrect re-injection of STP packetsIdo Schimmel1-3/+12
2016-03-14bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdictFlorian Westphal1-9/+7
2015-10-13bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov1-2/+2
2015-10-01bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov1-1/+1
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov1-5/+5
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-3/+4
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-6/+7
2015-09-17bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman1-1/+6
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-7/+9
2015-03-05bridge: Extend Proxy ARP design to allow optional rules for Wi-FiJouni Malinen1-7/+10
2015-01-14bridge: only provide proxy ARP when CONFIG_INET is enabledArnd Bergmann1-1/+2
2014-10-27bridge: Add support for IEEE 802.11 Proxy ARPKyeyoon Park1-0/+60
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso1-0/+1
2014-06-11bridge: Prepare for forwarding another bridge group addressesToshiaki Makita1-2/+6
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita1-2/+2
2014-04-11bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita1-1/+1
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich1-5/+6
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita1-2/+2
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-1/+1
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich1-1/+1
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing1-1/+1
2013-07-31bridge: disable snooping if there is no querierLinus Lüssing1-1/+2
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich1-3/+6
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich1-2/+4
2013-03-07bridge: add missing vid to br_mdb_get()Cong Wang1-1/+1
2013-02-13bridge: Add vlan to unicast fdb entriesVlad Yasevich1-3/+6
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich1-1/+6
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich1-0/+10
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich1-0/+4
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings1-1/+1
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend1-15/+0
2012-05-09bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-06bridge: allow forwarding some link local framesstephen hemminger1-5/+28
2011-07-05bridge: Always flood broadcast packetsHerbert Xu1-2/+4
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-21Revert "bridge: Forward reserved group addresses if !STP"David S. Miller1-1/+1
2011-04-04bridge: track last used time in forwarding tablestephen hemminger1-2/+3
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko1-10/+15
2011-02-12bridge: Replace mp->mglist hlist with a boolHerbert Xu1-1/+1
2010-11-15bridge: add proper RCU annotation to should_route_hookEric Dumazet1-3/+7
2010-10-21bridge: Forward reserved group addresses if !STPBenjamin Poirier1-1/+1
2010-08-22bridge: is PACKET_LOOPBACK unlikely()?Simon Horman1-1/+1
2010-08-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+3
2010-07-28bridge: add rcu_read_lock on transmitstephen hemminger1-3/+3
2010-06-23bridge: 64bit rx/tx countersEric Dumazet1-0/+2
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-5/+4
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko1-3/+9
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25netfilter: bridge: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-3/+3
2010-03-16bridge: per-cpu packet statistics (v3)stephen hemminger1-2/+4
2010-03-16bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only witho...YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2010-03-16bridge: Fix br_forward crash in promiscuous modeMichael Braun1-1/+1
2010-02-28bridge: Add multicast data-path hooksHerbert Xu1-1/+17
2010-02-28bridge: Avoid unnecessary clone on forward pathHerbert Xu1-4/+1
2010-02-28bridge: Allow tail-call on br_pass_frame_upHerbert Xu1-5/+7
2010-02-28bridge: Do br_pass_frame_up after other portsHerbert Xu1-3/+3
2009-05-17bridge: relay bridge multicast pkgs if !STPStephen Hemminger1-0/+5
2008-06-17bridge: handle process all link-local framesStephen Hemminger1-8/+5
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-21bridge: Use on-device stats instead of private ones.Pavel Emelyanov1-5/+5
2008-01-28[BRIDGE]: Use cpu_to_be16() where appropriate.YOSHIFUJI Hideaki1-1/+1
2007-11-29[BRIDGE]: Properly dereference the br_should_route_hookPavel Emelyanov1-3/+4
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-1/+1
2007-10-15[BRIDGE]: Unshare skb upon entryHerbert Xu1-0/+4
2007-09-16[BRIDGE]: Kill clone argument to br_flood_*Herbert Xu1-26/+22
2007-08-30[BRIDGE]: Packets leaking out of disabled/blocked ports.Stephen Hemminger1-2/+1
2007-07-26net/* misc endianness annotationsAl Viro1-3/+3
2007-04-25[BRIDGE]: if no STP then forward all BPDUsStephen Hemminger1-2/+8
2007-04-25[BRIDGE]: drop PAUSE framesStephen Hemminger1-1/+6
2007-04-25[BRIDGE]: don't change packet typeStephen Hemminger1-4/+1
2007-04-25bridge: don't route packets while learningStephen Hemminger1-7/+10
2007-04-25bridge: eliminate call by referenceStephen Hemminger1-11/+9
2007-04-25[BRIDGE]: faster compare for link local addressesStephen Hemminger1-1/+5
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-05-05[BRIDGE]: keep track of received multicast packetsStephen Hemminger1-0/+1
2006-04-11[BRIDGE]: receive link-local on disabled ports.Stephen Hemminger1-3/+0
2006-03-20[BRIDGE]: Remove duplicate const from is_link_local() argument type.Andrew Morton1-1/+1
2006-03-20[BRIDGE]: allow show/store of group multicast addressStephen Hemminger1-3/+4
2006-03-20[BRIDGE]: use llc for receiving STP packetsStephen Hemminger1-9/+23
2006-03-20[BRIDGE]: optimize frame pass upStephen Hemminger1-7/+1
2006-02-09[BRIDGE]: fix for RCU and deadlock on device removalStephen Hemminger1-7/+12
2006-01-06[NET]: Use newer is_multicast_ether_addr() in some filesKris Katterjohn1-1/+1
2006-01-03[BRIDGE]: filter packets in learning stateStephen Hemminger1-4/+7
2005-10-31[BRIDGE]: Use ether_compareStephen Hemminger1-1/+1
2005-06-21[NETFILTER]: Kill nf_debugPatrick McHardy1-4/+0
2005-05-29[BRIDGE]: receive path optimizationStephen Hemminger1-1/+1
2005-05-29[BRIDGE]: prevent bad forwarding table updatesStephen Hemminger1-2/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+144