netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-05 19:00:54 to 2020-05-06 06:44:05 UTC [more...]

[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-next v2 20/33] vhost_net: also populate XDP frame size
 2020-05-06  6:41 UTC  (2+ messages)

[PATCH 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-06  6:39 UTC  (5+ 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-06  6:39 UTC  (42+ 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 06/20] bpf: create anonymous "
` [PATCH bpf-next v2 07/20] bpf: create file "
` [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 12/20] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [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

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

[PATCH bpf-next v2 0/5] bpf: allow any port in bpf_bind helper
 2020-05-06  6:23 UTC  (8+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: generalize helpers to control background listener
` [PATCH bpf-next v2 2/5] selftests/bpf: adopt accept_timeout from sockmap_listen
` [PATCH bpf-next v2 3/5] net: refactor arguments of inet{,6}_bind
` [PATCH bpf-next v2 4/5] bpf: allow any port in bpf_bind helper
` [PATCH bpf-next v2 5/5] selftests/bpf: move existing common networking parts into network_helpers

[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 net-next 1/2] virtio-net: don't reserve space for vnet header for XDP
 2020-05-06  6:16 UTC  (2+ messages)
` [PATCH net-next 2/2] virtio-net: fix the XDP truesize calculation for mergeable buffers

[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  (10+ 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 0/2] net: Optimize the qed* allocations inside kdump kernel
 2020-05-06  5:04 UTC  (5+ messages)
` [PATCH 1/2] net: qed*: Reduce RX and TX default ring count when running "
` [PATCH 2/2] net: qed: Disable SRIOV functionality "

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

[GIT PULL] vhost: fixes
 2020-05-06  3:28 UTC  (2+ 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 

[BUG] Inconsistent lock state in virtnet poll
 2020-05-06  2:24 UTC  (10+ messages)

[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

cgroup pointed by sock is leaked on mode switch
 2020-05-06  2:16 UTC  (4+ messages)

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 bpf-next 0/4] RV64 BPF JIT Optimizations
 2020-05-06  0:03 UTC  (5+ 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] 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  (15+ 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  (4+ messages)
` [PATCH 2/2] bpf: sockmap, bpf_tcp_ingress needs to subtract bytes from sg.size

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

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

[PATCH bpf-next v2] libbpf: fix probe code to return EPERM if encountered
 2020-05-05 21:11 UTC  (4+ 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 

[PATCH net 1/1] neigh: send protocol value in neighbor create notification
 2020-05-05 20:40 UTC  (3+ messages)

[PATCH net] soc: fsl: dpio: properly compute the consumer index
 2020-05-05 20:30 UTC  (3+ messages)

[PATCH net-next] net: ethernet: ti: am65-cpts: fix build
 2020-05-05 20:24 UTC  (2+ messages)

[PATCH] net: tcp: fix rx timestamp behavior for tcp_recvmsg
 2020-05-05 20:23 UTC  (2+ messages)

[PATCHv2] erspan: Add type I version 0 support
 2020-05-05 20:23 UTC  (2+ messages)

[PATCH resend] cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() call
 2020-05-05 20:16 UTC  (2+ messages)

[PATCH net-next 0/2] log state changes and cleanup
 2020-05-05 19:58 UTC  (2+ messages)

[PATCH net-next] net: ipa: remove duplicated include from ipa_mem.c
 2020-05-05 19:54 UTC  (3+ messages)

[PATCH net-next] dt-binding: net: ti: am65x-cpts: fix dt_binding_check fail
 2020-05-05 19:49 UTC  (2+ messages)

[PATCH net-next] net: sierra_net: Remove unused inline function
 2020-05-05 19:47 UTC  (2+ messages)

[PATCH net-next] bnx2x: Remove unused inline function bnx2x_vf_vlan_credit
 2020-05-05 19:47 UTC  (2+ messages)

[PATCH net-next] net: sched: choke: Remove unused inline function choke_set_classid
 2020-05-05 19:46 UTC  (2+ messages)

[PATCH net-next] net: microchip: Remove unused inline function is_bits_set
 2020-05-05 19:46 UTC  (2+ messages)

[PATCH net-next] myri10ge: Remove unused inline function myri10ge_vlan_ip_csum
 2020-05-05 19:46 UTC  (2+ messages)

[PATCH net-next] net: stmmac: Remove unused inline function stmmac_rx_threshold_count
 2020-05-05 19:46 UTC  (2+ messages)

[PATCH iproute2] utils: remove trailing zeros in print_time() and print_time64()
 2020-05-05 19:46 UTC 

[PATCH net-next] net: mv643xx_eth: Remove unused inline function sum16_as_be
 2020-05-05 19:46 UTC  (2+ messages)

[PATCH net-next] net: sun: cassini: Remove unused inline functions
 2020-05-05 19:46 UTC  (2+ messages)

[PATCH net-next] net: tehuti: remove unused inline function bdx_tx_db_size
 2020-05-05 19:45 UTC  (2+ messages)

[PATCH net-next v6 0/2] provide support for PHY master/slave configuration
 2020-05-05 19:44 UTC  (3+ messages)
` [PATCH net-next v6 1/2] ethtool: provide UAPI "

[PATCH v3 net-next 0/6] tc-gate offload for SJA1105 DSA switch
 2020-05-05 19:20 UTC  (7+ messages)
` [PATCH v3 net-next 1/6] net: dsa: introduce a dsa_port_from_netdev public helper
` [PATCH v3 net-next 2/6] net: dsa: sja1105: add static tables for virtual links
` [PATCH v3 net-next 3/6] net: dsa: sja1105: make room for virtual link parsing in flower offload
` [PATCH v3 net-next 4/6] net: dsa: sja1105: support flow-based redirection via virtual links
` [PATCH v3 net-next 5/6] net: dsa: sja1105: implement tc-gate using time-triggered "
` [PATCH v3 net-next 6/6] docs: net: dsa: sja1105: document intended usage of "

[PATCH] sch_choke: Remove classid from choke_skb_cb
 2020-05-05 19:09 UTC 

[PATCH] sysctl: fix unused function warning
 2020-05-05 19:01 UTC  (3+ 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).