aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-12bridge: Replace mp->mglist hlist with a boolHerbert Xu3-12/+9
2011-02-11bridge: Fix timer typo that may render snooping less effectiveHerbert Xu1-2/+2
2011-02-11bridge: Fix mglist corruption that leads to memory corruptionHerbert Xu1-1/+2
2011-02-04bridge: Don't put partly initialized fdb into hashPavel Emelyanov1-2/+2
2011-01-06net: bridge: check the length of skb after nf_bridge_maybe_copy_header()Changli Gao1-10/+6
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-10/+20
2011-01-03net/bridge: fix trivial sparse errorsTomas Winkler2-2/+2
2011-01-03bridge: stp: ensure mac header is setFlorian Westphal1-0/+2
2011-01-03bridge: fix br_multicast_ipv6_rcv for paged skbsTomas Winkler1-10/+18
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-12-16bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens1-1/+1
2010-12-10bridge: Use consistent NF_DROP returns in nf_pre_routingHerbert Xu1-16/+9
2010-12-10bridge: Fix return values of br_multicast_add_group/br_multicast_new_groupTobias Klauser1-4/+6
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller2-2/+2
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-7/+2
2010-11-15bridge: add RCU annotations to bridge port lookupEric Dumazet4-7/+8
2010-11-15bridge: fix RCU races with bridge portstephen hemminger8-34/+44
2010-11-15bridge: add proper RCU annotation to should_route_hookEric Dumazet3-8/+9
2010-11-15bridge: add RCU annotation to bridge multicast tableEric Dumazet3-32/+56
2010-10-21bridge: Forward reserved group addresses if !STPBenjamin Poirier1-1/+1
2010-10-21bridge: make br_parse_ip_options staticstephen hemminger1-1/+1
2010-10-21bridge: Add support for TX vlan offload.Jesse Gross1-1/+7
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-2/+2
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross3-18/+34
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet1-2/+9
2010-09-19bridge : Sanitize skb before it enters the IP stackBandan Das1-29/+78
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+5
2010-09-01bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller1-2/+4
2010-08-25bridge: avoid ethtool on non running interfacestephen hemminger1-11/+12
2010-08-25bridge: fix locking commentStephen Hemminger1-5/+1
2010-08-23bridge: netfilter: fix a memory leakChangli Gao1-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/net-2.6David S. Miller4-8/+11
2010-07-30bridge: Allow multicast snooping to be disabled before ifupHerbert Xu1-5/+4
2010-07-30bridge: Fix skb leak when multicast parsing fails on TXHerbert Xu1-1/+3
2010-07-28bridge: add rcu_read_lock on transmitstephen hemminger4-6/+8
2010-07-19bridge: Partially disable netpoll supportHerbert Xu2-31/+1
2010-07-15net: bridge: fix sign bugKulikov Vasiliy1-1/+1
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-9/+15
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-2/+2
2010-07-07bridge: Clear IPCB before possible entry into IP stackHerbert Xu1-0/+3
2010-07-05bridge br_multicast: BUG: unable to handle kernel NULL pointer dereferenceHerbert Xu1-9/+12
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller3-9/+97
2010-07-02bridge: add per bridge device controls for invoking iptablesPatrick McHardy3-9/+97
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+4
2010-06-23bridge: 64bit rx/tx countersEric Dumazet3-13/+23
2010-06-17bridge: fdb cleanup runs too oftenstephen hemminger1-4/+2
2010-06-15bridge: Add const to dummy br_netpoll_send_skbHerbert Xu1-1/+1
2010-06-15bridge: Fix OOM crash in deliver_cloneHerbert Xu1-2/+2
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-4/+2