netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-05 20:47:40 to 2020-05-06 08:57:51 UTC [more...]

[PATCH bpf-next v2] libbpf: fix probe code to return EPERM if encountered
 2020-05-06  8:57 UTC  (5+ messages)

[PATCH] rtlwifi: rtl8188ee: remove Comparison to bool in rf.c
 2020-05-06  8:47 UTC  (2+ messages)

[PATCH] b43: remove Comparison of 0/1 to bool variable in pio.c
 2020-05-06  8:45 UTC  (2+ messages)

[PATCH] b43: remove Comparison of 0/1 to bool variable in phy_n.c
 2020-05-06  8:45 UTC  (2+ messages)

[PATCH] libertas_tf: avoid a null dereference in pointer priv
 2020-05-06  8:44 UTC  (2+ messages)

[PATCH 03/15] mwifiex: avoid -Wstringop-overflow warning
 2020-05-06  8:43 UTC  (2+ messages)

[PATCH] rtlwifi: remove comparison of 0/1 to bool variable
 2020-05-06  8:43 UTC  (2+ messages)

[PATCH] brcmsmac: remove Comparison to bool in brcms_b_txstatus()
 2020-05-06  8:42 UTC  (2+ messages)

[PATCH] brcmfmac: remove Comparison to bool in brcmf_p2p_send_action_frame()
 2020-05-06  8:41 UTC  (2+ messages)

[PATCH net v1] net: rtw88: fix an issue about leak system resources
 2020-05-06  8:38 UTC  (2+ messages)
` [PATCH net v1] "

performance bug in virtio net xdp
 2020-05-06  8:37 UTC  (3+ messages)

[PATCH net-next 1/2] virtio-net: don't reserve space for vnet header for XDP
 2020-05-06  8:34 UTC  (8+ messages)
` [PATCH net-next 2/2] virtio-net: fix the XDP truesize calculation for mergeable buffers

[PATCH v2] ray_cs: use true,false for bool variable
 2020-05-06  8:33 UTC  (2+ messages)

[PATCH] rtlwifi: use true,false for bool variable in rtl_init_rfkill()
 2020-05-06  8:32 UTC  (2+ messages)

[PATCH v2] ipw2x00: Remove a memory allocation failure log message
 2020-05-06  8:32 UTC  (2+ messages)

[PATCH v2 2/2] rtw88: Use udelay instead of usleep in atomic context
 2020-05-06  8:31 UTC  (2+ messages)

[PATCH v2 1/2] iopoll: Introduce read_poll_timeout_atomic macro
 2020-05-06  8:30 UTC  (2+ messages)

[BUG] Inconsistent lock state in virtnet poll
 2020-05-06  8:15 UTC  (12+ messages)

[PATCH v2 net-next 00/10] s390/qeth: updates 2020-05-06
 2020-05-06  8:09 UTC  (11+ messages)
` [PATCH v2 net-next 01/10] s390/qeth: keep track of LP2LP capability for csum offload
` [PATCH v2 net-next 02/10] s390/qeth: process local address events
` [PATCH v2 net-next 03/10] s390/qeth: add debugfs file for local IP addresses
` [PATCH v2 net-next 04/10] s390/qeth: extract helpers for next-hop lookup
` [PATCH v2 net-next 05/10] s390/qeth: don't use restricted offloads for local traffic
` [PATCH v2 net-next 06/10] s390/qeth: merge TX skb mapping code
` [PATCH v2 net-next 07/10] s390/qeth: indicate contiguous TX buffer elements
` [PATCH v2 net-next 08/10] s390/qeth: set TX IRQ marker on last buffer in a group
` [PATCH v2 net-next 09/10] s390/qeth: return error when starting a reset fails
` [PATCH v2 net-next 10/10] s390/qeth: clean up Kconfig help text

[PATCH bpf-next 0/4] RV64 BPF JIT Optimizations
 2020-05-06  8:08 UTC  (7+ messages)
` [PATCH bpf-next 1/4] bpf, riscv: Enable missing verifier_zext optimizations on RV64
` [PATCH bpf-next 2/4] bpf, riscv: Optimize FROM_LE using verifier_zext "
` [PATCH bpf-next 3/4] bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 "
` [PATCH bpf-next 4/4] bpf, riscv: Optimize BPF_JSET BPF_K using andi "

[PATCH net-next 00/11] s390/qeth: updates 2020-05-05
 2020-05-06  7:56 UTC  (8+ messages)
` [PATCH net-next 10/11] s390/qeth: allow reset via ethtool

[PATCH v1 net-next 0/6] net: ocelot: VCAP IS1 and ES0 support
 2020-05-06  7:49 UTC  (7+ messages)
` [PATCH v1 net-next 1/6] net: mscc: ocelot: introduce a new ocelot_target_{read,write} API
` [PATCH v1 net-next 2/6] net: mscc: ocelot: generalize existing code for VCAP IS2
` [PATCH v1 net-next 3/6] net: mscc: ocelot: change vcap to be compatible with full and quad entry
` [PATCH v1 net-next 4/6] net: mscc: ocelot: VCAP IS1 support
` [PATCH v1 net-next 5/6] net: mscc: ocelot: VCAP ES0 support
` [PATCH v1 net-next 6/6] net: dsa: tag_ocelot: use VLAN information from tagging header when available

cgroup pointed by sock is leaked on mode switch
 2020-05-06  7:51 UTC  (5+ messages)

[GIT PULL] vhost: fixes
 2020-05-06  7:35 UTC  (4+ messages)

[PATCH bpf-next v2 00/20] bpf: implement bpf iterator for kernel data
 2020-05-06  7:30 UTC  (36+ messages)
` [PATCH bpf-next v2 01/20] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v2 02/20] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v2 03/20] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v2 04/20] bpf: support bpf tracing/iter programs for BPF_LINK_UPDATE
` [PATCH bpf-next v2 05/20] bpf: implement bpf_seq_read() for bpf iterator
` [PATCH bpf-next v2 08/20] bpf: implement common macros/helpers for target iterators
` [PATCH bpf-next v2 09/20] bpf: add bpf_map iterator
` [PATCH bpf-next v2 10/20] net: bpf: add netlink and ipv6_route bpf_iter targets
` [PATCH bpf-next v2 11/20] bpf: add task and task/file iterator targets
` [PATCH bpf-next v2 16/20] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v2 18/20] tools/bpf: selftests: add iterator programs for ipv6_route and netlink
` [PATCH bpf-next v2 19/20] tools/bpf: selftests: add iter progs for bpf_map/task/task_file
` [PATCH bpf-next v2 20/20] tools/bpf: selftests: add bpf_iter selftests

[RFC PATCH bpf-next 00/13] Introduce AF_XDP buffer allocation API
 2020-05-06  7:22 UTC  (4+ messages)
` [RFC PATCH bpf-next 04/13] xsk: introduce "

[PATCH 0/2] net: Optimize the qed* allocations inside kdump kernel
 2020-05-06  7:13 UTC  (6+ messages)
` [PATCH 1/2] net: qed*: Reduce RX and TX default ring count when running "
  ` [EXT] "

[PATCH 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-06  7:09 UTC  (11+ messages)
` [PATCH 05/11] net: core: provide devm_register_netdev()
` [PATCH 06/11] net: ethernet: mtk-eth-mac: new driver

[PATCH bpf-next v2 0/5] bpf: allow any port in bpf_bind helper
 2020-05-06  7:00 UTC  (5+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: generalize helpers to control background listener
` [PATCH bpf-next v2 4/5] bpf: allow any port in bpf_bind helper

[PATCH net-next] net/smc: remove set but not used variables 'del_llc, del_llc_resp'
 2020-05-06  6:55 UTC 

[PATCH] net: ethernet: ti: Remove TI_CPTS_MOD workaround
 2020-05-06  6:51 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] netfilter: fix make target xt_TCPMSS.o error
 2020-05-06  6:50 UTC 

[PATCH net-next v2 20/33] vhost_net: also populate XDP frame size
 2020-05-06  6:49 UTC  (3+ messages)

[PATCH 0/2] Backport to 4.19 - sctp: fully support memory accounting
 2020-05-06 14:20 UTC  (6+ messages)
` [PATCH 1/2] sctp: implement memory accounting on tx path
` [PATCH 2/2] sctp: implement memory accounting on rx path

[PATCH net-next 20/33] vhost_net: also populate XDP frame size
 2020-05-06  6:43 UTC  (9+ messages)
` [PATCH net-next 21/33] virtio_net: add XDP frame size in two code paths

[PATCH net v2 0/2] Revert the 'socket_alloc' life cycle change
 2020-05-06  6:24 UTC  (2+ messages)
`  "

[PATCH] ath11k: Replace zero-length array with flexible-array
 2020-05-06  6:23 UTC  (2+ messages)

clean up and streamline probe_kernel_* and friends
 2020-05-06  6:22 UTC  (16+ messages)
` [PATCH 01/15] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/15] maccess: remove various unused weak aliases
` [PATCH 03/15] maccess: remove duplicate kerneldoc commens
` [PATCH 04/15] maccess: clarify kerneldoc comments
` [PATCH 05/15] maccess: update the top of file comment
` [PATCH 06/15] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_unsafe
` [PATCH 07/15] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_unsafe
` [PATCH 08/15] maccess: rename strnlen_unsafe_user to strnlen_user_unsafe
` [PATCH 09/15] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/15] maccess: unify the probe kernel arch hooks
` [PATCH 11/15] maccess: remove strncpy_from_unsafe
` [PATCH 12/15] maccess: always use strict semantics for probe_kernel_read
` [PATCH 13/15] maccess: move user access routines together
` [PATCH 14/15] maccess: allow architectures to provide kernel probing directly
` [PATCH 15/15] x86: use non-set_fs based maccess routines

[PATCH] ath6kl: Replace zero-length array with flexible-array
 2020-05-06  6:21 UTC  (2+ messages)

[PATCH -next] net: ethernet: mediatek: Make mtk_m32 static
 2020-05-06  6:27 UTC 

[PATCH net-next] i40e: Make i40e_shutdown_adminq() return void
 2020-05-06  6:18 UTC 

[PATCH net-next] net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh()
 2020-05-06  6:16 UTC 

[PATCH net-next] net: bridge: return false in br_mrp_enabled()
 2020-05-06  6:16 UTC 

[PATCH v3] nfp: abm: Fix incomplete release of system resources in nfp_abm_vnic_set_mac()
 2020-05-06  6:12 UTC  (7+ messages)
    ` [v3] "

[PATCH net-next] net: cortina: Fix use correct return type for ndo_start_xmit()
 2020-05-06  6:10 UTC 

[PATCH] virtio_net: fix lockdep warning on 32 bit
 2020-05-06  5:28 UTC  (2+ messages)

[Patch net] net: fix a potential recursive NETDEV_FEAT_CHANGE
 2020-05-06  5:26 UTC  (5+ messages)

[PATCH net,v2] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
 2020-05-06  5:22 UTC  (9+ messages)

[PATCH net v2 1/2] Revert "coallocate socket_wq with socket itself"
 2020-05-06  4:55 UTC  (2+ messages)

[PATCH v1] dt-bindings: net: nxp,tja11xx: rework validation support
 2020-05-06  5:11 UTC  (3+ messages)

[PATCH net-next v3] net: phy: micrel: add phy-mode support for the KSZ9031 PHY
 2020-05-06  4:51 UTC  (3+ messages)

[PATCH 1/2] net: qrtr: Add MHI transport layer
 2020-05-06  4:50 UTC  (2+ messages)
` [PATCH 2/2] net: qrtr: Do not depend on ARCH_QCOM

[PATCH net-next] enetc: Fix use after free in stream_filter_unref()
 2020-05-06  4:14 UTC 

[PATCH net] selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive struct
 2020-05-06  3:51 UTC 

[PATCH net-next 1/1] net: stmmac: Add option for VLAN filter fail queue enable
 2020-05-06  3:31 UTC  (3+ messages)

[PATCH -next] iwlwifi: pcie: Use bitwise instead of arithmetic operator for flags
 2020-05-06  3:19 UTC  (2+ messages)

WARNING: proc registration bug in snmp6_register_dev
 2020-05-06  3:11 UTC  (2+ messages)

[PATCH] net: bareudp: avoid uninitialized variable warning
 2020-05-06  2:59 UTC  (2+ messages)

[PATCH -next] net: ethernet: ti: Use PTR_ERR_OR_ZERO() to simplify code
 2020-05-06  2:54 UTC 

[PATCH v2 1/3] net/mlx5e: Implicitly decap the tunnel packet when necessary
 2020-05-06  2:16 UTC  (3+ messages)
` [PATCH v2 2/3] net/mlx5e: Introduce mlx5e_rep_uplink_priv helper
` [PATCH v2 3/3] net/mlx5e: Fix the code style

INFO: task hung in linkwatch_event (2)
 2020-05-06  1:38 UTC  (2+ messages)

[PATCH 0/1] Open source our TC classifier
 2020-05-06  1:30 UTC  (8+ messages)
` [PATCH 1/1] selftests/bpf: add cls_redirect classifier

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-05-06  1:25 UTC  (11+ messages)

[PATCH net-next 1/3] net/mlx5e: Implicitly decap the tunnel packet when necessary
 2020-05-06  1:20 UTC  (3+ messages)

[PATCH][next] rndis_wlan: Remove logically dead code
 2020-05-05 23:52 UTC 

[net-next PATCH v3 0/5] Introduce new fwnode based APIs to support phylink and phy layers
 2020-05-06  0:07 UTC  (5+ messages)
` [net-next PATCH v3 1/5] net: phy: Introduce phy related fwnode functions

[PATCH] Bluetooth: Terminate the link if pairing is cancelled
 2020-05-05 23:59 UTC  (3+ messages)

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

[PATCH] Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"
 2020-05-05 23:26 UTC  (6+ messages)

[RFC PATCH net-next 0/3] bonding: support hardware crypto offload
 2020-05-05 22:58 UTC  (5+ messages)
` [RFC PATCH net-next v2 "
  ` [RFC PATCH net-next v2 1/3] xfrm: bail early on slave pass over skb
  ` [RFC PATCH net-next v2 2/3] ixgbe_ipsec: become aware of when running as a bonding slave
  ` [RFC PATCH net-next v2 3/3] bonding: support hardware encryption offload to slaves

[PATCH 0/2] sockmap, fix for some error paths with helpers
 2020-05-05 22:28 UTC  (2+ messages)

[RFC net] net: dsa: Add missing reference counting
 2020-05-05 21:23 UTC  (2+ messages)

[bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements
 2020-05-05 21:04 UTC  (12+ messages)
` [bpf-next PATCH 01/10] bpf: selftests, move sockmap bpf prog header into progs
` [bpf-next PATCH 02/10] bpf: selftests, remove prints from sockmap tests
` [bpf-next PATCH 03/10] bpf: selftests, sockmap test prog run without setting cgroup
` [bpf-next PATCH 04/10] bpf: selftests, print error in test_sockmap error cases
` [bpf-next PATCH 05/10] bpf: selftests, improve test_sockmap total bytes counter
` [bpf-next PATCH 06/10] bpf: selftests, break down test_sockmap into subtests
` [bpf-next PATCH 07/10] bpf: selftests, provide verbose option for selftests execution
` [bpf-next PATCH 08/10] bpf: selftests, add whitelist option to test_sockmap
` [bpf-next PATCH 09/10] bpf: selftests, add blacklist "
` [bpf-next PATCH 10/10] bpf: selftests, add ktls tests "

[RFC] mm/gup.c: Updated return value of {get|pin}_user_pages_fast()
 2020-05-05 20:52 UTC  (4+ messages)

[PATCH] net: wireguard: avoid unused variable warning
 2020-05-05 20:51 UTC  (3+ messages)

[PATCH net-next] enetc: Fix use after free in stream_filter_unref()
 2020-05-05 20:47 UTC 


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