summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: bridge: drop skb2/skb0 variables and use a local_rcv booleanNikolay Aleksandrov2016-07-161-15/+10
* net: bridge: rearrange flood vs unicast receive pathsNikolay Aleksandrov2016-07-161-15/+14
* net: bridge: minor style adjustments in br_handle_frame_finishNikolay Aleksandrov2016-07-161-10/+8
* net: bridge: extend MLD/IGMP query statsNikolay Aleksandrov2016-07-091-1/+1
* net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov2016-06-301-0/+3
* bridge: Fix incorrect re-injection of STP packetsIdo Schimmel2016-06-101-3/+12
* bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdictFlorian Westphal2016-03-141-9/+7
* bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov2015-10-131-2/+2
* bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov2015-10-011-1/+1
* bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov2015-09-291-5/+5
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-3/+4
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-6/+7
* bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman2015-09-171-1/+6
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-7/+9
* bridge: Extend Proxy ARP design to allow optional rules for Wi-FiJouni Malinen2015-03-051-7/+10
* bridge: only provide proxy ARP when CONFIG_INET is enabledArnd Bergmann2015-01-141-1/+2
* bridge: Add support for IEEE 802.11 Proxy ARPKyeyoon Park2014-10-271-0/+60
* netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-261-0/+1
* bridge: Prepare for forwarding another bridge group addressesToshiaki Makita2014-06-111-2/+6
* bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-021-2/+2
* bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2014-04-111-1/+1
* bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2014-03-281-5/+6
* bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-101-2/+2
* net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-041-1/+1
* bridge: pass correct vlan id to multicast codeVlad Yasevich2013-10-291-1/+1
* bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-301-1/+1
* bridge: disable snooping if there is no querierLinus Lüssing2013-07-311-1/+2
* bridge: Add a flag to control unicast packet flood.Vlad Yasevich2013-06-111-3/+6
* bridge: Add flag to control mac learning.Vlad Yasevich2013-06-111-2/+4
* bridge: add missing vid to br_mdb_get()Cong Wang2013-03-071-1/+1
* bridge: Add vlan to unicast fdb entriesVlad Yasevich2013-02-131-3/+6
* bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich2013-02-131-1/+6
* bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich2013-02-131-0/+10
* bridge: Validate that vlan is permitted on ingressVlad Yasevich2013-02-131-0/+4
* eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-021-1/+1
* net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2012-10-291-15/+0
* bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-1/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* bridge: allow forwarding some link local framesstephen hemminger2011-10-061-5/+28
* bridge: Always flood broadcast packetsHerbert Xu2011-07-051-2/+4