netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-07 08:32:24 to 2018-10-08 13:21:49 UTC [more...]

[RESEND PATCH v2 0/5] net: phy: mscc: add support for VSC8584 and VSC8574 Microsemi quad-port PHYs
 2018-10-08 10:14 UTC  (5+ messages)
` [RESEND PATCH net-next v2 1/5] dt-bindings: net: vsc8531: add two additional LED modes for VSC8584
` [RESEND PATCH net-next v2 2/5] net: phy: mscc: add support for VSC8584 PHY
` [RESEND PATCH net-next v2 3/5] net: phy: mscc: add support for VSC8574 PHY
` [RESEND PATCH v2 5/5] MIPS: mscc: add PCB120 to the ocelot fitImage

[v3, 1/6] net: dpaa2: move DPAA2 PTP driver out of staging/
 2018-10-08  9:14 UTC  (7+ messages)
` [v3, 2/6] MAINTAINERS: update files maintained under DPAA2 PTP/ETHERNET
` [v3, 3/6] net: dpaa2: fix dependency of config FSL_DPAA2_ETH
` [v3, 4/6] net: dpaa2: rename rtc as ptp in dpaa2-ptp driver
` [v3, 5/6] net: dpaa2: remove unused code for dprtc
` [v3, 6/6] net: dpaa2: fix and improve dpaa2-ptp driver

[PATCH net-next] mt76x0: pci: fix set external PA I/O current
 2018-10-08 13:21 UTC 

[PATCH net-next 00/11] net: sched: cls_u32 Various improvements
 2018-10-08  6:11 UTC  (16+ messages)
` [PATCH net-next 01/11] net: sched: cls_u32: disallow linking to root hnode
` [PATCH net-next 02/11] net: sched: cls_u32: make sure that divisor is a power of 2
` [PATCH net-next 03/11] net: sched: cls_u32: get rid of unused argument of u32_destroy_key()
` [PATCH net-next 04/11] net: sched: cls_u32: get rid of tc_u_knode ->tp
` [PATCH net-next 05/11] net: sched: cls_u32: get rid of tc_u_common ->rcu
` [PATCH net-next 06/11] net: sched: cls_u32: clean tc_u_common hashtable
` [PATCH net-next 07/11] net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode
` [PATCH net-next 08/11] net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data
` [PATCH net-next 09/11] net: sched: cls_u32: get rid of tp_c
` [PATCH net-next 10/11] net: sched: cls_u32: keep track of knodes count in tc_u_common
` [PATCH net-next 11/11] net: sched: cls_u32: simplify the hell out u32_delete() emptiness check

KMSAN: uninit-value in __dev_mc_add
 2018-10-08 13:06 UTC  (2+ messages)

[PATCH] isdn/gigaset/isocdata: mark expected switch fall-through
 2018-10-08 12:15 UTC 

[PATCH net-next] net/ipv6: stop leaking percpu memory in fib6 info
 2018-10-08 12:06 UTC 

[PATCH V2 net-next 2/5] net: Introduce a new MII time stamping interface
 2018-10-08  4:39 UTC  (12+ messages)

[PATCH] net: vhost: remove bad code line
 2018-10-08  4:32 UTC  (2+ messages)

[PATCH] isdn/gigaset: mark expected switch fall-throughs
 2018-10-08 11:40 UTC 

[PATCH v8 00/15] octeontx2-af: Add RVU Admin Function driver
 2018-10-08  4:11 UTC  (17+ messages)
` [PATCH v8 01/15] octeontx2-af: Add Marvell OcteonTX2 RVU AF driver
` [PATCH v8 02/15] octeontx2-af: Reset all RVU blocks
` [PATCH v8 03/15] octeontx2-af: Gather RVU blocks HW info
` [PATCH v8 04/15] octeontx2-af: Add mailbox support infra
` [PATCH v8 05/15] octeontx2-af: Add mailbox IRQ and msg handlers
` [PATCH v8 06/15] octeontx2-af: Convert mbox msg id check to a macro
` [PATCH v8 07/15] octeontx2-af: Scan blocks for LFs provisioned to PF/VF
` [PATCH v8 08/15] octeontx2-af: Add RVU block LF provisioning support
` [PATCH v8 09/15] octeontx2-af: Configure block LF's MSIX vector offset
` [PATCH v8 10/15] octeontx2-af: Reconfig MSIX base with IOVA
` [PATCH v8 11/15] octeontx2-af: Add Marvell OcteonTX2 CGX driver
` [PATCH v8 12/15] octeontx2-af: Set RVU PFs to CGX LMACs mapping
` [PATCH v8 13/15] octeontx2-af: Add support for CGX link management
` [PATCH v8 14/15] octeontx2-af: Register for CGX lmac events
` [PATCH v8 15/15] MAINTAINERS: Add entry for Marvell OcteonTX2 Admin Function driver

[PATCH net 1/1] net: sched: cls_u32: fix hnode refcounting
 2018-10-08  4:03 UTC  (2+ messages)

[PATCH v2 net-next] inet: do not set backlog if listen fails
 2018-10-08 10:46 UTC  (3+ messages)

[PATCH v2 net-next 00/23] rtnetlink: Add support for rigid checking of data in dump request
 2018-10-08  3:16 UTC  (24+ messages)
` [PATCH v2 net-next 01/23] netlink: Pass extack to dump handlers
` [PATCH v2 net-next 02/23] netlink: Add extack message to nlmsg_parse for invalid header length
` [PATCH v2 net-next 03/23] net: Add extack to nlmsg_parse
` [PATCH v2 net-next 04/23] netlink: Add strict version of nlmsg_parse and nla_parse
` [PATCH v2 net-next 05/23] net/ipv6: Refactor address dump to push inet6_fill_args to in6_dump_addrs
` [PATCH v2 net-next 06/23] netlink: Add new socket option to enable strict checking on dumps
` [PATCH v2 net-next 07/23] net/ipv4: Update inet_dump_ifaddr for strict data checking
` [PATCH v2 net-next 08/23] net/ipv6: Update inet6_dump_addr "
` [PATCH v2 net-next 09/23] rtnetlink: Update rtnl_dump_ifinfo "
` [PATCH v2 net-next 10/23] rtnetlink: Update rtnl_bridge_getlink "
` [PATCH v2 net-next 11/23] rtnetlink: Update rtnl_stats_dump "
` [PATCH v2 net-next 12/23] rtnetlink: Update inet6_dump_ifinfo "
` [PATCH v2 net-next 13/23] rtnetlink: Update ipmr_rtm_dumplink "
` [PATCH v2 net-next 14/23] rtnetlink: Update fib dumps "
` [PATCH v2 net-next 15/23] net/neighbor: Update neigh_dump_info "
` [PATCH v2 net-next 16/23] net/neighbor: Update neightbl_dump_info "
` [PATCH v2 net-next 17/23] net/namespace: Update rtnl_net_dumpid "
` [PATCH v2 net-next 18/23] net/fib_rules: Update fib_nl_dumprule "
` [PATCH v2 net-next 19/23] net/ipv6: Update ip6addrlbl_dump "
` [PATCH v2 net-next 20/23] net: Update netconf dump handlers "
` [PATCH v2 net-next 21/23] net/bridge: Update br_mdb_dump "
` [PATCH v2 net-next 22/23] rtnetlink: Move input checking for rtnl_fdb_dump to helper
` [PATCH v2 net-next 23/23] rtnetlink: Update rtnl_fdb_dump for strict data checking

[RFC PATCH bpf-next v4 0/7] Implement bpf queue/stack maps
 2018-10-08  3:15 UTC  (4+ messages)
` [RFC PATCH bpf-next v4 4/7] bpf: add bpf queue and stack maps

[PATCH] net/packet: fix packet drop as of virtio gso
 2018-10-08  3:14 UTC  (2+ messages)

[PATCH net-next v3 0/6] net: phy: mscc: various improvements to Microsemi PHY driver
 2018-10-08 10:07 UTC  (5+ messages)
` [PATCH net-next v3 2/6] net: phy: mscc: add ethtool statistics counters
` [PATCH net-next v3 3/6] net: phy: mscc: Add EEE init sequence
` [PATCH net-next v3 4/6] net: phy: mscc: remove unneeded parenthesis
` [PATCH net-next v3 5/6] net: phy: mscc: shorten `x != 0` condition to `x`

can not sync master interface when bond1 box connected with another bond1 box
 2018-10-08  2:45 UTC 

[PATCH bpf-next 0/6] bpf: introduce BPF_CGROUP_FILE_OPEN
 2018-10-08  9:06 UTC  (5+ messages)
` [PATCH bpf-next 1/6] bpf: introduce BPF_PROG_TYPE_FILE_FILTER

[PATCH bpf-next] libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
 2018-10-08  9:11 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8821ae: add in a missing break in switch statement
 2018-10-08  8:55 UTC  (8+ messages)

[PATCH] rtlwifi: rtl8821ae: replace _rtl8821ae_mrate_idx_to_arfr_id with generic version
 2018-10-08  8:50 UTC 

[PATCH net-next 00/20] rtnetlink: Add support for rigid checking of data in dump request
 2018-10-08  1:38 UTC  (35+ messages)
` [PATCH net-next 08/20] rtnetlink: Update rtnl_dump_ifinfo for strict data checking
` [PATCH net-next 09/20] rtnetlink: Update rtnl_bridge_getlink "
` [PATCH net-next 10/20] rtnetlink: Update rtnl_stats_dump "
` [PATCH net-next 11/20] rtnetlink: Update inet6_dump_ifinfo "
` [PATCH net-next 12/20] rtnetlink: Update ipmr_rtm_dumplink "
` [PATCH net-next 13/20] rtnetlink: Update fib dumps "
` [PATCH net-next 14/20] net/neighbor: Update neigh_dump_info "
` [PATCH net-next 15/20] net/neighbor: Update neightbl_dump_info "
` [PATCH net-next 17/20] net/fib_rules: Update fib_nl_dumprule "
` [PATCH net-next 18/20] net/ipv6: Update ip6addrlbl_dump "
` [PATCH net-next 19/20] net: Update netconf dump handlers "

[PATCH] bpf: fix building without CONFIG_INET
 2018-10-08  8:40 UTC  (4+ messages)

[PATCH 1/2] bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable
 2018-10-08  8:22 UTC  (2+ messages)
` [PATCH 2/2] bpftool: Allow add linker flags via EXTRA_LDFLAGS variable

[v2, 1/5] net: dpaa2: move DPAA2 PTP driver out of staging/
 2018-10-08  7:50 UTC  (4+ messages)

[RFC] VSOCK: About Virtio-vsock support "Multiqueue" feature ?
 2018-10-08  7:06 UTC 

[PATCH v2 0/5] net: phy: mscc: add support for VSC8584 and VSC8574 Microsemi quad-port PHYs
 2018-10-08  7:06 UTC  (3+ messages)

[PATCH] ath10k: htt_rx: Fix signedness bug in ath10k_update_per_peer_tx_stats
 2018-10-08  6:38 UTC  (5+ messages)

[PATCH] udp: Unbreak modules that rely on external __skb_recv_udp() availability
 2018-10-08  5:15 UTC  (3+ messages)

[PATCH net v2 0/2] net/smc: userspace breakage fixes
 2018-10-08  4:06 UTC  (2+ messages)

[PATCH] net: sched: pie: fix coding style issues
 2018-10-08  3:39 UTC  (2+ messages)

[PATCH net-next] bnxt_en: Remove unnecessary unsigned integer comparison and initialize variable
 2018-10-08  3:37 UTC  (2+ messages)

[PATCH] bpf: btf: Fix a missing check bug
 2018-10-07 20:23 UTC 

[PATCH V2 net-next 4/5] net: mdio: of: Register discovered MII time stampers
 2018-10-07 19:57 UTC  (7+ messages)

[PATCH V2 net-next 0/5] Peer to Peer One-Step time stamping
 2018-10-07 19:36 UTC  (2+ messages)

[PATCH rdma-next 0/4] Scatter to CQE
 2018-10-07 19:13 UTC  (6+ messages)
` [PATCH mlx5-next 1/4] net/mlx5: Expose DC scatter to CQE capability bit
` [PATCH rdma-next 2/4] IB/mlx5: Support scatter to CQE for DC transport type
` [PATCH rdma-next 3/4] IB/mlx5: Verify that driver supports user flags
` [PATCH rdma-next 4/4] IB/mlx5: Allow scatter to CQE without global signaled WRs

[PATCH net V2] vhost-vsock: fix use after free
 2018-10-08  2:20 UTC  (5+ messages)

[PATCH v2 0/2] add MDIO bus multiplexer driven by a regmap device
 2018-10-07 18:24 UTC  (5+ messages)
  ` [PATCH v2 1/2] dt-bindings: net: "
  ` [PATCH v2 2/2] netdev/phy: add MDIO bus multiplexer driven by a regmap

[PATCH net-next v7 00/28] WireGuard: Secure Network Tunnel
 2018-10-08  1:06 UTC  (12+ messages)
` [PATCH net-next v7 28/28] net: WireGuard secure network tunnel

[PATCH net-next 1/2] net/ncsi: Add NCSI Broadcom OEM command
 2018-10-08  0:57 UTC  (2+ messages)

[PATCH iproute2 net-next v3 0/6] Introduce the taprio scheduler
 2018-10-07 17:41 UTC  (2+ messages)

[PATCH V2 net-next 5/5] ptp: Add a driver for InES time stamping IP core
 2018-10-07 17:38 UTC 

[PATCH V2 net-next 3/5] net: Add a layer for non-PHY MII time stamping drivers
 2018-10-07 17:38 UTC 

[PATCH V2 net-next 1/5] net: Introduce peer to peer one step PTP time stamping
 2018-10-07 17:38 UTC 

[PATCH iproute2-next v2] tc: flower: expose hardware offload count
 2018-10-07 17:15 UTC  (2+ messages)

[RFC PATCH net 0/3] net/smc: move some definitions to UAPI
 2018-10-07 16:35 UTC  (4+ messages)
` [RFC PATCH net 1/3] uapi, net/smc: move protocol constant "
` [RFC PATCH net 2/3] uapi, net/smc: provide fallback diagnosis codes in UAPI
` [RFC PATCH net 3/3] uapi, net/smc: provide socket state constants "

[PATCH bpf-next] bpf: emit audit messages upon successful prog load and unload
 2018-10-07 16:19 UTC  (10+ messages)

[PATCH v7 00/15] octeontx2-af: Add RVU Admin Function driver
 2018-10-07 14:47 UTC  (4+ messages)
` [PATCH v7 15/15] MAINTAINERS: Add entry for Marvell OcteonTX2 "

[PATCH bpf-next 00/12] nfp: bpf: add support for BPF-to-BPF function calls
 2018-10-07 11:56 UTC  (13+ messages)
` [PATCH bpf-next 01/12] bpf: add verifier callback to get stack usage info for offloaded progs
` [PATCH bpf-next 02/12] nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth
` [PATCH bpf-next 03/12] nfp: bpf: copy eBPF subprograms information from kernel verifier
` [PATCH bpf-next 04/12] nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier
` [PATCH bpf-next 05/12] nfp: bpf: account for BPF-to-BPF calls when preparing nfp JIT
` [PATCH bpf-next 06/12] nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver
` [PATCH bpf-next 07/12] nfp: bpf: account for additional stack usage when checking stack limit
` [PATCH bpf-next 08/12] nfp: bpf: update fixup function for BPF-to-BPF calls support
` [PATCH bpf-next 09/12] nfp: bpf: fix return address from register-saving subroutine to callee
` [PATCH bpf-next 10/12] nfp: bpf: optimise save/restore for R6~R9 based on register usage
` [PATCH bpf-next 11/12] nfp: bpf: support pointers to other stack frames for BPF-to-BPF calls
` [PATCH bpf-next 12/12] bpf: allow offload of programs with BPF-to-BPF function calls

pull-request: wireless-drivers-next 2018-10-07
 2018-10-07 17:32 UTC  (2+ messages)

[PATCH] bpf, doc: Document Jump X addressing mode
 2018-10-07  8:45 UTC 

[PATCH net 2/2] net/smc: retain old name for diag_mode field
 2018-10-07  8:34 UTC  (2+ messages)

[PATCH net v2 2/2] net/smc: retain old name for diag_mode field
 2018-10-07 14:57 UTC 

[PATCH net v2 1/2] net/smc: use __aligned_u64 for 64-bit smc_diag fields
 2018-10-07 14:57 UTC 

PMTU discovery broken in Linux for UDP/raw application if the socket is not bound to a device
 2018-10-07  3:28 UTC 

[PATCH][ipsec-next] xfrm: use correct size to initialise sp->ovec
 2018-10-07  2:22 UTC 

[PATCH][ipsec-next] xfrm: remove unnecessary check in xfrmi_get_stats64
 2018-10-07  1:56 UTC 

[PATCH net 1/2] net/smc: use __aigned_u64 for 64-bit smc_diag fields
 2018-10-07  8:32 UTC  (2+ messages)


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).