aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-14bridge: control carrier based on ports onlinestephen hemminger3-13/+27
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-5/+2
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-03-10net: bridge builtin vs. ipv6 modularRandy Dunlap1-0/+1
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+12
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-4/+5
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-0/+2
2011-02-22bridge: Use IPv6 link-local address for multicast listener queriesLinus Lüssing1-1/+2
2011-02-22bridge: Fix MLD queries' ethernet source addressLinus Lüssing1-1/+1
2011-02-22bridge: Allow mcast snooping for transient link local addresses tooLinus Lüssing1-5/+4
2011-02-22bridge: Add missing ntohs()s for MLDv2 report parsingLinus Lüssing1-2/+3
2011-02-22bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 reportLinus Lüssing1-1/+1
2011-02-22bridge: Fix IPv6 multicast snooping by storing correct protocol typeLinus Lüssing1-1/+1
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-13/+11
2011-02-14bridge: netfilter: fix information leakVasiliy Kulikov1-0/+2
2011-02-13bridge: implement [add/del]_slave opsJiri Pirko2-1/+27
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-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-02-04bridge: Don't put partly initialized fdb into hashPavel Emelyanov1-2/+2
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław1-1/+1
2011-01-24net: change netdev->features to u32Michał Mirosław2-2/+2
2011-01-13netfilter: ebt_ip6: allow matching on ipv6-icmp types/codesFlorian Westphal1-12/+34
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet1-0/+1
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