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.12.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
2017-04-25
bridge: move bridge multicast cleanup to ndo_uninit
Xin Long
2
-1
/
+1
2017-04-12
bridge: netlink: register netdevice before executing changelink
Ido Schimmel
1
-2
/
+5
2017-04-12
bridge: implement missing ndo_uninit()
Ido Schimmel
4
-12
/
+21
2017-03-17
bridge: resolve a false alarm of lockdep
WANG Cong
2
-10
/
+1
2017-03-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-5
/
+7
2017-03-13
bridge: drop netfilter fake rtable unconditionally
Florian Westphal
2
-21
/
+1
2017-03-13
netfilter: bridge: honor frag_max_size when refragmenting
Florian Westphal
1
-5
/
+7
2017-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-2
/
+3
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2
-0
/
+2
2017-03-02
net: bridge: allow IPv6 when multicast flood is disabled
Mike Manning
1
-1
/
+2
2017-03-02
bridge: Fix error path in nbp_vlan_init
Yotam Gigi
1
-1
/
+1
2017-02-28
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-17
bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entries
Roopa Prabhu
1
-1
/
+1
2017-02-17
bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failure
Roopa Prabhu
1
-0
/
+2
2017-02-14
bridge: fdb: converge fdb_delete_by functions into one
Nikolay Aleksandrov
1
-47
/
+15
2017-02-14
bridge: fdb: add proper lock checks in searching functions
Nikolay Aleksandrov
2
-0
/
+13
2017-02-14
bridge: fdb: converge fdb searching functions into one
Nikolay Aleksandrov
4
-70
/
+54
2017-02-10
switchdev: bridge: Offload mc router ports
Nogah Frankel
1
-0
/
+15
2017-02-10
bridge: mcast: Merge the mc router ports deletions to one function
Nogah Frankel
1
-15
/
+9
2017-02-10
switchdev: bridge: Offload multicast disabled
Nogah Frankel
1
-0
/
+16
2017-02-08
bridge: vlan tunnel id info range fill size calc cleanups
Roopa Prabhu
1
-18
/
+16
2017-02-07
bridge: avoid unnecessary read of jiffies
stephen hemminger
2
-4
/
+8
2017-02-07
bridge: remove unnecessary check for vtbegin in br_fill_vlan_tinfo_range
Roopa Prabhu
1
-1
/
+1
2017-02-07
bridge: tunnel: fix attribute checks in br_parse_vlan_tunnel_info
Nikolay Aleksandrov
1
-4
/
+4
2017-02-07
net: bridge: remove redundant check to see if err is set
Colin Ian King
1
-3
/
+0
2017-02-07
bridge: fdb: write to used and updated at most once per jiffy
Nikolay Aleksandrov
2
-2
/
+4
2017-02-07
bridge: move write-heavy fdb members in their own cache line
Nikolay Aleksandrov
1
-4
/
+6
2017-02-07
bridge: move to workqueue gc
Nikolay Aleksandrov
10
-23
/
+29
2017-02-07
bridge: modify bridge and port to have often accessed fields in one cache line
Nikolay Aleksandrov
1
-23
/
+20
2017-02-06
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel
1
-2
/
+0
2017-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-32
/
+49
2017-02-03
bridge: vlan dst_metadata hooks in ingress and egress paths
Roopa Prabhu
6
-2
/
+82
2017-02-03
bridge: per vlan dst_metadata netlink support
Roopa Prabhu
7
-48
/
+641
2017-02-02
netfilter: allow logging from non-init namespaces
Michal Kubeček
1
-1
/
+1
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+19
2017-01-26
bridge: move maybe_deliver_addr() inside #ifdef
Arnd Bergmann
1
-25
/
+25
2017-01-24
bridge: multicast to unicast
Felix Fietkau
6
-29
/
+112
2017-01-20
bridge: netlink: call br_changelink() during br_dev_newlink()
Ivan Vecera
1
-14
/
+19
2017-01-17
bridge: sparse fixes in br_ip6_multicast_alloc_query()
Lance Richardson
1
-1
/
+1
2017-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-09
xtables: extend matches and targets with .usersize
Willem de Bruijn
1
-0
/
+1
2017-01-09
ebtables: use match, target and data copy_to_user helpers
Willem de Bruijn
1
-31
/
+47
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2017-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+1
2016-12-30
bridge: netfilter: Fix dropping packets that moving through bridge interface
Artur Molchanov
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
5
-5
/
+5
2016-12-11
net: bridge: shorten ageing time on topology change
Vivien Didelot
3
-2
/
+30
2016-12-11
net: bridge: add helper to set topology change
Vivien Didelot
4
-4
/
+11
2016-12-11
net: bridge: add helper to offload ageing time
Vivien Didelot
3
-17
/
+24
2016-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-5
/
+6
[next]