netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-07 22:16:09 to 2019-11-08 11:05:01 UTC [more...]

[PATCH net-next 00/19] Mellanox, mlx5 sub function support
 2019-11-08 11:04 UTC  (37+ messages)
` [PATCH net-next 01/19] net/mlx5: E-switch, Move devlink port close to eswitch port
  ` [PATCH net-next 06/19] net/mlx5: Add support for mediated devices in switchdev mode
  ` [PATCH net-next 07/19] vfio/mdev: Introduce sha1 based mdev alias
  ` [PATCH net-next 08/19] vfio/mdev: Make mdev alias unique among all mdevs
  ` [PATCH net-next 12/19] devlink: Introduce mdev port flavour
  ` [PATCH net-next 15/19] net/mlx5: Add load/unload routines for SF driver binding
  ` [PATCH net-next 16/19] net/mlx5: Implement dma ops and params for mediated device
  ` [PATCH net-next 19/19] mtty: Optionally support mtty alias

[PATCH net 1/1] qede: fix NULL pointer deref in __qede_remove()
 2019-11-08 10:42 UTC 

[PATCH 0/2] Convert stm32 dwmac to DT schema
 2019-11-08 10:42 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties
` [PATCH 2/2] dt-bindings: net: dwmac: Convert stm32 dwmac to DT schema

[PATCH V4 net-next 0/4] net: ethernet: stmmac: cleanup clock and optimization
 2019-11-08 10:35 UTC  (3+ messages)

[PATCH v3] lib: optimize cpumask_local_spread()
 2019-11-08 10:31 UTC 

[PATCH] tcp: remove redundant new line from tcp_event_sk_skb
 2019-11-08  9:50 UTC 

[PATCH] net: ethernet: octeon_mgmt: Account for second possible VLAN header
 2019-11-08 10:00 UTC  (3+ messages)
  ` [PATCH v2] "

BUG: MAX_LOCKDEP_ENTRIES too low!
 2019-11-08  9:37 UTC  (2+ messages)

[PATCH v3 bpf-next 00/18] Introduce BPF trampoline
 2019-11-08  9:36 UTC  (30+ messages)
` [PATCH v3 bpf-next 01/18] bpf: refactor x86 JIT into helpers
` [PATCH v3 bpf-next 02/18] bpf: Add bpf_arch_text_poke() helper
` [PATCH v3 bpf-next 03/18] bpf: Introduce BPF trampoline
` [PATCH v3 bpf-next 04/18] libbpf: Introduce btf__find_by_name_kind()
` [PATCH v3 bpf-next 05/18] libbpf: Add support to attach to fentry/fexit tracing progs
` [PATCH v3 bpf-next 06/18] selftest/bpf: Simple test for fentry/fexit
` [PATCH v3 bpf-next 07/18] bpf: Add kernel test functions for fentry testing
` [PATCH v3 bpf-next 08/18] selftests/bpf: Add test for BPF trampoline
` [PATCH v3 bpf-next 09/18] selftests/bpf: Add fexit tests "
` [PATCH v3 bpf-next 10/18] selftests/bpf: Add combined fentry/fexit test
` [PATCH v3 bpf-next 11/18] selftests/bpf: Add stress test for maximum number of progs
` [PATCH v3 bpf-next 12/18] bpf: Reserve space for BPF trampoline in BPF programs
` [PATCH v3 bpf-next 13/18] bpf: Fix race in btf_resolve_helper_id()
` [PATCH v3 bpf-next 14/18] bpf: Compare BTF types of functions arguments with actual types
` [PATCH v3 bpf-next 15/18] bpf: Support attaching tracing BPF program to other BPF programs
` [PATCH v3 bpf-next 16/18] libbpf: Add support for attaching BPF programs "
` [PATCH v3 bpf-next 17/18] selftests/bpf: Extend test_pkt_access test
` [PATCH v3 bpf-next 18/18] selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog

WARNING in devlink_port_type_warn
 2019-11-08  8:58 UTC 

[PATCH] ath10k: disable cpuidle during downloading firmware
 2019-11-08  8:54 UTC  (7+ messages)

[net-next:master 1125/1148] drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c:310: undefined reference to `__udivdi3'
 2019-11-08  8:39 UTC 

[PATCH v3 0/6] Add namespace awareness to Netlink methods
 2019-11-08  8:20 UTC  (4+ messages)
` [PATCH v3 1/6] rtnetlink: allow RTM_SETLINK to reference other namespaces

[PATCH net] net: ethernet: mediatek: rework GDM setup flow
 2019-11-08  8:13 UTC  (3+ messages)

[PATCH 0/2] Intel IFC VF driver for VDPA
 2019-11-08  8:04 UTC  (4+ messages)
` [PATCH 1/2] IFC hardware operation layer

[PATCH bpf-next 0/3] Add support for memory-mapping BPF array maps
 2019-11-08  6:49 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf: add mmap() support for BPF_MAP_TYPE_ARRAY
` [PATCH bpf-next 2/3] libbpf: make global data internal arrays mmap()-able, if possible
` [PATCH bpf-next 3/3] selftests/bpf: add BPF_TYPE_MAP_ARRAY mmap() tests

[PATCH v2 0/4] Bluetooth: hci_bcm: Additional changes for BCM4354 support
 2019-11-08  6:12 UTC  (3+ messages)
` [PATCH v2 4/4] dt-bindings: net: broadcom-bluetooth: Add pcm config

[PATCH V4 1/2] can: flexcan: fix deadlock when using self wakeup
 2019-11-08  5:40 UTC  (2+ messages)

[PATCH v2 bpf-next 00/17] Introduce BPF trampoline
 2019-11-08  5:31 UTC  (30+ messages)
` [PATCH v2 bpf-next 03/17] bpf: "
` [PATCH v2 bpf-next 04/17] libbpf: Add support to attach to fentry/fexit tracing progs
` [PATCH v2 bpf-next 05/17] selftest/bpf: Simple test for fentry/fexit
` [PATCH v2 bpf-next 06/17] bpf: Add kernel test functions for fentry testing
` [PATCH v2 bpf-next 07/17] selftests/bpf: Add test for BPF trampoline
` [PATCH v2 bpf-next 08/17] selftests/bpf: Add fexit tests "
` [PATCH v2 bpf-next 11/17] bpf: Reserver space for BPF trampoline in BPF programs
` [PATCH v2 bpf-next 12/17] bpf: Fix race in btf_resolve_helper_id()

[PATCHv4 net-next 0/5] sctp: update from rfc7829
 2019-11-08  5:20 UTC  (6+ messages)
` [PATCHv4 net-next 1/5] sctp: add pf_expose per netns and sock and asoc
  ` [PATCHv4 net-next 2/5] sctp: add SCTP_ADDR_POTENTIALLY_FAILED notification
    ` [PATCHv4 net-next 3/5] sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockopt
      ` [PATCHv4 net-next 4/5] sctp: add support for Primary Path Switchover
        ` [PATCHv4 net-next 5/5] sctp: add SCTP_PEER_ADDR_THLDS_V2 sockopt

[net-next v2 0/5] TIPC Encryption
 2019-11-08  5:05 UTC  (6+ messages)
` [net-next v2 1/5] tipc: add reference counter to bearer
` [net-next v2 2/5] tipc: enable creating a "preliminary" node
` [net-next v2 3/5] tipc: add new AEAD key structure for user API
` [net-next v2 4/5] tipc: introduce TIPC encryption & authentication
` [net-next v2 5/5] tipc: add support for AEAD key setting via netlink

Investment opportunity
 2019-11-08  4:37 UTC 

[PATCH iproute2] devlink: require resource parameters
 2019-11-08  4:38 UTC  (2+ messages)

[net-next 0/5] TIPC encryption
 2019-11-08  4:36 UTC  (8+ messages)
` [net-next 1/5] tipc: add reference counter to bearer
` [net-next 2/5] tipc: enable creating a "preliminary" node
` [net-next 3/5] tipc: add new AEAD key structure for user API
` [net-next 4/5] tipc: introduce TIPC encryption & authentication
` [net-next 5/5] tipc: add support for AEAD key setting via netlink

[net-next] tipc: eliminate checking netns if node established
 2019-11-08  4:09 UTC  (2+ messages)

[PATCH net-next] net: add a READ_ONCE() in skb_peek_tail()
 2019-11-08  4:08 UTC  (2+ messages)

[PATCH net] net: fix data-race in neigh_event_send()
 2019-11-08  4:08 UTC 

[PATCH net-next] net: add annotations on hh->hh_len lockless accesses
 2019-11-08  4:07 UTC  (2+ messages)

Possibility of me mainlining Tehuti Networks 10GbE driver
 2019-11-08  4:06 UTC  (2+ messages)

[PATCH net-next 0/9] net: introduce u64_stats_t
 2019-11-08  4:04 UTC  (11+ messages)
` [PATCH net-next 1/9] net: provide dev_lstats_read() helper
` [PATCH net-next 2/9] net: provide dev_lstats_add() helper
` [PATCH net-next 3/9] net: nlmon: use standard dev_lstats_add() and dev_lstats_read()
` [PATCH net-next 4/9] veth: "
` [PATCH net-next 5/9] vsockmon: "
` [PATCH net-next 6/9] net: dummy: "
` [PATCH net-next 7/9] u64_stats: provide u64_stats_t type
` [PATCH net-next 8/9] tun: switch to u64_stats_t
` [PATCH net-next 9/9] net: use u64_stats_t in struct pcpu_lstats

[PATCH net-next 0/2] net: Demote MTU change prints to debug
 2019-11-08  4:01 UTC  (6+ messages)
` [PATCH net-next 1/2] net: ethernet: intel: "
` [PATCH net-next 2/2] net: qcom/emac: Demote MTU change print "

[PATCH net-next] ethernet: ti: cpts: use ktime_get_real_ns helper
 2019-11-08  3:59 UTC  (2+ messages)

[PATCH v2 net-next 00/12] Aquantia Marvell atlantic driver updates 11-2019
 2019-11-08  3:55 UTC  (15+ messages)
` [PATCH v2 net-next 01/12] net: atlantic: update firmware interface
` [PATCH v2 net-next 02/12] net: atlantic: implement wake_phy feature
` [PATCH v2 net-next 03/12] net: atlantic: refactoring pm logic
` [PATCH v2 net-next 04/12] net: atlantic: add msglevel configuration
` [PATCH v2 net-next 05/12] net: atlantic: adding ethtool physical identification
` [PATCH v2 net-next 06/12] net: atlantic: add fw configuration memory area
` [PATCH v2 net-next 07/12] net: atlantic: loopback tests via private flags
` [PATCH v2 net-next 08/12] net: atlantic: code style cleanup
` [PATCH v2 net-next 09/12] net: atlantic: stylistic renames
` [PATCH v2 net-next 10/12] net: atlantic: update flow control logic
` [PATCH v2 net-next 11/12] net: atlantic: implement UDP GSO offload
` [PATCH v2 net-next 12/12] net: atlantic: change email domains to Marvell

[PATCH net-next 00/12] mlxsw: Add layer 3 devlink-trap support
 2019-11-08  3:51 UTC  (2+ messages)

[PATCH net-next] xfrm: add missing rcu verbs to fix data-race
 2019-11-08  3:47 UTC 

[PATCH] enetc: fix return value for enetc_ioctl()
 2019-11-08  3:41 UTC  (2+ messages)

[RFC PATCH v6 0/7] Enable ptp_kvm for arm64
 2019-11-08  2:51 UTC  (7+ messages)
` [RFC PATCH v6 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v6 5/7] psci: Add hvc call service for ptp_kvm

[PATCH net-next] selftests: Add source route tests to fib_tests
 2019-11-08  1:42 UTC  (3+ messages)

[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2019-11-07
 2019-11-08  0:27 UTC  (7+ messages)
` [net-next 01/15] ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flow
` [net-next 02/15] ice: Add NDO callback to set the maximum per-queue bitrate
` [net-next 03/15] ice: Implement DCBNL support
` [net-next 05/15] ice: Fix to change Rx/Tx ring descriptor size via ethtool with DCBx

[PATCH net-next] tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp
 2019-11-08  0:18 UTC  (2+ messages)

[PATCH net-next] inetpeer: fix data-race in inet_putpeer / inet_putpeer
 2019-11-08  0:16 UTC  (2+ messages)

[PATCH net] ipv4: Fix table id reference in fib_sync_down_addr
 2019-11-08  0:15 UTC  (2+ messages)

[PATCH v2 net] ipv6: fixes rt6_probe() and fib6_nh->last_probe init
 2019-11-08  0:14 UTC  (2+ messages)

[PATCH V2 net] net: hns: Fix the stray netpoll locks causing deadlock in NAPI path
 2019-11-08  0:12 UTC  (2+ messages)

[PATCH net-next] net: phy: at803x: add missing dependency on CONFIG_REGULATOR
 2019-11-07 23:55 UTC  (2+ messages)

[PATCH] net: usb: qmi_wwan: add support for DW5821e with eSIM support
 2019-11-07 23:50 UTC  (2+ messages)

[PATCH net-next v2] dpaa2-eth: add ethtool MAC counters
 2019-11-07 23:32 UTC  (2+ messages)

[PATCH net] devlink: Add method for time-stamp on reporter's dump
 2019-11-07 23:29 UTC  (2+ messages)

[PATCHv2] CDC-NCM: handle incomplete transfer of MTU
 2019-11-07 23:28 UTC  (2+ messages)

[PATCH] enetc: ethtool: add wake-on-lan callbacks
 2019-11-07 23:25 UTC  (2+ messages)

[PATCH] enetc: add ioctl() support for PHY-related ops
 2019-11-07 23:25 UTC  (2+ messages)

[PATCH v2] nfc: netlink: fix double device reference drop
 2019-11-07 23:24 UTC  (2+ messages)

KMSAN: uninit-value in asix_mdio_write
 2019-11-07 23:21 UTC  (3+ messages)
` [PATCH] usb: asix: Fix "

[PATCH] drivers: net: gianfar: Shortest frame drops at Ethernet port
 2019-11-07 23:15 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum: Fix error return code in mlxsw_sp_port_module_info_init()
 2019-11-07 23:13 UTC  (2+ messages)

[PATCH net-next v2] net: Fail explicit bind to local reserved ports
 2019-11-07 23:12 UTC  (2+ messages)

[PATCH nf-next,RFC 0/5] Netfilter egress hook
 2019-11-07 22:51 UTC  (2+ messages)

[PATCH v5 00/10] Improvements to memory usage by parse events
 2019-11-07 22:23 UTC  (3+ messages)
` [PATCH v6 "


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