index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-06
net/bridge/br_multicast: remove redundant variable "err"
zhong jiang
1
-7
/
+5
2018-08-03
netfilter: bridge: Expose nf_tables bridge hook priorities through uapi
Máté Eckl
3
-0
/
+3
2018-07-23
net: bridge: add support for backup port
Nikolay Aleksandrov
5
-2
/
+133
2018-07-23
net: bridge: add support for raw sysfs port options
Nikolay Aleksandrov
1
-14
/
+42
2018-07-21
bridge: make sure objects belong to container's owner
Tyler Hicks
3
-3
/
+13
2018-07-16
netfilter: nft_reject_bridge: remove unnecessary ttl set
Taehee Yoo
1
-2
/
+1
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-6
/
+21
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-5
/
+6
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-6
/
+21
2018-06-09
net: bridge: Fix locking in br_fdb_find_port()
Petr Machata
1
-1
/
+3
2018-06-08
netfilter: x_tables: initialise match/target check parameter struct
Florian Westphal
1
-0
/
+2
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
14
-263
/
+279
2018-06-07
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2018-06-06
netfilter: ebtables: reject non-bridge targets
Florian Westphal
1
-0
/
+13
2018-06-04
netfilter: ebtables: fix compat entry padding
Alin Nastac
1
-5
/
+5
2018-06-04
netfilter: nft_reject_bridge: fix skb allocation size in nft_reject_br_send_v...
Taehee Yoo
1
-1
/
+1
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-05-31
net: bridge: Notify about bridge VLANs
Petr Machata
1
-3
/
+25
2018-05-31
net: bridge: Extract br_vlan_add_existing()
Petr Machata
1
-22
/
+33
2018-05-31
net: bridge: Extract boilerplate around switchdev_port_obj_*()
Petr Machata
3
-23
/
+41
2018-05-25
net: bridge: add support for port isolation
Nikolay Aleksandrov
5
-2
/
+22
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-05-17
netfilter: ebtables: handle string from userspace with care
Paolo Abeni
1
-1
/
+2
2018-05-15
audit: use inline function to get audit context
Richard Guy Briggs
1
-1
/
+1
2018-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-2
/
+2
2018-05-11
net: bridge: Allow bridge master in br_vlan_get_info()
Petr Machata
1
-0
/
+2
2018-05-08
netfilter: bridge: stp fix reference to uninitialized data
Stephen Hemminger
1
-2
/
+2
2018-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-177
/
+29
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-05-03
net: bridge: Notify about !added_by_user FDB entries
Petr Machata
4
-26
/
+33
2018-05-03
switchdev: Add fdb.added_by_user to switchdev notifications
Petr Machata
1
-3
/
+7
2018-05-03
net: bridge: avoid duplicate notification on up/down/change netdev events
Nikolay Aleksandrov
3
-8
/
+17
2018-04-30
net: bridge: Publish bridge accessor functions
Petr Machata
3
-0
/
+72
2018-04-30
bridge: check iface upper dev when setting master via ioctl
Hangbin Liu
1
-2
/
+2
2018-04-27
bridge: use hlist_entry_safe
YueHaibing
1
-2
/
+1
2018-04-24
netfilter: merge meta_bridge into nft_meta
Florian Westphal
3
-143
/
+0
2018-04-24
netfilter: ebtables: add ebt_get_target and ebt_get_target_c
Taehee Yoo
1
-9
/
+13
2018-04-24
netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCH
Taehee Yoo
1
-1
/
+1
2018-04-24
netfilter: ebtables: add ebt_free_table_info function
Taehee Yoo
1
-24
/
+15
2018-04-09
netfilter: ebtables: don't attempt to allocate 0-sized compat array
Florian Westphal
1
-5
/
+6
2018-04-01
net: bridge: disable bridge MTU auto tuning if it was set manually
Nikolay Aleksandrov
4
-20
/
+26
2018-04-01
net: bridge: set min MTU on port events and allow user to set max
Nikolay Aleksandrov
4
-32
/
+18
2018-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-126
/
+94
2018-03-30
netfilter: nf_tables: build-in filter chain type
Pablo Neira Ayuso
3
-83
/
+1
2018-03-30
netfilter: nf_tables: nft_register_chain_type() returns void
Pablo Neira Ayuso
1
-1
/
+3
2018-03-30
netfilter: nf_tables: rename struct nf_chain_type
Pablo Neira Ayuso
1
-1
/
+1
2018-03-30
netfilter: ebt_stp: Use generic functions for comparisons
Joe Perches
1
-4
/
+2
2018-03-30
netfilter: ebtables: Add support for specifying match revision
Bernie Harris
1
-18
/
+29
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
6
-6
/
+0
[next]