netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-08 18:13:16 to 2020-05-09 09:29:17 UTC [more...]

[PATCH net-next 0/5] net: hns3: misc updates for -next
 2020-05-09  9:27 UTC  (5+ messages)
` [PATCH net-next 1/5] net: hns3: remove a redundant register macro definition
` [PATCH net-next 3/5] net: hns3: provide .get_cmdq_stat interface for the client
` [PATCH net-next 4/5] net: hns3: optimized the judgment of the input parameters of dump ncl config
` [PATCH net-next 5/5] net: hns3: disable auto-negotiation off with 1000M setting in ethtool

[PATCH net] r8169: re-establish support for RTL8401 chip version
 2020-05-09  9:07 UTC  (3+ messages)

[PATCH v2] net: Protect INET_ADDR_COOKIE on 32-bit architectures
 2020-05-09  8:13 UTC  (3+ messages)

[pull request][net-next 00/13] Mellanox, mlx5 and bonding updates 2020-05-09
 2020-05-09  8:28 UTC  (14+ messages)
` [net-next 01/13] net/mlx5e: Return bool from TLS and IPSEC offloads
` [net-next 02/13] net/mlx5e: Unify checks of TLS offloads
` [net-next 03/13] net/mlx5e: Return void from mlx5e_sq_xmit and mlx5i_sq_xmit
` [net-next 04/13] net/mlx5e: Pass only eseg to IPSEC offload
` [net-next 05/13] net/mlx5e: Make TLS offload independent of wqe and pi
` [net-next 06/13] net/mlx5e: Update UDP fields of the SKB for GSO first
` [net-next 07/13] net/mlx5e: Split TX acceleration offloads into two phases
` [net-next 08/13] net/mlx5e: kTLS, Fill work queue edge separately in TX flow
` [net-next 09/13] net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs "
` [net-next 10/13] net/mlx5e: Take TX WQE info structures out of general EN header
` [net-next 11/13] net/mlx5e: Use struct assignment for WQE info updates
` [net-next 12/13] net/mlx5: Accel, Remove unnecessary header include
` [net-next 13/13] net/mlx5e: Enhance ICOSQ WQE info fields

linux-next boot error: WARNING: suspicious RCU usage in ipmr_get_table
 2020-05-09  7:57 UTC  (10+ messages)

[PATCH] bpfilter: document build requirements for bpfilter_umh
 2020-05-09  7:51 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the rdma tree
 2020-05-09  7:49 UTC  (4+ messages)

[PATCH net v2 0/2] Fix 88x3310 leaving power save mode
 2020-05-09  7:42 UTC  (7+ messages)

[PATCH] bpfilter: check if $(CC) can static link in Kconfig
 2020-05-09  7:39 UTC 

[PATCH net] net: broadcom: Imply BROADCOM_PHY for BCMGENET
 2020-05-09  7:38 UTC  (2+ messages)

[PATCH net 1/2 RESEND] ipmr: Fix RCU list debugging warning
 2020-05-09  7:22 UTC  (2+ messages)
` [PATCH net 2/2 RESEND] ipmr: Add lockdep expression to ipmr_for_each_table macro

[PATCH v2 net-next 0/7] net: atlantic: driver updates
 2020-05-09  6:47 UTC  (8+ messages)
` [PATCH v2 net-next 1/7] net: atlantic: use __packed instead of the full expansion
` [PATCH v2 net-next 2/7] net: atlantic: minor MACSec code cleanup
` [PATCH v2 net-next 3/7] net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5
` [PATCH v2 net-next 4/7] net: atlantic: remove TPO2 check from A0 code
` [PATCH v2 net-next 5/7] net: atlantic: remove hw_atl_b0_hw_rss_set call from A2 code
` [PATCH v2 net-next 6/7] net: atlantic: remove check for boot code survivability before reset request
` [PATCH v2 net-next 7/7] net: atlantic: unify MAC generation

[PATCH 00/15] net: taint when the device driver firmware crashes
 2020-05-09  6:32 UTC  (17+ messages)
` [PATCH 01/15] taint: add module firmware crash taint support
` [PATCH 02/15] ethernet/839: use new module_firmware_crashed()
` [PATCH 03/15] bnx2x: "
` [PATCH 04/15] bnxt: "
` [PATCH 05/15] bna: "
` [PATCH 06/15] liquidio: "
` [PATCH 07/15] cxgb4: "
` [PATCH 08/15] ehea: "
` [PATCH 09/15] qed: "
  ` [EXT] "
` [PATCH 10/15] soc: qcom: ipa: "
` [PATCH 11/15] wimax/i2400m: "
` [PATCH 12/15] ath10k: "
` [PATCH 13/15] ath6kl: "
` [PATCH 14/15] brcm80211: "
` [PATCH 15/15] mwl8k: "

[PATCH] net/sonic: Fix some resource leaks in error handling paths
 2020-05-09  6:15 UTC 

[PATCH bpf-next v3 00/21] bpf: implement bpf iterator for kernel data
 2020-05-09  6:04 UTC  (34+ messages)
` [PATCH bpf-next v3 01/21] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v3 02/21] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v3 03/21] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v3 05/21] bpf: implement bpf_seq_read() for bpf iterator
` [PATCH bpf-next v3 06/21] bpf: create anonymous "
` [PATCH bpf-next v3 08/21] bpf: implement common macros/helpers for target iterators
` [PATCH bpf-next v3 10/21] net: bpf: add netlink and ipv6_route bpf_iter targets
` [PATCH bpf-next v3 11/21] bpf: add task and task/file iterator targets
` [PATCH bpf-next v3 13/21] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v3 16/21] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v3 17/21] tools/libpf: add offsetof/container_of macro in bpf_helpers.h
` [PATCH bpf-next v3 18/21] tools/bpftool: add bpf_iter support for bptool
` [PATCH bpf-next v3 21/21] tools/bpf: selftests: add bpf_iter selftests

[PATCH] netprio_cgroup: Fix unlimited memory leak of v2 cgroup
 2020-05-09  5:58 UTC  (3+ messages)
` [PATCH v2] netprio_cgroup: Fix unlimited memory leak of v2 cgroups

[PATCH net] net: ipv4: really enforce backoff for redirects
 2020-05-09  5:57 UTC  (2+ messages)

[PATCH net-next] net: ipa: Remove ipa_endpoint_stop{,_rx_dma} again
 2020-05-09  5:52 UTC  (3+ messages)

[PATCH][V2] net: tg3: tidy up loop, remove need to compute off with a multiply
 2020-05-09  5:49 UTC  (2+ messages)

[PATCH] net: lio_core: remove redundant assignment to variable tx_done
 2020-05-09  5:48 UTC  (2+ messages)

[PATCH] cnic: remove redundant assignment to variable ret
 2020-05-09  5:48 UTC  (3+ messages)

[PATCH] net/atheros: remove redundant assignment to variable size
 2020-05-09  5:48 UTC  (2+ messages)

[PATCH net-next 0/4] r8169: sync few functionalities with vendor driver
 2020-05-09  5:44 UTC  (6+ messages)
` [PATCH net-next 1/4] r8169: add helper r8168g_wait_ll_share_fifo_ready
` [PATCH net-next 2/4] r8169: add helper rtl_enable_rxdvgate
` [PATCH net-next 3/4] r8169: add helper rtl_wait_txrx_fifo_empty
` [PATCH net-next 4/4] r8169: improve reset handling for chips from RTL8168g

[PATCH net-next] ipv6: use DST_NOCOUNT in ip6_rt_pcpu_alloc()
 2020-05-09  5:34 UTC  (2+ messages)

[PATCH -next] net: dsa: sja1105: remove set but not used variable 'prev_time'
 2020-05-09  5:32 UTC  (2+ messages)

[PATCH net-next] net: dsa: vsc73xx: convert to devm_platform_ioremap_resource
 2020-05-09  5:29 UTC  (2+ messages)

[PATCH net-next] ieee802154: 6lowpan: remove unnecessary comparison
 2020-05-09  5:26 UTC  (3+ messages)

[PATCH net-next] octeontx2-vf: Fix error return code in otx2vf_probe()
 2020-05-09  5:23 UTC  (2+ messages)

[PATCH] document danger of '-j REJECT'ing of '-m state INVALID' packets
 2020-05-09  5:22 UTC 

[PATCH net-next] net/dst: use a smaller percpu_counter batch for dst entries accounting
 2020-05-09  5:20 UTC  (6+ messages)

[PATCH] net: tg3: tidy up loop, remove need to compute off with a multiply
 2020-05-09  4:48 UTC  (7+ messages)

linux-next 20200506 - build failure with net/bpfilter/bpfilter_umh
 2020-05-09  4:39 UTC  (3+ messages)

[PATCH net v2] hinic: fix a bug of ndo_stop
 2020-05-08 20:19 UTC 

[PATCH net-next v2] hinic: add three net_device_ops of vf
 2020-05-08 20:18 UTC 

[PATCH net-next v1] hinic: add three net_device_ops of vf
 2020-05-09  3:10 UTC  (6+ messages)

[RFC PATCH v3 00/14] Share events between metrics
 2020-05-09  2:40 UTC  (13+ messages)
` [RFC PATCH v3 01/14] perf parse-events: expand add PMU error/verbose messages
` [RFC PATCH v3 06/14] perf evsel: fix 2 memory leaks
` [RFC PATCH v3 12/14] perf metricgroup: order event groups by size
` [RFC PATCH v3 13/14] perf metricgroup: remove duped metric group events

cgroup pointed by sock is leaked on mode switch
 2020-05-09  2:31 UTC  (6+ messages)

[PATCH net-next v3 00/33] XDP extend with knowledge of frame size
 2020-05-09  2:15 UTC  (3+ messages)
` [PATCH net-next v3 21/33] virtio_net: add XDP frame size in two code paths

[PATCH net v1] hinic: fix a bug of ndo_stop
 2020-05-09  2:13 UTC  (3+ messages)

[PATCH] umh: fix memory leak on execve failure
 2020-05-09  2:10 UTC  (2+ messages)

[PATCH] net/sonic: Fix some resource leaks in error handling paths
 2020-05-09  2:04 UTC  (6+ messages)

pull-request: bpf 2020-05-09
 2020-05-09  2:02 UTC  (2+ messages)

[PATCH net] dpaa2-eth: prevent array underflow in update_cls_rule()
 2020-05-09  1:46 UTC  (2+ messages)

[PATCH net-next] nfp: abm: fix error return code in nfp_abm_vnic_alloc()
 2020-05-09  1:42 UTC  (2+ messages)

[PATCH] octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffers
 2020-05-09  0:58 UTC  (6+ messages)

[PATCH v2] octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffers
 2020-05-09  0:53 UTC  (3+ messages)

[PATCH net-next 0/5] net: mvpp2: Classifier updates, RSS
 2020-05-09  0:12 UTC  (5+ messages)
` [PATCH net-next 3/5] net: mvpp2: cls: Use RSS contexts to handle RSS tables

[net-next PATCH v3 0/5] Introduce new fwnode based APIs to support phylink and phy layers
 2020-05-09  0:11 UTC  (12+ messages)
` [net-next PATCH v3 4/5] net: phy: Introduce fwnode_get_phy_id()

[PATCH] net-icmp: make icmp{,v6} (ping) sockets available to all by default
 2020-05-08 23:42 UTC 

[PATCH bpf-next v5 0/4] bpf: allow any port in bpf_bind helper
 2020-05-08 23:41 UTC  (2+ messages)

[PATCH] net/mlx5: Replace zero-length array with flexible-array
 2020-05-08 23:36 UTC  (2+ messages)

[PATCH 0/2] Backport to 4.19 - sctp: fully support memory accounting
 2020-05-08 23:23 UTC  (3+ messages)

[PATCH v2 bpf-next 0/3] Add benchmark runner and few benchmarks
 2020-05-08 23:20 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] selftests/bpf: add benchmark runner infrastructure
` [PATCH v2 bpf-next 2/3] selftest/bpf: fmod_ret prog and implement test_overhead as part of bench
` [PATCH v2 bpf-next 3/3] selftest/bpf: add BPF triggering benchmark

[PATCH v2] net: tcp: fixes commit 98aaa913b4ed ("tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg")
 2020-05-08 23:17 UTC  (5+ messages)
` [PATCH v3] net: tcp: fix rx timestamp behavior for tcp_recvmsg
    ` [PATCH v4] "

[PATCH v5 bpf-next 0/3] Introduce CAP_BPF
 2020-05-08 23:00 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/3] bpf, capability: "
` [PATCH v5 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v5 bpf-next 3/3] selftests/bpf: use CAP_BPF and CAP_PERFMON in tests

[PATCH] bpf: Tweak BPF jump table optimizations for objtool compatibility
 2020-05-08 22:18 UTC  (11+ messages)

[bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements
 2020-05-08 21:34 UTC  (2+ messages)

[PATCH net-next v8 1/3] xen networking: add basic XDP support for xen-netfront
 2020-05-08 21:08 UTC  (6+ messages)
` [PATCH net-next v8 2/3] xen networking: add XDP offset adjustment to xen-netback
` [PATCH net-next v8 3/3] net: xen: select PAGE_POOL for xen-netfront

[PATCH rdma-next v1 0/4] Add steering support for default miss
 2020-05-08 20:29 UTC  (4+ messages)
` [PATCH mlx5-next v1 1/4] {IB/net}/mlx5: Simplify don't trap code

Add a __anon_inode_getfd helper
 2020-05-08 19:52 UTC  (3+ messages)
` [PATCH 09/12] rdma: use __anon_inode_getfd

[PATCH] ipw2x00: Fix comment for CLOCK_BOOTTIME constant
 2020-05-08 19:51 UTC 

[PATCH net-next] net: ethernet: ti: fix error return code in am65_cpsw_nuss_probe()
 2020-05-08 19:38 UTC  (4+ messages)
` [PATCH net-next v2] net: ethernet: ti: fix some return value check of cpsw_ale_create()

[PATCH bpf-next 00/17] Run a BPF program on socket lookup
 2020-05-08 18:39 UTC  (5+ messages)
` [PATCH bpf-next 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point

[PATCH 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-08 18:39 UTC  (11+ messages)
` [PATCH 05/11] net: core: provide devm_register_netdev()

[PATCH bpf-next v2 00/20] bpf: implement bpf iterator for kernel data
 2020-05-08 18:17 UTC  (9+ messages)
` [PATCH bpf-next v2 13/20] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v2 18/20] tools/bpf: selftests: add iterator programs for ipv6_route and netlink

[PATCH bpf-next v2 0/3] arm64 BPF JIT Optimizations
 2020-05-08 18:15 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] arm64: insn: Fix two bugs in encoding 32-bit logical immediates
` [PATCH bpf-next v2 2/3] bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 "
` [PATCH bpf-next v2 3/3] bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediates


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