netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-05 19:57:38 to 2019-02-06 10:14:42 UTC [more...]

[PATCH 0/8] nic: thunderx: fix communication races betwen VF & PF
 2019-02-06 10:13 UTC  (5+ messages)
` [PATCH 3/8] net: thunderx: make CFG_DONE message to run through generic send-ack sequence
` [PATCH 7/8] net: thunderx: implement helpers to read mailbox IRQ status
` [PATCH 6/8] net: thunderx: add mutex to protect mailbox from concurrent calls for same VF
` [PATCH 8/8] net: thunderx: check status of mailbox IRQ before sending a message

[PATCH net-next v7 0/8] devlink: Add configuration parameters support for devlink_port
 2019-02-06 10:13 UTC  (8+ messages)

[PATCH v2 1/6] ethtool: move option parsing related code into function
 2019-02-06  9:56 UTC  (8+ messages)
` [PATCH v2 2/6] ethtool: move cmdline_coalesce out of do_scoalesce
` [PATCH v2 3/6] ethtool: introduce new ioctl for per-queue settings
` [PATCH v2 4/6] ethtool: support per-queue sub command --show-coalesce
` [PATCH v2 5/6] ethtool: support per-queue sub command --coalesce
` [PATCH v2 6/6] ethtool: fix up dump_coalesce output to match actual option names

[PATCH bpf-next] tools: bpftool: doc, fix incorrect text
 2019-02-06  9:48 UTC  (3+ messages)

[PATCH bpf-next] tools: bpftool: doc, add text about feature-subcommand
 2019-02-06  9:42 UTC  (3+ messages)

[PATCH v3] arm64: dts: lx2160aqds: Add mdio mux nodes
 2019-02-06  9:40 UTC 

[PATCH] net: stmmac: Variable "val" in function sun8i_dwmac_set_syscon() could be uninitialized
 2019-02-06  9:18 UTC  (2+ messages)

[PATCH iproute2-next] tc: full JSON support for 'bpf' actions
 2019-02-06  9:14 UTC  (4+ messages)

[PATCH v2] rhashtable: make walk safe from softirq context
 2019-02-06  9:07 UTC 

[PATCH] mlx4_ib: Increase the timeout for CM cache
 2019-02-06  8:50 UTC  (3+ messages)

[PATCH] rhashtable: use irq-safe spinlock in rhashtable_rehash_table()
 2019-02-06  8:15 UTC  (2+ messages)

[PATCH net-next v3 00/12] net: Introduce ndo_get_port_parent_id()
 2019-02-06  7:51 UTC  (14+ messages)
` [PATCH net-next v3 01/12] "
` [PATCH net-next v3 02/12] bnxt: Implement ndo_get_port_parent_id()
` [PATCH net-next v3 03/12] liquidio: "
` [PATCH net-next v3 04/12] net/mlx5e: "
` [PATCH net-next v3 05/12] mlxsw: "
` [PATCH net-next v3 06/12] mscc: ocelot: "
` [PATCH net-next v3 07/12] nfp: "
` [PATCH net-next v3 08/12] rocker: "
` [PATCH net-next v3 09/12] netdevsim: "
` [PATCH net-next v3 10/12] staging: fsl-dpaa2: ethsw: "
` [PATCH net-next v3 11/12] net: dsa: "
` [PATCH net-next v3 12/12] net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID

[PATCH net 0/3] net: stmmac: Misc fixes
 2019-02-06  7:37 UTC  (3+ messages)

[PATCH v2 1/2] r8169: Load MAC address from device tree if present
 2019-02-06  7:25 UTC  (11+ messages)
` [PATCH v2 2/2] r8169: Avoid pointer aliasing

pull-request: wireless-drivers-next 2019-02-06
 2019-02-06  7:17 UTC 

[PATCH 0/2 v2 net-next] net: phy: add and use further MMD accessors
 2019-02-06  6:38 UTC  (3+ messages)
` [PATCH 1/2 v2 net-next] net: phy: provide full set of accessor functions to MMD registers
` [PATCH 2/2 v2 net-next] net: phy: make use of new MMD accessors

[PATCH 0/2 net-next] net: phy: add and use further MMD accessors
 2019-02-06  6:37 UTC  (5+ messages)
` [PATCH 1/2 net-next] net: phy: provide full set of accessor functions to MMD registers
` [PATCH 2/2 net-next] net: phy: make use of new MMD accessors

[PATCH v2 bpf-next 0/2] tools/btf: extends libbpf APIs to work with btf w/o kernel
 2019-02-06  6:24 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/2] btf: separate btf creation and loading
` [PATCH v2 bpf-next 2/2] btf: expose API to work with raw btf data

[PATCH v4 0/2] add MDIO bus multiplexer driven by a regmap device
 2019-02-06  6:20 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: net: "
` [PATCH v4 2/2] netdev/phy: add MDIO bus multiplexer driven by a regmap

[PATCH bpf-next] tools/bpf: silence a libbpf unnecessary warning
 2019-02-06  6:09 UTC  (2+ messages)

[PATCH bpf-next 0/2] tools/bpf: two changes in libbpf
 2019-02-06  5:51 UTC  (7+ messages)
` [PATCH bpf-next 1/2] tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameter
` [PATCH bpf-next 2/2] tools/bpf: add log_level to bpf_load_program_attr

[RFC bpf-next 0/7] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-02-06  5:49 UTC  (22+ messages)
` [RFC bpf-next 1/7] net: introduce __init_skb and __init_skb_shinfo helpers
` [RFC bpf-next 2/7] net: introduce skb_net helper
` [RFC bpf-next 3/7] net: plumb network namespace into __skb_flow_dissect
` [RFC bpf-next 4/7] net: flow_dissector: handle no-skb use case
` [RFC bpf-next 5/7] bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode

[Patch net v2] xfrm: destroy xfrm_state synchronously on net exit path
 2019-02-06  5:14 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in ip_send_unicast_reply
 2019-02-06  5:02 UTC 

KASAN: use-after-free Read in tcp_sk_exit
 2019-02-06  5:01 UTC 

BUG: spinlock bad magic in __queue_work
 2019-02-06  5:01 UTC 

[RFC 00/14] netlink/hierarchical stats
 2019-02-06  4:45 UTC  (8+ messages)

[PATCH bpf-next] tools/bpf: fix a selftest test_btf failure
 2019-02-06  4:26 UTC  (4+ messages)

[net-next 00/14][pull request] Intel Wired LAN Driver Updates 2019-02-05
 2019-02-06  4:21 UTC  (16+ messages)
` [net-next 01/14] e1000e: Exclude device from suspend direct complete optimization
` [net-next 02/14] igc: Remove unreachable code from igc_phy.c file
` [net-next 03/14] docs/networking: fix formatting of Intel drivers documentation
` [net-next 04/14] igc: Fix code redundancy
` [net-next 05/14] ixgbe: remove magic constant in ixgbe_reset_hw_82599()
` [net-next 06/14] fm10k: TRIVIAL cleanup of extra spacing in function comment
` [net-next 07/14] e1000e: fix a missing check for return value
` [net-next 08/14] igc: Remove unused code
` [net-next 09/14] igc: Remove unneeded code
` [net-next 10/14] e1000e: fix cyclic resets at link up with active tx
` [net-next 11/14] igc: Remove the 'igc_read_mac_addr_base' method
` [net-next 12/14] igc: Remove the 'igc_get_phy_id_base' method
` [net-next 13/14] igb: Bump version number
` [net-next 14/14] igc: Add ethtool support

Pull patches from tip/perf/core to bpf-next
 2019-02-06  4:07 UTC  (5+ messages)

[PATCH bpf-next 0/5] net: xdp: allow offload to coexist with generic
 2019-02-06  4:03 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: fix the expected messages
` [PATCH bpf-next 2/5] net: xdp: allow generic and driver XDP on one interface
` [PATCH bpf-next 3/5] selftests/bpf: print traceback when test fails
` [PATCH bpf-next 4/5] selftests/bpf: add test for mixing generic and offload XDP
` [PATCH bpf-next 5/5] selftests/bpf: test reading the offloaded program

[PATCH v2] arm64: dts: lx2160aqds: Add mdio mux nodes
 2019-02-06  4:01 UTC  (3+ messages)

KASAN: use-after-free Read in __wake_up_common_lock
 2019-02-06  3:42 UTC  (3+ messages)

Request for Quotation
 2019-02-06 12:33 UTC 

[PATCH bpf-next 0/4] bpf: fixes for lockdep and deadlock
 2019-02-06  3:40 UTC  (13+ messages)
` [PATCH bpf-next 2/4] bpf: fix lockdep false positive in stackmap

[PATCH v3 0/2] add MDIO bus multiplexer driven by a regmap device
 2019-02-05 10:05 UTC  (3+ messages)
` [PATCH v3 2/2] netdev/phy: add MDIO bus multiplexer driven by a regmap

TC stats / hw offload question
 2019-02-06  2:20 UTC  (2+ messages)

[PATCH 2/2] doc: add phylink documentation to the networking book
 2019-02-06  1:59 UTC  (2+ messages)

[RFC PATCH 0/4] Initial support for allocating BPF JITs in vmalloc for x86
 2019-02-06  1:40 UTC  (8+ messages)
` [RFC PATCH 1/4] bpf, x64: Implement BPF call retpoline
` [RFC PATCH 2/4] bpf, x64: Increase distance for bpf calls
` [RFC PATCH 3/4] bpf: Charge bpf jit limit in bpf_jit_alloc_exec
` [RFC PATCH 4/4] bpf, x64: Enable unprivlidged jit in vmalloc

[PATCH] net: hso: do not unregister if not registered
 2019-02-06  0:40 UTC 

[PATCH net] mISDN: fix a race in dev_expire_timer()
 2019-02-06  0:39 UTC  (2+ messages)

[PATCH]: net: hso: do not call unregister if not registered
 2019-02-06  0:38 UTC  (3+ messages)

[PATCH net] net: dsa: mv88e6xxx: Fix counting of ATU violations
 2019-02-06  0:38 UTC  (2+ messages)

[Patch net-next] mlx5: use RCU lock in mlx5_eq_cq_get()
 2019-02-06  0:35 UTC 

[RFC PATCH 0/6] Initial, PoC implementation of sw datapath of tc+CT
 2019-02-06  0:09 UTC  (5+ messages)
` [RFC PATCH iproute2 0/5] "
  ` [RFC PATCH iproute2 2/5] act_ct: first import

[PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames
 2019-02-06  0:06 UTC  (8+ messages)

[PATCH iproute2] bpf: add btf func and func_proto kind support
 2019-02-05 23:30 UTC  (2+ messages)

[PATCH iproute2-master] bridge: fdb: Fix FDB dump with strict checking disabled
 2019-02-05 23:28 UTC  (2+ messages)

[patch iproute2] libnetlink: linkdump_req: AF_PACKET family also expects ext_filter_mask
 2019-02-05 23:26 UTC  (2+ messages)

Kernel panic in eth_header
 2019-02-05 23:09 UTC  (8+ messages)

[xfrm, backport request] Request backport of e2612cd496e7 - set-mark backwards compatibility
 2019-02-05 22:54 UTC  (2+ messages)

[PATCH iproute2-next] Introduce ip-brctl shell script
 2019-02-05 22:50 UTC  (10+ messages)

[PATCH bpf-next 0/2] tools/btf: extends libbpf APIs to work with btf w/o kernel
 2019-02-05 22:34 UTC  (6+ messages)
` [PATCH bpf-next 1/2] btf: separate btf creation and loading
` [PATCH bpf-next 2/2] btf: expose API to work with raw btf data

[PATCH v1] net: dsa: qca8k: implement DT-based ports <-> phy translation
 2019-02-05 22:29 UTC  (7+ messages)

[PATCH net-next v2 00/12] net: Introduce ndo_get_port_parent_id()
 2019-02-05 22:18 UTC  (14+ messages)
` [PATCH net-next v2 01/12] "
` [PATCH net-next v2 02/12] bnxt: Implement ndo_get_port_parent_id()
` [PATCH net-next v2 03/12] liquidio: "
` [PATCH net-next v2 04/12] net/mlx5e: "
` [PATCH net-next v2 05/12] mlxsw: "
` [PATCH net-next v2 06/12] mscc: ocelot: "
` [PATCH net-next v2 07/12] nfp: "
` [PATCH net-next v2 08/12] rocker: "
` [PATCH net-next v2 09/12] netdevsim: "
` [PATCH net-next v2 10/12] staging: fsl-dpaa2: ethsw: "
` [PATCH net-next v2 11/12] net: dsa: "
` [PATCH net-next v2 12/12] net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID

[pull request][net 0/3] Mellanox, mlx5 fixes 2019-02-05
 2019-02-05 21:58 UTC  (5+ messages)
` [net 1/3] net/mlx5e: FPGA, fix Innova IPsec TX offload data path performance
` [net 2/3] net/mlx5e: Properly set steering match levels for offloaded TC decap rules
` [net 3/3] net/mlx5e: Use the inner headers to determine tc/pedit offload limitation on decap flows

[PATCH v3] net: emac: remove IBM_EMAC_RX_SKB_HEADROOM
 2019-02-05 21:20 UTC 

[PATCH] net: Don't default Cavium PTP driver to 'y'
 2019-02-05 20:47 UTC 

[PATCH net-next V2 1/1] openvswitch: Declare ovs key structures using macros
 2019-02-05 20:23 UTC  (6+ messages)
` [ovs-dev] "

lan78xx: WARNING: irq 79 handler enabled interrupts
 2019-02-05 19:57 UTC  (5+ messages)

[PATCH net] net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-05 19:57 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).