index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
bridge: mcast: Fix MLD2 Report IPv6 payload length check
Linus Lüssing
1
-1
/
+1
2020-06-28
bridge: mrp: Fix endian conversion and some other warnings
Horatiu Vultur
3
-3
/
+3
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-0
/
+2
2020-06-25
net: bridge: enfore alignment for ethernet address
Thomas Martitz
1
-1
/
+1
2020-06-25
netfilter: Add MODULE_DESCRIPTION entries to kernel modules
Rob Gill
2
-0
/
+2
2020-06-23
bridge: mrp: Validate when setting the port role
Horatiu Vultur
1
-2
/
+8
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+8
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-3
/
+3
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
1
-0
/
+8
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
17
-26
/
+1355
2020-06-02
Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+6
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-4
/
+2
2020-06-01
bridge: mrp: Add support for role MRA
Horatiu Vultur
4
-21
/
+118
2020-06-01
bridge: mrp: Set the priority of MRP instance
Horatiu Vultur
4
-1
/
+9
2020-06-01
bridge: Avoid infinite loop when suppressing NS messages with invalid options
Ido Schimmel
1
-0
/
+4
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-1
/
+8
2020-05-27
bridge: multicast: work around clang bug
Arnd Bergmann
1
-1
/
+2
2020-05-27
bridge: mrp: Rework the MRP netlink interface
Horatiu Vultur
3
-43
/
+233
2020-05-25
bridge: mrp: Fix out-of-bounds read in br_mrp_parse
Horatiu Vultur
1
-0
/
+6
2020-05-25
netfilter: nft_reject_bridge: enable reject with bridge vlan
Michael Braun
1
-0
/
+6
2020-05-22
bridge: mrp: Restore port state when deleting MRP instance
Horatiu Vultur
1
-4
/
+9
2020-05-22
bridge: mrp: Add br_mrp_unique_ifindex function
Horatiu Vultur
1
-0
/
+25
2020-05-10
net: bridge: allow enslaving some DSA master network devices
Vladimir Oltean
3
-13
/
+48
2020-05-07
netpoll: accept NULL np argument in netpoll_send_skb()
Eric Dumazet
1
-4
/
+1
2020-05-07
net: remove newlines in NL_SET_ERR_MSG_MOD
Jacob Keller
2
-2
/
+2
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-05-06
net: bridge: return false in br_mrp_enabled()
Jason Yan
1
-1
/
+1
2020-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2020-04-30
net: bridge: vlan: Add a schedule point during VLAN processing
Ido Schimmel
1
-0
/
+1
2020-04-28
netfilter: add audit table unregister actions
Richard Guy Briggs
1
-0
/
+2
2020-04-28
audit: tidy and extend netfilter_cfg x_tables
Richard Guy Briggs
1
-8
/
+4
2020-04-27
net: bridge: Add checks for enabling the STP.
Horatiu Vultur
6
-8
/
+23
2020-04-27
bridge: mrp: Integrate MRP into the bridge
Horatiu Vultur
5
-0
/
+44
2020-04-27
bridge: mrp: Implement netlink interface to configure MRP
Horatiu Vultur
1
-0
/
+91
2020-04-27
bridge: mrp: Connect MRP API with the switchdev API
Horatiu Vultur
3
-1
/
+589
2020-04-27
bridge: switchdev: mrp: Implement MRP API for switchdev
Horatiu Vultur
2
-0
/
+142
2020-04-27
bridge: mrp: Add MRP interface.
Horatiu Vultur
1
-0
/
+63
2020-04-27
net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPEN
Horatiu Vultur
1
-0
/
+3
2020-04-27
bridge: mrp: Extend bridge interface
Horatiu Vultur
1
-0
/
+4
2020-04-27
bridge: mrp: Update Kconfig
Horatiu Vultur
1
-0
/
+12
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-1
/
+1
2020-03-20
net: bridge: vlan options: move the tunnel command to the nested attribute
Nikolay Aleksandrov
1
-17
/
+30
2020-03-20
net: bridge: vlan options: nest the tunnel id into a tunnel info attribute
Nikolay Aleksandrov
2
-7
/
+32
2020-03-19
net: bridge: vlan: include stats in dumps if requested
Nikolay Aleksandrov
1
-12
/
+61
2020-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2020-03-17
net: bridge: vlan options: add support for tunnel mapping set/del
Nikolay Aleksandrov
4
-2
/
+44
2020-03-17
net: bridge: vlan options: add support for tunnel id dumping
Nikolay Aleksandrov
3
-5
/
+30
2020-03-17
net: bridge: vlan tunnel: constify bridge and port arguments
Nikolay Aleksandrov
3
-11
/
+13
2020-03-17
net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_range
Nikolay Aleksandrov
3
-7
/
+7
2020-03-15
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
[next]