netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 20:43:07 to 2020-04-24 12:30:49 UTC [more...]

[PATCH AUTOSEL 5.4 01/26] libbpf: Initialize *nl_pid so gcc 10 is happy
 2020-04-24 12:23 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 02/26] net: fec: set GPR bit on suspend by DT configuration
` [PATCH AUTOSEL 5.4 18/26] net: stmmac: socfpga: Allow all RGMII modes
` [PATCH AUTOSEL 5.4 19/26] net/cxgb4: Check the return from t4_query_params properly
` [PATCH AUTOSEL 5.4 20/26] mac80211: fix channel switch trigger from unknown mesh peer

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-04-24 12:29 UTC  (6+ messages)

[PATCH AUTOSEL 4.19 01/18] net: fec: set GPR bit on suspend by DT configuration
 2020-04-24 12:23 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 13/18] net/cxgb4: Check the return from t4_query_params properly

[PATCH net-next] ptp: clockmatrix: remove unnecessary comparison
 2020-04-24 12:24 UTC  (3+ messages)

[PATCH net-next v2] ptp: clockmatrix: remove unnecessary comparison
 2020-04-24 12:52 UTC 

[PATCH AUTOSEL 4.14 11/21] net/cxgb4: Check the return from t4_query_params properly
 2020-04-24 12:24 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 17/21] net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes
` [PATCH AUTOSEL 4.14 18/21] amd-xgbe: Use __napi_schedule() in BH context

[PATCH AUTOSEL 4.9 10/13] net/cxgb4: Check the return from t4_query_params properly
 2020-04-24 12:24 UTC 

[PATCH AUTOSEL 4.4 6/8] net/cxgb4: Check the return from t4_query_params properly
 2020-04-24 12:25 UTC 

[PATCH AUTOSEL 5.6 01/38] libbpf: Initialize *nl_pid so gcc 10 is happy
 2020-04-24 12:22 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 23/38] net: stmmac: socfpga: Allow all RGMII modes
` [PATCH AUTOSEL 5.6 25/38] mac80211: fix channel switch trigger from unknown mesh peer

[PATCH net-next 6/9] net: phy: add backplane kr driver support
 2020-04-24 12:14 UTC 

[PATCH] net: openvswitch: use do_div() for 64-by-32 divisions:
 2020-04-24 12:10 UTC 

[PATCH] dt-bindings: sh_eth: Sort compatible string in increasing number of the SoC
 2020-04-24 11:59 UTC  (2+ messages)

[PATCH bpf-next 00/10] bpf_link observability APIs
 2020-04-24 11:40 UTC  (16+ messages)
` [PATCH bpf-next 01/10] bpf: refactor bpf_link update handling
` [PATCH bpf-next 02/10] bpf: allocate ID for bpf_link
` [PATCH bpf-next 03/10] bpf: support GET_FD_BY_ID and GET_NEXT_ID "
` [PATCH bpf-next 04/10] bpf: add support for BPF_OBJ_GET_INFO_BY_FD "
` [PATCH bpf-next 05/10] libbpf: add low-level APIs for new bpf_link commands
` [PATCH bpf-next 06/10] selftests/bpf: test bpf_link's get_next_id, get_fd_by_id, and get_obj_info
` [PATCH bpf-next 07/10] bpftool: expose attach_type-to-string array to non-cgroup code
` [PATCH bpf-next 08/10] bpftool: add bpf_link show and pin support
` [PATCH bpf-next 09/10] bpftool: add bpftool-link manpage
` [PATCH bpf-next 10/10] bpftool: add link bash completions

[PATCH net] mptcp: fix race in msk status update
 2020-04-24 11:15 UTC 

[RFC PATCH v11 0/9] Enable ptp_kvm for arm64
 2020-04-24 10:39 UTC  (5+ messages)
` [RFC PATCH v11 5/9] psci: Add hypercall service for ptp_kvm

[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
 2020-04-24 10:35 UTC  (5+ messages)

[PATCH net-next] tcp: mptcp: use mptcp receive buffer space to select rcv window
 2020-04-24 10:31 UTC 

[PATCH 0/2] Config interrupt support in VDPA and IFCVF
 2020-04-24 10:04 UTC  (3+ messages)
` [PATCH 1/2] vdpa: Support config interrupt in vhost_vdpa
` [PATCH 2/2] vdpa: implement config interrupt in IFCVF

[net-next PATCH v1 0/2] Introduce new APIs to support phylink and phy layers
 2020-04-24 10:04 UTC  (9+ messages)
` [net-next PATCH v1 1/2] device property: Introduce fwnode_phy_find_device()
` [net-next PATCH v1 2/2] phylink: introduce phylink_fwnode_phy_connect()

[PATCH v2 bpf-next 00/17] net: Add support for XDP in egress path
 2020-04-24  9:56 UTC  (22+ messages)
` [PATCH v2 bpf-next 01/17] net: Refactor convert_to_xdp_frame
` [PATCH v2 bpf-next 02/17] net: Move handling of IFLA_XDP attribute out of do_setlink
` [PATCH v2 bpf-next 03/17] net: Add XDP setup and query commands for Tx programs
` [PATCH v2 bpf-next 04/17] net: Add BPF_XDP_EGRESS as a bpf_attach_type
` [PATCH v2 bpf-next 05/17] xdp: Add xdp_txq_info to xdp_buff
` [PATCH v2 bpf-next 06/17] net: Add IFLA_XDP_EGRESS for XDP programs in the egress path
` [PATCH v2 bpf-next 07/17] net: Rename do_xdp_generic to do_xdp_generic_rx
` [PATCH v2 bpf-next 08/17] net: rename netif_receive_generic_xdp to do_generic_xdp_core
` [PATCH v2 bpf-next 09/17] net: set XDP egress program on netdevice
` [PATCH v2 bpf-next 10/17] net: Support xdp in the Tx path for packets as an skb
` [PATCH v2 bpf-next 11/17] net: Support xdp in the Tx path for xdp_frames
` [PATCH v2 bpf-next 12/17] libbpf: Refactor get_xdp_info
` [PATCH v2 bpf-next 13/17] libbpf: Add egress XDP support
` [PATCH v2 bpf-next 14/17] bpftool: Add support for XDP egress
` [PATCH v2 bpf-next 15/17] selftest: Add test for xdp_egress
` [PATCH v2 bpf-next 16/17] selftest: Add xdp_egress attach tests
` [PATCH v2 bpf-next 17/17] samples/bpf: add XDP egress support to xdp1

pull-request: mac80211 2020-04-24
 2020-04-24  9:42 UTC 

[PATCH net-next] dpaa2-eth: add channel stat to debugfs
 2020-04-24  9:33 UTC 

[PATCH 4/4] net: mac80211: mlme.c: Add lockdep condition for RCU list usage
 2020-04-24  9:24 UTC  (2+ messages)

[PATCH 3/4] net: mac80211: sta_info.c: Add lockdep condition for RCU list usage
 2020-04-24  9:23 UTC  (2+ messages)

[PATCH 2/4] net: mac80211: scan.c: Fix RCU list related warnings
 2020-04-24  9:21 UTC  (2+ messages)

[PATCH 1/4] net: mac80211: util.c: Fix RCU list usage warnings
 2020-04-24  9:18 UTC  (2+ messages)

[PATCH net-next] net: ipv6: remove unused inline function ip6_set_txhash
 2020-04-24  9:06 UTC 

[PATCH -next] octeontx2-pf: Remove unneeded semicolon
 2020-04-24  9:13 UTC 

[PATCH net-next] net: sched: remove unused inline function qdisc_reset_all_tx
 2020-04-24  9:04 UTC 

[PATCH RESEND 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
 2020-04-24  9:03 UTC  (4+ messages)
` [PATCH v3 0/2] Stop monitoring disabled devices
  ` [PATCH v3 2/2] thermal: core: Stop polling DISABLED thermal devices

[PATCH -next] net: atlantic: Remove unneeded semicolon
 2020-04-24  9:04 UTC  (2+ messages)
` [EXT] "

[PATCH -next] net: phy: dp83867: Remove unneeded semicolon
 2020-04-24  9:08 UTC 

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-04-24  8:56 UTC  (4+ messages)
` [RFC PATCHv2 "
  ` [RFC PATCHv2 bpf-next 1/2] xdp: add a new helper for "
  ` [RFC PATCHv2 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test

[PATCH bpf-next 04/16] net: Add BPF_XDP_EGRESS as a bpf_attach_type
 2020-04-24  8:55 UTC  (15+ messages)

[PATCH -next] net/mlxfw: Remove unneeded semicolon
 2020-04-24  9:00 UTC 

[PATCH][next] rtw88: fix spelling mistake "fimrware" -> "firmware"
 2020-04-24  8:47 UTC 

[PATCH iproute2-next 0/2] macsec: add offloading support
 2020-04-24  8:38 UTC  (3+ messages)
` [PATCH iproute2-next 1/2] macsec: add support for MAC offload
` [PATCH iproute2-next 2/2] macsec: add support for specifying offload at link add time

[PATCH] net/mlx5e: Remove unneeded semicolon
 2020-04-24  8:43 UTC 

[PATCH net-next] net: Add TCP_FORCE_LINGER2 to TCP setsockopt
 2020-04-24  8:06 UTC  (8+ messages)
` [PATCH net-next v2] "
  ` [PATCH net-next v3] net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX

[RFC PATCH 0/4] net: mfd: AC200 Ethernet PHY
 2020-04-24  8:05 UTC  (3+ messages)
` [RFC PATCH 1/4] mfd: Add support for AC200

[PATCH ipsec] xfrm interface: fix oops when deleting a x-netns interface
 2020-04-24  7:40 UTC  (2+ messages)

[PATCH net-next] ptp: idt82p33: remove unnecessary comparison
 2020-04-24  8:03 UTC 

[PATCH net-next 00/17] net: atlantic: A2 support
 2020-04-24  7:27 UTC  (18+ messages)
` [PATCH net-next 01/17] net: atlantic: update company name in the driver description
` [PATCH net-next 02/17] net: atlantic: add A2 device IDs
` [PATCH net-next 03/17] net: atlantic: add defines for 10M and EEE 100M link mode
` [PATCH net-next 04/17] net: atlantic: add hw_soft_reset, hw_prepare to hw_ops
` [PATCH net-next 05/17] net: atlantic: simplify hw_get_fw_version() usage
` [PATCH net-next 06/17] net: atlantic: make hw_get_regs optional
` [PATCH net-next 07/17] net: atlantic: move IS_CHIP_FEATURE to aq_hw.h
` [PATCH net-next 08/17] net: atlantic: A2 driver-firmware interface
` [PATCH net-next 09/17] net: atlantic: minimal A2 HW bindings required for fw_ops
` [PATCH net-next 10/17] net: atlantic: minimal A2 fw_ops
` [PATCH net-next 11/17] net: atlantic: A2 hw_ops skeleton
` [PATCH net-next 12/17] net: atlantic: HW bindings for A2 RFP
` [PATCH net-next 13/17] net: atlantic: add A2 RPF hw_ops
` [PATCH net-next 14/17] net: atlantic: HW bindings for basic A2 init/deinit hw_ops
` [PATCH net-next 15/17] net: atlantic: common functions needed "
` [PATCH net-next 16/17] net: atlantic: "
` [PATCH net-next 17/17] net: atlantic: A2 ingress / egress hw configuration

[PATCH net v2] net: bridge: fix vlan stats use-after-free on destruction
 2020-04-24  7:26 UTC  (4+ messages)
` [PATCH net v3] "

[PATCH net-next 0/2] Fix qdisc noop issue caused by driver and identify future bugs
 2020-04-24  7:04 UTC  (7+ messages)
` [PATCH net-next 2/2] dpaa2-eth: fix return codes used in ndo_setup_tc

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-04-24  6:43 UTC  (6+ messages)
` [PATCH 1/5] bpf-cgroup: remove unused exports
` [PATCH 2/5] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c
` [PATCH 4/5] sysctl: avoid forward declarations
` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

[PATCH v4 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-04-24  6:17 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS
` [PATCH v4 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS
` [PATCH v4 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

pull-request: wireless-drivers-2020-04-24
 2020-04-24  5:57 UTC 

[PATCH net-next v1] dt-bindings: net: convert qca,ar71xx documentation to yaml
 2020-04-24  5:21 UTC 

[PATCH v2 bpf] bpf: fix leak in LINK_UPDATE and enforce empty old_prog_fd
 2020-04-24  5:20 UTC 

[PATCH bpf-next 1/2] bpf: Change error code when ops is NULL
 2020-04-24  5:18 UTC  (3+ messages)

INFO: task hung in sock_close
 2020-04-24  5:15 UTC 

[PATCH net-next v1] net: ag71xx: extend link validation to support other SoCs
 2020-04-24  4:59 UTC 

[PATCH] ipw2x00: Remove a memory allocation failure log message
 2020-04-24  4:33 UTC  (4+ messages)

mlx5: Panic with conntrack offload
 2020-04-24  4:10 UTC 

[PATCH bpf] bpf: fix leak in LINK_UPDATE and enforce empty old_prog_fd
 2020-04-24  3:50 UTC 

[PATCH] xfrm: policy: Only use mark as policy lookup key
 2020-04-24  3:48 UTC  (9+ messages)

[ v2,net-next 4/4] net: enetc: add tc flower psfp offload driver
 2020-04-24  3:23 UTC  (5+ messages)
` [v3,net-next 0/4] Introduce a flow gate control action and apply IEEE
  ` [v3,net-next 1/4] net: qos: introduce a gate control flow action
      ` [EXT] "

[PATCH] staging: qlge: qlge_dbg.c: Remove trailing semicolon from macro
 2020-04-24  2:57 UTC 

[PATCH net-next] net: phylink, dsa: eliminate phylink_fixed_state_cb()
 2020-04-24  2:53 UTC  (2+ messages)

[PATCH net-next 0/8] net: hns3: refactor for MAC table
 2020-04-24  2:23 UTC  (9+ messages)
` [PATCH net-next 1/8] net: hns3: refine for unicast MAC VLAN space management
` [PATCH net-next 2/8] net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()
` [PATCH net-next 3/8] net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()
` [PATCH net-next 4/8] net: hns3: refactor the MAC address configure
` [PATCH net-next 5/8] net: hns3: add support for dumping UC and MC MAC list
` [PATCH net-next 6/8] net: hns3: refactor the promisc mode setting
` [PATCH net-next 7/8] net: hns3: use mutex vport_lock instead of mutex umv_lock
` [PATCH net-next 8/8] net: hns3: optimize the filter table entries handling when resetting

[PATCH net-next] net: systemport: suppress warnings on failed Rx SKB allocations
 2020-04-24  1:47 UTC  (2+ messages)

[PATCH net-next v1 1/3] net: openvswitch: expand the meters number supported
 2020-04-24  1:29 UTC  (12+ messages)
` [PATCH net-next v3 0/5] expand meter tables and fix bug
` [PATCH net-next v4 "
  ` [PATCH net-next v4 1/5] net: openvswitch: expand the meters supported number
  ` [PATCH net-next v4 2/5] net: openvswitch: set max limitation to meters
  ` [PATCH net-next v4 3/5] net: openvswitch: remove the unnecessary check
  ` [PATCH net-next v4 4/5] net: openvswitch: make EINVAL return value more obvious
  ` [PATCH net-next v4 5/5] net: openvswitch: use u64 for meter bucket

[PATCH bpf-next 1/2] bpf: Change error code when ops is NULL
 2020-04-24  1:13 UTC  (7+ messages)
` [PATCH bpf-next v2 0/2] Change return code if failed to load object
  ` [PATCH bpf-next v2 1/2] bpf: Change error code when ops is NULL

[RFC PATCH v5 00/16] Add Intel Ethernet Protocol Driver for RDMA (irdma)
 2020-04-24  0:48 UTC  (13+ messages)
` [RFC PATCH v5 01/16] RDMA/irdma: Add driver framework definitions

[PATCH] net/ena: Fix build warning in ena_xdp_set()
 2020-04-24  0:01 UTC 

[PATCH net-next] net: bcmgenet: suppress warnings on failed Rx SKB allocations
 2020-04-23 23:10 UTC  (2+ messages)

[PATCH 3.16 201/245] can, slip: Protect tty->disc_data in write_wakeup and close with RCU
 2020-04-23 23:07 UTC  (2+ messages)
` [PATCH 3.16 245/245] slcan: Don't transmit uninitialized stack data in padding

[PATCH net] net: bcmgenet: correct per TX/RX ring statistics
 2020-04-23 23:02 UTC  (3+ messages)

[PATCH] net: meth: remove spurious copyright text
 2020-04-23 22:59 UTC  (2+ messages)

[PATCH][next] net: phy: bcm54140: fix less than zero comparison on an unsigned
 2020-04-23 22:57 UTC  (2+ messages)

[PATCH net] net: phy: bcm84881: clear settings on link down
 2020-04-23 22:55 UTC  (2+ messages)

[PATCH -next] qed: Make ll2_cbs static
 2020-04-23 22:54 UTC  (2+ messages)

[PATCH net-next 1/1] net: stmmac: Add option for VLAN filter fail queue enable
 2020-04-23 22:53 UTC  (2+ messages)

[PATCH] net: sched : Remove unnecessary cast in kfree
 2020-04-23 22:51 UTC  (2+ messages)

[PATCH] net/x25: Fix x25_neigh refcnt leak when reveiving frame
 2020-04-23 22:49 UTC  (2+ messages)

[PATCH V3 -next] mptcp/pm_netlink.c : add check for nla_put_in/6_addr
 2020-04-23 22:38 UTC  (2+ messages)

[PATCH v3] net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()
 2020-04-23 22:33 UTC  (2+ messages)

[PATCH v5] net: Option to retrieve the pending data from send queue of UDP socket
 2020-04-23 22:15 UTC 

[RFC PATCH net-next] net: bridge: fix client roaming from DSA user port
 2020-04-23 21:36 UTC  (6+ messages)

[PATCH net] netfilter: nat: never update the UDP checksum when it's 0
 2020-04-23 20:43 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).