index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Commit message (
Expand
)
Author
Age
Files
Lines
*
set fake_rtable's dst to NULL to avoid kernel Oops
Peter Huang (Peng)
2012-04-24
2
-6
/
+3
*
bridge: Do not send queries on multicast group leaves
Herbert Xu
2012-04-11
2
-85
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-03-09
4
-20
/
+33
|
\
|
*
bridge: fix state reporting when port is disabled
Paulius Zaleckas
2012-03-08
1
-2
/
+1
|
*
bridge: br_log_state() s/entering/entered/
Paulius Zaleckas
2012-03-08
1
-1
/
+1
|
*
bridge: netfilter: don't call iptables on vlan packets if sysctl is off
Florian Westphal
2012-03-06
1
-14
/
+18
|
*
netfilter: bridge: fix wrong pointer dereference
Pablo Neira Ayuso
2012-03-06
1
-1
/
+1
|
*
netfilter: ebtables: fix wrong name length while copying to user-space
Santosh Nayak
2012-03-06
1
-3
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-03-05
2
-5
/
+8
|
\
|
|
*
bridge: check return value of ipv6_dev_get_saddr()
Ulrich Weber
2012-03-05
1
-2
/
+5
|
*
bridge: message age needs to increase, not decrease.
Joakim Tjernlund
2012-03-04
1
-1
/
+1
|
*
bridge: Adjust min age inc for HZ > 256
Joakim Tjernlund
2012-03-04
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-03-01
1
-8
/
+2
|
\
|
|
*
netfilter: bridge: fix module autoload in compat case
Florian Westphal
2012-02-25
1
-8
/
+2
*
|
br_device: unify return value of .ndo_set_mac_address if address is invalid
Danny Kukawka
2012-02-23
1
-1
/
+1
*
|
net: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
2012-02-15
1
-1
/
+2
|
/
*
bridge: BH already disabled in br_fdb_cleanup()
Eric Dumazet
2012-01-17
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-12-23
1
-1
/
+7
|
\
|
*
net: introduce DST_NOPEER dst flag
Eric Dumazet
2011-12-22
1
-1
/
+1
|
*
bridge: provide a mtu() method for fake_dst_ops
Eric Dumazet
2011-12-22
1
-0
/
+6
*
|
net:bridge: use IS_ENABLED
Igor Maravić
2011-12-16
5
-6
/
+6
*
|
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
2011-12-11
2
-17
/
+17
*
|
bridge: add local MAC address to forwarding table (v2)
stephen hemminger
2011-12-08
4
-5
/
+25
*
|
bridge: rearrange fdb notifications (v2)
stephen hemminger
2011-12-08
1
-19
/
+20
*
|
bridge: refactor fdb_notify
stephen hemminger
2011-12-08
1
-4
/
+7
*
|
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
2011-12-05
1
-1
/
+1
*
|
ipv6: Add fragment reporting to ipv6_skip_exthdr().
Jesse Gross
2011-12-03
3
-3
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-12-02
2
-15
/
+20
|
\
|
|
*
bridge: master device stuck in no-carrier state forever when in user-stp mode
Vitalii Demianets
2011-12-01
2
-15
/
+20
*
|
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-11-22
1
-5
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-11-21
1
-2
/
+4
|
\
|
|
*
bridge: correct IPv6 checksum after pull
stephen hemminger
2011-11-16
1
-0
/
+2
|
*
bridge: Fix potential deadlock on br->multicast_lock
Andrey Vagin
2011-11-14
1
-2
/
+2
*
|
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
2011-11-16
1
-2
/
+2
*
|
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
3
-4
/
+7
*
|
bridge: add NTF_USE support
stephen hemminger
2011-11-14
1
-11
/
+27
|
/
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
2
-0
/
+2
|
\
|
*
net: fix implicit kmod.h usage in bridge/br_stp_if.c
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
netfilter: Remove unnecessary OOM logging messages
Joe Perches
2011-11-01
1
-4
/
+3
|
/
*
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-10-24
3
-4
/
+7
|
\
|
*
bridge: fix hang on removal of bridge via netlink
stephen hemminger
2011-10-18
3
-4
/
+7
*
|
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-10-07
1
-3
/
+0
|
\
|
|
*
bridge: leave carrier on for empty bridge
stephen hemminger
2011-10-06
1
-3
/
+0
*
|
bridge: allow forwarding some link local frames
stephen hemminger
2011-10-06
4
-5
/
+71
*
|
bridge: allow updating existing fdb entries
stephen hemminger
2011-10-03
1
-7
/
+16
*
|
bridge: fix ordering of NEWLINK and NEWNEIGH events
stephen hemminger
2011-10-03
1
-8
/
+7
*
|
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-09-22
3
-9
/
+20
|
\
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2011-08-30
1
-1
/
+1
|
|
\
|
|
*
netfilter: ebtables: fix ebtables build dependency
Bart De Schuymer
2011-07-29
1
-1
/
+1
[next]