index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: Use IPv6 link-local address for multicast listener queries
Linus Lüssing
2011-02-22
1
-1
/
+2
*
bridge: Fix MLD queries' ethernet source address
Linus Lüssing
2011-02-22
1
-1
/
+1
*
bridge: Allow mcast snooping for transient link local addresses too
Linus Lüssing
2011-02-22
1
-5
/
+4
*
bridge: Add missing ntohs()s for MLDv2 report parsing
Linus Lüssing
2011-02-22
1
-2
/
+3
*
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
*
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: Don't put partly initialized fdb into hash
Pavel Emelyanov
2011-02-04
1
-2
/
+2
*
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
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-07-07
2
-9
/
+15
|
\
\
|
|
/
|
*
bridge: Clear IPCB before possible entry into IP stack
Herbert Xu
2010-07-07
1
-0
/
+3
|
*
bridge br_multicast: BUG: unable to handle kernel NULL pointer dereference
Herbert Xu
2010-07-05
1
-9
/
+12
*
|
net: fix 64 bit counters on 32 bit arches
Eric Dumazet
2010-07-07
1
-2
/
+2
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2010-07-02
3
-9
/
+97
|
\
\
|
*
|
bridge: add per bridge device controls for invoking iptables
Patrick McHardy
2010-07-02
3
-9
/
+97
[next]