Age | Commit message (Expand) | Author |
2011-03-16 | net: introduce rx_handler results and logic around that | Jiri Pirko |
2011-03-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2011-03-14 | bridge: skip forwarding delay if not using STP | stephen hemminger |
2011-03-14 | bridge: control carrier based on ports online | stephen hemminger |
2011-03-12 | ipv4: Create and use route lookup helpers. | David S. Miller |
2011-03-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2011-03-10 | net: bridge builtin vs. ipv6 modular | Randy Dunlap |
2011-03-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2011-03-02 | ipv4: Make output route lookup return rtable directly. | David S. Miller |
2011-03-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller |
2011-02-22 | bridge: Use IPv6 link-local address for multicast listener queries | Linus Lüssing |
2011-02-22 | bridge: Fix MLD queries' ethernet source address | Linus Lüssing |
2011-02-22 | bridge: Allow mcast snooping for transient link local addresses too | Linus Lüssing |
2011-02-22 | bridge: Add missing ntohs()s for MLDv2 report parsing | Linus Lüssing |
2011-02-22 | bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 report | Linus Lüssing |
2011-02-22 | bridge: Fix IPv6 multicast snooping by storing correct protocol type | Linus Lüssing |
2011-02-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2011-02-14 | bridge: netfilter: fix information leak | Vasiliy Kulikov |
2011-02-13 | bridge: implement [add/del]_slave ops | Jiri Pirko |
2011-02-12 | bridge: Replace mp->mglist hlist with a bool | Herbert Xu |
2011-02-11 | bridge: Fix timer typo that may render snooping less effective | Herbert Xu |
2011-02-11 | bridge: Fix mglist corruption that leads to memory corruption | Herbert Xu |
2011-02-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2011-02-04 | bridge: Don't put partly initialized fdb into hash | Pavel Emelyanov |
2011-01-24 | net: reduce and unify printk level in netdev_fix_features() | Michał Mirosław |
2011-01-24 | net: change netdev->features to u32 | Michał Mirosław |
2011-01-13 | netfilter: ebt_ip6: allow matching on ipv6-icmp types/codes | Florian Westphal |
2011-01-13 | netfilter: x_table: speedup compat operations | Eric Dumazet |
2011-01-06 | net: bridge: check the length of skb after nf_bridge_maybe_copy_header() | Changli Gao |
2011-01-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2011-01-03 | net/bridge: fix trivial sparse errors | Tomas Winkler |
2011-01-03 | bridge: stp: ensure mac header is set | Florian Westphal |
2011-01-03 | bridge: fix br_multicast_ipv6_rcv for paged skbs | Tomas Winkler |
2010-12-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-12-16 | bridge: fix IPv6 queries for bridge multicast snooping | David Stevens |
2010-12-10 | bridge: Use consistent NF_DROP returns in nf_pre_routing | Herbert Xu |
2010-12-10 | bridge: Fix return values of br_multicast_add_group/br_multicast_new_group | Tobias Klauser |
2010-12-09 | net: Abstract away all dst_entry metrics accesses. | David S. Miller |
2010-11-17 | net: use the macros defined for the members of flowi | Changli Gao |
2010-11-15 | bridge: add RCU annotations to bridge port lookup | Eric Dumazet |
2010-11-15 | bridge: fix RCU races with bridge port | stephen hemminger |
2010-11-15 | bridge: add proper RCU annotation to should_route_hook | Eric Dumazet |
2010-11-15 | bridge: add RCU annotation to bridge multicast table | Eric Dumazet |
2010-10-21 | bridge: Forward reserved group addresses if !STP | Benjamin Poirier |
2010-10-21 | bridge: make br_parse_ip_options static | stephen hemminger |
2010-10-21 | bridge: Add support for TX vlan offload. | Jesse Gross |
2010-10-21 | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross |
2010-10-21 | ebtables: Allow filtering of hardware accelerated vlan frames. | Jesse Gross |
2010-10-11 | net dst: use a percpu_counter to track entries | Eric Dumazet |
2010-09-19 | bridge : Sanitize skb before it enters the IP stack | Bandan Das |