index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-30
bridge: Handle IFLA_ADDRESS correctly when creating bridge device
Toshiaki Makita
1
-0
/
+15
2014-05-30
bridge: Fix double free and memory leak around br_allowed_ingress
Toshiaki Makita
2
-4
/
+5
2014-05-30
netfilter: Can't fail and free after table replacement
Thomas Graf
1
-3
/
+2
2014-04-14
bridge: multicast: add sanity check for query source addresses
Linus Lüssing
1
-0
/
+6
2014-01-15
bridge: use spin_lock_bh() in br_multicast_set_hash_max
Curt Brune
1
-2
/
+2
2013-12-08
bridge: flush br's address entry in fdb when remove the bridge dev
Ding Tianhong
1
-0
/
+2
2013-11-04
bridge: Correctly clamp MAX forward_delay when enabling STP
Vlad Yasevich
1
-1
/
+1
2013-10-13
bridge: fix NULL pointer deref of br_port_get_rcu
Hong Zhiguo
1
-4
/
+1
2013-10-13
bridge: use br_port_get_rtnl within rtnl lock
Hong Zhiguo
2
-3
/
+3
2013-10-13
bridge: Clamp forward_delay when enabling STP
Herbert Xu
3
-8
/
+26
2013-10-13
resubmit bridge: fix message_age_timer calculation
Chris Healy
1
-1
/
+1
2013-09-14
net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay
Daniel Borkmann
1
-1
/
+2
2013-09-14
bridge: Use the correct bit length for bitmap functions in the VLAN code
Toshiaki Makita
3
-9
/
+9
2013-09-14
bridge: don't try to update timers in case of broken MLD queries
Linus Lüssing
1
-1
/
+1
2013-06-17
bridge: fix switched interval for MLD Query types
Linus Lüssing
1
-2
/
+3
2013-05-15
netfilter: log: netns NULL ptr bug when calling from conntrack
Hans Schillstrom
2
-13
/
+16
2013-05-03
bridge: fix race with topology change timer
stephen hemminger
1
-1
/
+1
2013-04-30
bridge: avoid OOPS if root port not found
stephen hemminger
1
-1
/
+8
2013-04-29
bridge: Add fdb dst check during fdb update
roopa
1
-2
/
+14
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-1
/
+4
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2
-3
/
+3
2013-04-19
net: vlan: prepare for 802.1ad support
Patrick McHardy
1
-1
/
+2
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-3
/
+7
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2
-5
/
+5
2013-04-15
bridge: make user modified path cost sticky
stephen hemminger
3
-1
/
+4
2013-04-07
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
3
-44
/
+130
2013-04-05
netfilter: ebt_ulog: add net namespace support for ebt_ulog
Gao feng
1
-37
/
+88
2013-04-05
netfilter: ebt_log: add net namespace support for ebt_log
Gao feng
1
-2
/
+35
2013-04-05
netfilter: nf_log: prepare net namespace support for loggers
Gao feng
2
-5
/
+7
2013-04-02
bridge: remove a redundant synchronize_net()
Eric Dumazet
1
-1
/
+0
2013-03-28
bridge: remove unused variable ifm
Hong zhi guo
1
-9
/
+3
2013-03-28
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
1
-2
/
+2
2013-03-28
net: add ETH_P_802_3_MIN
Simon Horman
1
-1
/
+1
2013-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-03-25
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
2
-5
/
+2
2013-03-24
bridge: fix crash when set mac address of br interface
Hong zhi guo
1
-1
/
+1
2013-03-24
bridge: avoid br_ifinfo_notify when nothing changed
Hong zhi guo
1
-2
/
+2
2013-03-22
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
1
-2
/
+2
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2013-03-17
bridge: Add support for setting BR_ROOT_BLOCK flag.
Vlad Yasevich
1
-0
/
+1
2013-03-15
netfilter: ebt_ulog: remove unnecessary spin lock protection
Gao feng
1
-2
/
+1
2013-03-15
bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR
Silviu-Mihai Popescu
1
-3
/
+1
2013-03-12
bridge: using for_each_set_bit to simplify the code
Wei Yongjun
2
-12
/
+3
2013-03-12
bridge: using for_each_set_bit_from to simplify the code
Wei Yongjun
1
-3
/
+1
2013-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-5
/
+11
2013-03-12
bridge: reserve space for IFLA_BRPORT_FAST_LEAVE
stephen hemminger
1
-0
/
+1
2013-03-10
bridge: fix mdb info leaks
Mathias Krause
1
-0
/
+4
2013-03-07
bridge: add missing vid to br_mdb_get()
Cong Wang
4
-5
/
+6
2013-03-07
bridge: use ipv4_is_local_multicast() helper
Amerigo Wang
1
-1
/
+1
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
3
-32
/
+22
[next]