aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_stp_bpdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-1/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-2/+2
2015-09-17bridge: Introduce br_send_bpdu_finishEric W. Biederman1-1/+6
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-2/+3
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko1-1/+1
2013-02-11bridge: set priority of STP packetsStephen Hemminger1-0/+2
2012-11-14bridge: implement BPDU blockingstephen hemminger1-0/+7
2012-05-09bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2011-07-22bridge: minor cleanupsstephen hemminger1-3/+1
2011-07-22bridge: ignore bogus STP config packetsstephen hemminger1-0/+11
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2011-01-03bridge: stp: ensure mac header is setFlorian Westphal1-0/+2
2010-11-15bridge: fix RCU races with bridge portstephen hemminger1-4/+4
2010-08-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-07-28bridge: add rcu_read_lock on transmitstephen hemminger1-1/+1
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-2/+3
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: bridge: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-1/+1
2008-09-08netns bridge: allow bridges in netns!Alexey Dobriyan1-3/+0
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-05bridge: Use STP demuxPatrick McHardy1-9/+3
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison1-2/+2
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+4
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen1-1/+1
2007-04-25bridge: add support for user mode STPStephen Hemminger1-6/+13
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2006-09-17[BRIDGE]: random extra bytes on STP TCN packetStephen Hemminger1-1/+1
2006-03-24[BRIDGE]: Unaligned accesses in the ethernet bridgePeter Chubb1-2/+3
2006-03-20[BRIDGE]: use LLC to send STPStephen Hemminger1-69/+59
2006-03-20[BRIDGE]: allow show/store of group multicast addressStephen Hemminger1-2/+2
2006-03-20[BRIDGE]: use llc for receiving STP packetsStephen Hemminger1-18/+33
2006-03-20[BRIDGE]: stp timer to jiffies cleanupStephen Hemminger1-9/+8
2006-02-09[BRIDGE]: fix for RCU and deadlock on device removalStephen Hemminger1-12/+18
2005-05-29[BRIDGE]: prevent bad forwarding table updatesStephen Hemminger1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+205