netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-06 04:23:05 to 2018-10-08 01:36:03 UTC [more...]

[PATCH V2 net-next 2/5] net: Introduce a new MII time stamping interface
 2018-10-07 18:27 UTC  (2+ messages)

[PATCH V2 net-next 4/5] net: mdio: of: Register discovered MII time stampers
 2018-10-07 18:19 UTC  (4+ 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  (20+ messages)
` [PATCH net-next v7 03/28] zinc: introduce minimal cryptography library
` [PATCH net-next v7 11/28] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v7 18/28] zinc: ChaCha20Poly1305 construction "
` [PATCH net-next v7 20/28] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v7 21/28] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v7 26/28] crypto: port ChaCha20 to Zinc
` [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 bpf-next 0/6] bpf: introduce BPF_CGROUP_FILE_OPEN
 2018-10-08  0:56 UTC  (3+ messages)
` [PATCH bpf-next 1/6] bpf: introduce BPF_PROG_TYPE_FILE_FILTER

[PATCH iproute2 net-next v3 0/6] Introduce the taprio scheduler
 2018-10-07 17:41 UTC  (8+ messages)
` [PATCH iproute2 net-next v3 1/6] utils: Implement get_s64()
` [PATCH iproute2 net-next v3 2/6] include: Add helper to retrieve a __s64 from a netlink msg
` [PATCH iproute2 net-next v3 3/6] libnetlink: Add helper for getting a __s32 from netlink msgs
` [PATCH iproute2 net-next v3 4/6] include: add definitions for taprio [DO NOT COMMIT]
` [PATCH iproute2 net-next v3 5/6] tc: Add support for configuring the taprio scheduler
` [PATCH iproute2 net-next v3 6/6] taprio: Add manpage for tc-taprio(8)

[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 V2 net-next 0/5] Peer to Peer One-Step 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)

[PATCH net-next 00/11] net: sched: cls_u32 Various improvements
 2018-10-07 16:38 UTC  (12+ 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

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

[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

[PATCH net 1/1] net: sched: cls_u32: fix hnode refcounting
 2018-10-07 11:40 UTC 

[PATCH net-next 00/20] rtnetlink: Add support for rigid checking of data in dump request
 2018-10-07 10:55 UTC  (32+ 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 v2 net-next] inet: do not set backlog if listen fails
 2018-10-07 17:39 UTC  (2+ messages)

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

[PATCH rdma-next 0/4] Scatter to CQE
 2018-10-07  9:03 UTC  (5+ 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] 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 

[PATCH net v2 0/2] net/smc: userspace breakage fixes
 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)

[PATCH net-next v2 2/4] net/smc: ipv6 support for smc_diag.c
 2018-10-07  1:11 UTC  (2+ messages)
` [net-next,v2,2/4] "

[PATCH v2] libertas: return errno from lbs_add_card()
 2018-10-07  0:33 UTC 

[PATCH net-next] net: dsa: mc88e6xxx: Fix 88E6141/6341 2500mbps SERDES speed
 2018-10-06 22:00 UTC  (5+ messages)

[PATCH] rtlwifi: rtl8821ae: add in a missing break in switch statement
 2018-10-07  0:48 UTC  (7+ messages)

[PATCH net-next 00/19] Add support for Aquantia AQtion USB to 5/2.5GbE devices
 2018-10-06 17:51 UTC  (24+ messages)
` [PATCH net-next 05/19] net: usb: aqc111: Introduce PHY access
` [PATCH net-next 06/19] net: usb: aqc111: Introduce link management
` [PATCH net-next 07/19] net: usb: aqc111: Add support for getting and setting of MAC address
` [PATCH net-next 08/19] net: usb: aqc111: Implement TX data path
` [PATCH net-next 09/19] net: usb: aqc111: Implement RX "
` [PATCH net-next 11/19] net: usb: aqc111: Add support for changing MTU
` [PATCH net-next 14/19] net: usb: aqc111: Implement set_rx_mode callback
` [PATCH net-next 16/19] net: usb: aqc111: Add RX VLAN filtering support
` [PATCH net-next 17/19] net: usb: aqc111: Initialize ethtool_ops structure
` [PATCH net-next 18/19] net: usb: aqc111: Implement get/set_link_ksettings callbacks
` [PATCH net-next 19/19] net: usb: aqc111: Add support for wake on LAN by MAGIC packet

[PATCH] netfilter: xt_quota: Don't use aligned attribute in sizeof
 2018-10-06 23:33 UTC 

KASAN: use-after-free Read in vhost_transport_cancel_pkt
 2018-10-06 15:47 UTC  (2+ messages)

[PATCH] team: set IFF_SLAVE on team ports
 2018-10-06 13:28 UTC  (12+ messages)

[PATCH] libertas: don't set URB_ZERO_PACKET on IN USB transfer
 2018-10-06 20:12 UTC 

[PATCH] wil6210: fix debugfs_simple_attr.cocci warnings
 2018-10-06 12:54 UTC  (6+ messages)

[PATCH] net: sched: pie: fix coding style issues
 2018-10-06 19:52 UTC 

[PATCH 2/4] usbnet: smsc95xx: align tx-buffer to word
 2018-10-06 17:28 UTC  (5+ messages)
` [PATCH] usbnet: smsc95xx: simplify tx_fixup code

Dear,
 2018-10-06 10:20 UTC 

[PATCH] atm: nicstar: Replace spin_is_locked() with spin_trylock()
 2018-10-06 16:59 UTC  (3+ messages)

[PATCH net] bpf: do not blindly change rlimit in reuseport net selftest
 2018-10-06  7:23 UTC  (2+ messages)

[PATCH v6 00/15] octeontx2-af: Add RVU Admin Function driver
 2018-10-06  5:01 UTC  (4+ messages)
` [PATCH v6 04/15] octeontx2-af: Add mailbox support infra
    ` [EXT] "

[PATCH net-next v3] wireless-drivers: rtnetlink wifi simulation device
 2018-10-06 12:01 UTC  (6+ messages)

[GIT] Networking
 2018-10-06  9:26 UTC  (2+ messages)

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-10-06  7:05 UTC  (2+ messages)

[PATCH net-next v3 0/9] vrf: allow simultaneous service instances in default and other VRFs
 2018-10-05 23:49 UTC  (3+ messages)

[PATCH net-next] rtnetlink: fix rtnl_fdb_dump() for shorter family headers
 2018-10-05 21:59 UTC  (8+ messages)

[PATCH net-next] selftests: net: Clean up an unused variable
 2018-10-05 21:53 UTC  (2+ messages)

[PATCH net] ipv6: take rcu lock in rawv6_send_hdrinc()
 2018-10-05 21:46 UTC  (2+ messages)

[PATCH v2] typo fix in Documentation/networking/af_xdp.rst
 2018-10-05 21:43 UTC  (3+ messages)

[PATCH net-next] socket: Tighten no-error check in bind()
 2018-10-05 21:35 UTC  (2+ messages)

[PATCH net] net: sched: Add policy validation for tc attributes
 2018-10-05 21:27 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).