summaryrefslogtreecommitdiff
path: root/net/bridge/br_forward.c
AgeCommit message (Expand)Author
2015-10-30bridge: set is_local and is_static before fdb entry is added to the fdb hasht...Roopa Prabhu
2015-10-13bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-07-29bridge: Fix network header pointer for vlan tagged packetsToshiaki Makita
2015-07-09bridge: fix potential crash in __netdev_pick_tx()Eric Dumazet
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-09bridge: move mac header copying into br_netfilterFlorian Westphal
2015-03-05bridge: Extend Proxy ARP design to allow optional rules for Wi-FiJouni Malinen
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-31netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso
2014-10-27bridge: Add support for IEEE 802.11 Proxy ARPKyeyoon Park
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso
2014-03-31bridge: use is_skb_forwardable in forward pathVlad Yasevich
2013-12-19bridge: remove unnecessary parenthesestanxiaojun
2013-12-18bridge: spelling fixestanxiaojun
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich
2012-08-14netpoll: check netpoll tx status on the right deviceAmerigo Wang
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-24set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-12-08bridge: add local MAC address to forwarding table (v2)stephen hemminger
2011-01-06net: bridge: check the length of skb after nf_bridge_maybe_copy_header()Changli Gao
2010-11-15bridge: add RCU annotation to bridge multicast tableEric Dumazet
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-15bridge: Fix OOM crash in deliver_cloneHerbert Xu
2010-06-15bridge: Fix netpoll supportHerbert Xu
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-05-06bridge: make bridge support netpollWANG Cong
2010-04-27bridge: multicast_flood cleanupstephen hemminger
2010-04-27bridge: multicast port group RCU fixstephen hemminger
2010-04-27bridge: multicast floodstephen hemminger
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-13netfilter: bridge-netfilter: update a comment in br_forward.c about ip_fragme...Bart De Schuymer
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: bridge: use NFPROTO values for NF_HOOK invocationJan Engelhardt
2010-03-16bridge: Make first arg to deliver_clone const.David S. Miller
2010-03-16bridge: Fix br_forward crash in promiscuous modeMichael Braun
2010-02-28bridge: Add multicast forwarding functionsHerbert Xu
2010-02-28bridge: Split may_deliver/deliver_clone out of br_floodHerbert Xu
2010-02-28bridge: Use BR_INPUT_SKB_CB on xmit pathHerbert Xu
2010-02-28bridge: Avoid unnecessary clone on forward pathHerbert Xu
2009-08-13net/bridge: Add 'hairpin' port forwarding modeFischer, Anna
2009-02-09bridge: Fix LRO crash with tunHerbert Xu
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings
2008-06-11net: remove CVS keywordsAdrian Bunk