bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-29 07:56:11 to 2018-09-26 13:35:49 UTC [more...]

[Bridge] [PATCH net-next 0/9] net: bridge: convert bool options to bits
 2018-09-26 13:35 UTC  (13+ messages)
` [Bridge] [PATCH net-next 1/9] net: bridge: make struct opening bracket consistent
` [Bridge] [PATCH net-next 2/9] net: bridge: add bitfield for options and convert vlan opts
` [Bridge] [PATCH net-next 3/9] net: bridge: convert nf call options to bits
` [Bridge] [PATCH net-next 4/9] net: bridge: convert group_addr_set option to a bit
` [Bridge] [PATCH net-next 5/9] net: bridge: convert and rename mcast disabled
` [Bridge] [PATCH net-next 6/9] net: bridge: convert mcast options to bits
` [Bridge] [PATCH net-next 7/9] net: bridge: convert neigh_suppress_enabled option to a bit
` [Bridge] [PATCH net-next 8/9] net: bridge: convert mtu_set_by_user "
` [Bridge] [PATCH net-next 9/9] net: bridge: pack net_bridge better

[Bridge] [PATCH] docs: fix some broken documentation references
 2018-09-20 17:10 UTC  (4+ messages)

[Bridge] [PATCH net-next] net: bridge: add support for sticky fdb entries
 2018-09-13  3:30 UTC  (8+ messages)
  ` [Bridge] [PATCH net-next v2] "

[Bridge] [PATCH v1] bridge: Switch to bitmap_zalloc()
 2018-09-01  6:13 UTC  (2+ messages)

[Bridge] [PATCH net-next v3 0/2] net: bridge: add support for backup port
 2018-07-23 16:32 UTC  (4+ messages)
` [Bridge] [PATCH 1/2 net-next v3] net: bridge: add support for raw sysfs port options
` [Bridge] [PATCH 2/2 net-next v3] net: bridge: add support for backup port

[Bridge] [PATCH net-next 0/2] net: bridge: add support for backup port
 2018-07-23  8:03 UTC  (17+ messages)
` [Bridge] [PATCH net-next 1/2] net: bridge: add support for raw sysfs port options
` [Bridge] [PATCH net-next 2/2] net: bridge: add support for backup port

[Bridge] [PATCH net-next v2 0/2] net: bridge: add support for backup port
 2018-07-22  8:17 UTC  (3+ messages)
` [Bridge] [PATCH net-next v2 1/2] net: bridge: add support for raw sysfs port options
` [Bridge] [PATCH net-next v2 2/2] net: bridge: add support for backup port

[Bridge] [PATCH net-next v3 0/8] Make /sys/class/net per net namespace objects belong to container
 2018-07-21  6:45 UTC  (10+ messages)
` [Bridge] [PATCH net-next v3 1/8] kernfs: allow creating kernfs objects with arbitrary uid/gid
` [Bridge] [PATCH net-next v3 2/8] sysfs, kobject: allow creating kobject belonging to arbitrary users
` [Bridge] [PATCH net-next v3 3/8] kobject: kset_create_and_add() - fetch ownership info from parent
` [Bridge] [PATCH net-next v3 4/8] driver core: set up ownership of class devices in sysfs
` [Bridge] [PATCH net-next v3 5/8] net-sysfs: require net admin in the init ns for setting tx_maxrate
` [Bridge] [PATCH net-next v3 6/8] net-sysfs: make sure objects belong to container's owner
` [Bridge] [PATCH net-next v3 7/8] net: create reusable function for getting ownership info of sysfs inodes
` [Bridge] [PATCH net-next v3 8/8] bridge: make sure objects belong to container's owner

[Bridge] [PATCH v2 net-next 0/7] Make /sys/class/net per net namespace objects belong to container
 2018-07-20 21:58 UTC  (14+ messages)
` [Bridge] [PATCH net-next v2 1/7] kernfs: allow creating kernfs objects with arbitrary uid/gid
` [Bridge] [PATCH net-next v2 2/7] sysfs, kobject: allow creating kobject belonging to arbitrary users
` [Bridge] [PATCH net-next v2 3/7] kobject: kset_create_and_add() - fetch ownership info from parent
` [Bridge] [PATCH net-next v2 4/7] driver core: set up ownership of class devices in sysfs
` [Bridge] [PATCH net-next v2 5/7] net-sysfs: make sure objects belong to contrainer's owner
` [Bridge] [PATCH net-next v2 6/7] net: Create reusable function for getting ownership info of sysfs inodes
` [Bridge] [PATCH net-next v2 7/7] bridge: make sure objects belong to container's owner

[Bridge] KASAN: stack-out-of-bounds Read in vmalloc_fault
 2018-07-07  7:00 UTC  (2+ messages)

[Bridge] BUG: unable to handle kernel (3)
 2018-07-03 21:30 UTC  (2+ messages)

[Bridge] [PATCH] net: bridge: fix potential null pointer dereference on return from br_port_get_rtnl()
 2018-06-22 19:05 UTC  (5+ messages)

[Bridge] BUG: unable to handle kernel paging request in ebt_do_table
 2018-06-09 22:47 UTC 

[Bridge] [PATCH net v2] net: bridge: Fix locking in br_fdb_find_port()
 2018-06-09  0:00 UTC  (4+ messages)

[Bridge] KMSAN: uninit-value in ebt_stp_mt_check (2)
 2018-06-07 21:40 UTC  (3+ messages)

[Bridge] WARNING in ebt_do_table
 2018-06-06  3:47 UTC 

[Bridge] [PATCH net-next v4 0/8] net: bridge: Notify about bridge VLANs
 2018-05-31 18:14 UTC  (14+ messages)
` [Bridge] [PATCH net-next v4 1/8] net: bridge: Extract boilerplate around switchdev_port_obj_*()
` [Bridge] [PATCH net-next v4 2/8] net: bridge: Extract br_vlan_add_existing()
` [Bridge] [PATCH net-next v4 3/8] mlxsw: spectrum_switchdev: Ignore bridge VLAN events
` [Bridge] [PATCH net-next v4 4/8] rocker: rocker_main: "
` [Bridge] [PATCH net-next v4 5/8] dsa: port: "
` [Bridge] [PATCH net-next v4 6/8] staging: fsl-dpaa2: ethsw: "
` [Bridge] [PATCH net-next v4 7/8] net: bridge: Notify about bridge VLANs
` [Bridge] [PATCH net-next v4 8/8] mlxsw: spectrum_switchdev: Schedule respin during trans prepare

[Bridge] [PATCH net-next] net: bridge: Lock before br_fdb_find()
 2018-05-30 22:03 UTC  (7+ messages)

[Bridge] [PATCH net-next v2 0/7] net: bridge: Notify about bridge VLANs
 2018-05-29 14:44 UTC  (12+ messages)
` [Bridge] [PATCH net-next v2 1/7] net: bridge: Extract boilerplate around switchdev_port_obj_*()
` [Bridge] [PATCH net-next v2 2/7] mlxsw: spectrum_switchdev: Ignore bridge VLAN events
` [Bridge] [PATCH net-next v2 3/7] rocker: rocker_main: "
` [Bridge] [PATCH net-next v2 4/7] dsa: port: "
` [Bridge] [PATCH net-next v2 5/7] staging: fsl-dpaa2: ethsw: "
` [Bridge] [PATCH net-next v2 6/7] net: bridge: Notify about bridge VLANs
` [Bridge] [PATCH net-next v2 7/7] mlxsw: spectrum_switchdev: Schedule respin during trans prepare

[Bridge] [PATCH net-next v3 0/7] net: bridge: Notify about bridge VLANs
 2018-05-29 13:12 UTC  (16+ messages)
` [Bridge] [PATCH net-next v3 1/7] net: bridge: Extract boilerplate around switchdev_port_obj_*()
` [Bridge] [PATCH net-next v3 2/7] mlxsw: spectrum_switchdev: Ignore bridge VLAN events
` [Bridge] [PATCH net-next v3 3/7] rocker: rocker_main: "
` [Bridge] [PATCH net-next v3 4/7] dsa: port: "
` [Bridge] [PATCH net-next v3 5/7] staging: fsl-dpaa2: ethsw: "
` [Bridge] [PATCH net-next v3 6/7] net: bridge: Notify about bridge VLANs
` [Bridge] [PATCH net-next v3 7/7] mlxsw: spectrum_switchdev: Schedule respin during trans prepare

[Bridge] [PATCH net-next 0/7] net: bridge: Notify about bridge VLANs
 2018-05-28  8:20 UTC  (23+ messages)
` [Bridge] [PATCH net-next 1/7] net: bridge: Extract boilerplate around switchdev_port_obj_*()
` [Bridge] [PATCH net-next 2/7] mlxsw: spectrum_switchdev: Ignore bridge VLAN events
` [Bridge] [PATCH net-next 3/7] rocker: rocker_main: "
` [Bridge] [PATCH net-next 4/7] dsa: port: "
` [Bridge] [PATCH net-next 5/7] staging: fsl-dpaa2: ethsw: "
` [Bridge] [PATCH net-next 6/7] net: bridge: Notify about bridge VLANs
` [Bridge] [PATCH net-next 7/7] mlxsw: spectrum_switchdev: Schedule respin during trans prepare

[Bridge] [PATCH net-next] net: bridge: add support for port isolation
 2018-05-25 18:46 UTC  (3+ messages)

[Bridge] WARNING in compat_copy_entries (2)
 2018-05-11 14:13 UTC  (2+ messages)

[Bridge] [PATCH net-next 0/4] mlxsw: Support VLAN devices in mirroring offloads
 2018-05-10 21:51 UTC  (7+ messages)
` [Bridge] [PATCH net-next 1/4] net: bridge: Allow bridge master in br_vlan_get_info()
` [Bridge] [PATCH net-next 2/4] mlxsw: reg: Add MLXSW_REG_MPAT_SPAN_TYPE_REMOTE_ETH
` [Bridge] [PATCH net-next 3/4] mlxsw: spectrum_span: Support mirror-to-VLAN
` [Bridge] [PATCH net-next 4/4] mlxsw: spectrum_span: Support VLAN under mirror-to-gretap

[Bridge] [PATCH net-next] net: dsa: fix added_by_user switchdev notification
 2018-05-10 19:27 UTC  (4+ messages)

[Bridge] [PATCH net] bridge: netfilter stp fix reference to uninitialized data
 2018-05-08 12:17 UTC  (2+ messages)

[Bridge] [PATCH net-next mlxsw v2 0/2] bridge: FDB: Notify about removal of non-user-added entries
 2018-05-03 17:47 UTC  (9+ messages)
` [Bridge] [PATCH net-next mlxsw v2 1/2] switchdev: Add fdb.added_by_user to switchdev notifications
` [Bridge] [PATCH net-next mlxsw v2 2/2] net: bridge: Notify about !added_by_user FDB entries

[Bridge] [PATCH net-next] net: bridge: avoid duplicate notification on up/down/change netdev events
 2018-05-03 17:41 UTC  (2+ messages)

[Bridge] [PATCH net-next 2/2] net: bridge: Notify about !added_by_user FDB entries
 2018-05-01 22:33 UTC  (2+ messages)

[Bridge] [PATCH net-next v3 0/6] mlxsw: SPAN: Support routes pointing at bridges
 2018-04-30 16:44 UTC  (8+ messages)
` [Bridge] [PATCH net-next v3 1/6] net: bridge: Publish bridge accessor functions
` [Bridge] [PATCH net-next v3 4/6] mlxsw: spectrum: Register SPAN before switchdev
` [Bridge] [PATCH net-next v3 5/6] mlxsw: Respin SPAN on switchdev events
` [Bridge] [PATCH net-next v3 6/6] mlxsw: spectrum_span: Allow bridge for gretap mirror


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).