| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 report | Linus Lüssing | 2011-02-22 | 1 | -1/+1 |
| * | bridge: Fix IPv6 multicast snooping by storing correct protocol type | Linus Lüssing | 2011-02-22 | 1 | -1/+1 |
* | | ipv4: Make output route lookup return rtable directly. | David S. Miller | 2011-03-02 | 1 | -4/+5 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-03-02 | 1 | -0/+2 |
|\ \ |
|
| * | | bridge: netfilter: fix information leak | Vasiliy Kulikov | 2011-02-14 | 1 | -0/+2 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-02-19 | 3 | -13/+11 |
|\ \ \
| | |/
| |/| |
|
| * | | bridge: Replace mp->mglist hlist with a bool | Herbert Xu | 2011-02-12 | 3 | -12/+9 |
| * | | bridge: Fix timer typo that may render snooping less effective | Herbert Xu | 2011-02-11 | 1 | -2/+2 |
| * | | bridge: Fix mglist corruption that leads to memory corruption | Herbert Xu | 2011-02-11 | 1 | -1/+2 |
* | | | bridge: implement [add/del]_slave ops | Jiri Pirko | 2011-02-13 | 2 | -1/+27 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-02-04 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | bridge: Don't put partly initialized fdb into hash | Pavel Emelyanov | 2011-02-04 | 1 | -2/+2 |
* | | | net: reduce and unify printk level in netdev_fix_features() | Michał Mirosław | 2011-01-24 | 1 | -1/+1 |
* | | | net: change netdev->features to u32 | Michał Mirosław | 2011-01-24 | 2 | -2/+2 |
| |/
|/| |
|
* | | netfilter: ebt_ip6: allow matching on ipv6-icmp types/codes | Florian Westphal | 2011-01-13 | 1 | -12/+34 |
* | | netfilter: x_table: speedup compat operations | Eric Dumazet | 2011-01-13 | 1 | -0/+1 |
|/ |
|
* | net: bridge: check the length of skb after nf_bridge_maybe_copy_header() | Changli Gao | 2011-01-06 | 1 | -10/+6 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-01-04 | 2 | -10/+20 |
|\ |
|
| * | bridge: stp: ensure mac header is set | Florian Westphal | 2011-01-03 | 1 | -0/+2 |
| * | bridge: fix br_multicast_ipv6_rcv for paged skbs | Tomas Winkler | 2011-01-03 | 1 | -10/+18 |
* | | net/bridge: fix trivial sparse errors | Tomas Winkler | 2011-01-03 | 2 | -2/+2 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | bridge: fix IPv6 queries for bridge multicast snooping | David Stevens | 2010-12-16 | 1 | -1/+1 |
* | | bridge: Use consistent NF_DROP returns in nf_pre_routing | Herbert Xu | 2010-12-10 | 1 | -16/+9 |
* | | bridge: Fix return values of br_multicast_add_group/br_multicast_new_group | Tobias Klauser | 2010-12-10 | 1 | -4/+6 |
* | | net: Abstract away all dst_entry metrics accesses. | David S. Miller | 2010-12-09 | 2 | -2/+2 |
* | | net: use the macros defined for the members of flowi | Changli Gao | 2010-11-17 | 1 | -7/+2 |
* | | bridge: add RCU annotations to bridge port lookup | Eric Dumazet | 2010-11-15 | 4 | -7/+8 |
* | | bridge: fix RCU races with bridge port | stephen hemminger | 2010-11-15 | 8 | -34/+44 |
* | | bridge: add proper RCU annotation to should_route_hook | Eric Dumazet | 2010-11-15 | 3 | -8/+9 |
* | | bridge: add RCU annotation to bridge multicast table | Eric Dumazet | 2010-11-15 | 3 | -32/+56 |
|/ |
|
* | bridge: Forward reserved group addresses if !STP | Benjamin Poirier | 2010-10-21 | 1 | -1/+1 |
* | bridge: make br_parse_ip_options static | stephen hemminger | 2010-10-21 | 1 | -1/+1 |
* | bridge: Add support for TX vlan offload. | Jesse Gross | 2010-10-21 | 1 | -1/+7 |
* | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross | 2010-10-21 | 1 | -2/+2 |
* | ebtables: Allow filtering of hardware accelerated vlan frames. | Jesse Gross | 2010-10-21 | 3 | -18/+34 |
* | net dst: use a percpu_counter to track entries | Eric Dumazet | 2010-10-11 | 1 | -2/+9 |
* | bridge : Sanitize skb before it enters the IP stack | Bandan Das | 2010-09-19 | 1 | -29/+78 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-09-09 | 1 | -3/+5 |
|\ |
|
| * | bridge: Clear INET control block of SKBs passed into ip_fragment(). | David S. Miller | 2010-09-01 | 1 | -2/+4 |
| * | bridge: netfilter: fix a memory leak | Changli Gao | 2010-08-23 | 1 | -1/+1 |
* | | bridge: avoid ethtool on non running interface | stephen hemminger | 2010-08-25 | 1 | -11/+12 |
* | | bridge: fix locking comment | Stephen Hemminger | 2010-08-25 | 1 | -5/+1 |
* | | bridge: is PACKET_LOOPBACK unlikely()? | Simon Horman | 2010-08-22 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-08-02 | 4 | -8/+11 |
|\ |
|
| * | bridge: Fix skb leak when multicast parsing fails on TX | Herbert Xu | 2010-07-30 | 1 | -1/+3 |
| * | bridge: add rcu_read_lock on transmit | stephen hemminger | 2010-07-28 | 4 | -6/+8 |
| * | bridge: Partially disable netpoll support | Herbert Xu | 2010-07-19 | 2 | -31/+1 |
* | | bridge: Allow multicast snooping to be disabled before ifup | Herbert Xu | 2010-07-30 | 1 | -5/+4 |
* | | net: bridge: fix sign bug | Kulikov Vasiliy | 2010-07-15 | 1 | -1/+1 |