aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* net: introduce rx_handler results and logic around thatJiri Pirko2011-03-162-11/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-151-2/+2
|\
| * bridge: skip forwarding delay if not using STPstephen hemminger2011-03-141-2/+2
* | bridge: control carrier based on ports onlinestephen hemminger2011-03-143-13/+27
* | ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-5/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-101-0/+1
|\ \ | |/
| * net: bridge builtin vs. ipv6 modularRandy Dunlap2011-03-101-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-11/+12
|\ \ | |/
| * bridge: Use IPv6 link-local address for multicast listener queriesLinus Lüssing2011-02-221-1/+2
| * bridge: Fix MLD queries' ethernet source addressLinus Lüssing2011-02-221-1/+1
| * bridge: Allow mcast snooping for transient link local addresses tooLinus Lüssing2011-02-221-5/+4
| * bridge: Add missing ntohs()s for MLDv2 report parsingLinus Lüssing2011-02-221-2/+3
| * bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 reportLinus Lüssing2011-02-221-1/+1
| * bridge: Fix IPv6 multicast snooping by storing correct protocol typeLinus Lüssing2011-02-221-1/+1
* | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-4/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-021-0/+2
|\ \
| * | bridge: netfilter: fix information leakVasiliy Kulikov2011-02-141-0/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-193-13/+11
|\ \ \ | | |/ | |/|
| * | bridge: Replace mp->mglist hlist with a boolHerbert Xu2011-02-123-12/+9
| * | bridge: Fix timer typo that may render snooping less effectiveHerbert Xu2011-02-111-2/+2
| * | bridge: Fix mglist corruption that leads to memory corruptionHerbert Xu2011-02-111-1/+2
* | | bridge: implement [add/del]_slave opsJiri Pirko2011-02-132-1/+27
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-2/+2
|\ \ \ | |/ /
| * | bridge: Don't put partly initialized fdb into hashPavel Emelyanov2011-02-041-2/+2
* | | net: reduce and unify printk level in netdev_fix_features()Michał Mirosław2011-01-241-1/+1
* | | net: change netdev->features to u32Michał Mirosław2011-01-242-2/+2
| |/ |/|
* | netfilter: ebt_ip6: allow matching on ipv6-icmp types/codesFlorian Westphal2011-01-131-12/+34
* | netfilter: x_table: speedup compat operationsEric Dumazet2011-01-131-0/+1
|/
* net: bridge: check the length of skb after nf_bridge_maybe_copy_header()Changli Gao2011-01-061-10/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-042-10/+20
|\
| * bridge: stp: ensure mac header is setFlorian Westphal2011-01-031-0/+2
| * bridge: fix br_multicast_ipv6_rcv for paged skbsTomas Winkler2011-01-031-10/+18
* | net/bridge: fix trivial sparse errorsTomas Winkler2011-01-032-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-1/+1
|\ \ | |/
| * bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens2010-12-161-1/+1
* | bridge: Use consistent NF_DROP returns in nf_pre_routingHerbert Xu2010-12-101-16/+9
* | bridge: Fix return values of br_multicast_add_group/br_multicast_new_groupTobias Klauser2010-12-101-4/+6
* | net: Abstract away all dst_entry metrics accesses.David S. Miller2010-12-092-2/+2
* | net: use the macros defined for the members of flowiChangli Gao2010-11-171-7/+2
* | bridge: add RCU annotations to bridge port lookupEric Dumazet2010-11-154-7/+8
* | bridge: fix RCU races with bridge portstephen hemminger2010-11-158-34/+44
* | bridge: add proper RCU annotation to should_route_hookEric Dumazet2010-11-153-8/+9
* | bridge: add RCU annotation to bridge multicast tableEric Dumazet2010-11-153-32/+56
|/
* bridge: Forward reserved group addresses if !STPBenjamin Poirier2010-10-211-1/+1
* bridge: make br_parse_ip_options staticstephen hemminger2010-10-211-1/+1
* bridge: Add support for TX vlan offload.Jesse Gross2010-10-211-1/+7
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-2/+2
* ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross2010-10-213-18/+34
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-111-2/+9
* bridge : Sanitize skb before it enters the IP stackBandan Das2010-09-191-29/+78