netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-29 04:18:50 to 2020-05-29 16:48:47 UTC [more...]

[PATCH v3 bpf-next 0/5] bpf: Add support for XDP programs in DEVMAP entries
 2020-05-29 16:48 UTC  (12+ messages)
` [PATCH v3 bpf-next 1/5] devmap: Formalize map value as a named struct
` [PATCH v3 bpf-next 2/5] bpf: Add support to attach bpf program to a devmap entry
` [PATCH v3 bpf-next 3/5] xdp: Add xdp_txq_info to xdp_buff
` [PATCH v3 bpf-next 4/5] libbpf: Add SEC name for xdp programs attached to device map
` [PATCH v3 bpf-next 5/5] selftest: Add tests for XDP programs in devmap entries

[PATCH bpf-next RFC 0/3] bpf: dynamic map-value config layout via BTF
 2020-05-29 16:39 UTC  (7+ messages)
` [PATCH bpf-next RFC 1/3] bpf: move struct bpf_devmap_val out of UAPI
` [PATCH bpf-next RFC 2/3] bpf: devmap dynamic map-value storage area based on BTF
` [PATCH bpf-next RFC 3/3] samples/bpf: change xdp_fwd to use new BTF config interface

[PATCH v2] virtio_vsock: Fix race condition in virtio_transport_recv_pkt
 2020-05-29 16:34 UTC  (2+ messages)

[PATCH net] net: mvpp2: Enable autoneg bypass for 1000BaseX/2500BaseX ports
 2020-05-29 16:33 UTC  (14+ messages)

[PATCH v3 net-next 1/8] sctp: setsockopt, expand some #defines
 2020-05-29 16:12 UTC  (4+ messages)

remove kernel_setsockopt v4
 2020-05-29 16:10 UTC  (11+ messages)
` [PATCH 1/4] sctp: add sctp_sock_set_nodelay
` [PATCH 2/4] sctp: refactor sctp_setsockopt_bindx
` [PATCH 3/4] net: add a new bind_add method
` [PATCH 4/4] net: remove kernel_setsockopt

[PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device
 2020-05-29 16:08 UTC  (2+ messages)

[PATCH v4 06/11] thermal: Add mode helpers
 2020-05-29 15:52 UTC 

[PATCH net-next] mptcp: fix NULL ptr dereference in MP_JOIN error path
 2020-05-29 15:49 UTC 

[PATCH v4 05/11] thermal: remove get_mode() operation of drivers
 2020-05-29 15:49 UTC 

[PATCH RFT] ravb: Mask PHY mode to avoid inserting delays twice
 2020-05-29 15:45 UTC  (3+ messages)

[PATCH net-next] net: phy: mscc: fix PHYs using the vsc8574_probe
 2020-05-29 15:45 UTC  (3+ messages)

[PATCH net 0/3] mptcp: a bunch of fixes
 2020-05-29 15:43 UTC  (4+ messages)
` [PATCH net 1/3] mptcp: fix unblocking connect()
` [PATCH net 2/3] mptcp: fix race between MP_JOIN and close
` [PATCH net 3/3] mptcp: remove msk from the token container at destruction time

[PATCH net-next 00/11] New DSA driver for VSC9953 Seville switch
 2020-05-29 15:42 UTC  (8+ messages)
` [PATCH net-next 11/11] net: dsa: ocelot: introduce driver for Seville VSC9953 switch

[RFC v3 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
 2020-05-29 15:34 UTC  (10+ messages)
` [PATCH v4 00/11] Stop monitoring disabled devices
  ` [PATCH v4 01/11] acpi: thermal: Fix error handling in the register function
  ` [PATCH v4 02/11] thermal: Store thermal mode in a dedicated enum
  ` [PATCH v4 03/11] thermal: Add current mode to thermal zone device

[PATCH v4 02/11] thermal: Store thermal mode in a dedicated enum
 2020-05-29 15:30 UTC  (3+ messages)

[PATCH] net: fec: disable correct clk in the err path of fec_enet_clk_enable
 2020-05-29 15:24 UTC 

[PATCH v4 bpf-next 0/5] BPF ring buffer
 2020-05-29 15:21 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/5] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v4 bpf-next 2/5] libbpf: add BPF ring buffer support
` [PATCH v4 bpf-next 3/5] selftests/bpf: add BPF ringbuf selftests
` [PATCH v4 bpf-next 4/5] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v4 bpf-next 5/5] docs/bpf: add BPF ring buffer design notes

[RDMA RFC v6 00/16] Intel RDMA Driver Updates 2020-05-19
 2020-05-29 15:21 UTC  (5+ messages)

[PATCH v3 00/13] Remove FMR support from RDMA drivers
 2020-05-29 15:20 UTC  (3+ messages)
` [PATCH v3 07/13] RDMA/i40iw: Remove FMR leftovers

[PATCH] staging: qlge: qlge_main.c: fixed spaces coding style issues
 2020-05-29 15:17 UTC 

[PATCH 00/10] staging: wfx: introduce nl80211 vendor extensions
 2020-05-29 15:13 UTC  (4+ messages)

[PATCH] virtio_vsock: Fix race condition in virtio_transport_recv_pkt
 2020-05-29 15:11 UTC  (3+ messages)

[PATCH v3 12/13] RDMA: Remove 'max_fmr'
 2020-05-29 14:54 UTC  (2+ messages)

[PATCH v2 net-next 0/4] bnxt_en: Add new "allow_fw_live_reset" generic devlink parameter
 2020-05-29 14:29 UTC  (17+ messages)
` [PATCH v2 net-next 1/4] devlink: Add new "allow_fw_live_reset" generic device parameter

[PATCH ethtool 00/21] netlink interface update for 5.7 release
 2020-05-29 14:29 UTC  (5+ messages)
` [PATCH ethtool 02/21] netlink: fix nest type grouping in parser
` [PATCH ethtool 03/21] netlink: fix msgbuff_append() helper

[PATCH net-next] net: phy: marvell: unlock after phy_select_page() failure
 2020-05-29 14:25 UTC  (2+ messages)

[PATCH net] sch_cake: Take advantage of skb->hash where appropriate
 2020-05-29 12:43 UTC 

[PATCH bpf-next] bpf: add SO_KEEPALIVE and related options to bpf_setsockopt
 2020-05-29 12:41 UTC  (3+ messages)

Self-XORing BPF registers is undefined behavior
 2020-05-29 12:28 UTC  (18+ messages)

[PATCH] net: octeon: mgmt: Repair filling of RX ring
 2020-05-29 12:17 UTC 

[PATCH 1/2] staging: wfx: fix AC priority
 2020-05-29 12:16 UTC  (2+ messages)
` [PATCH 2/2] staging: wfx: drop useless loop

[PATCH v2] staging: wfx: fix coherency of hif_scan() prototype
 2020-05-29 12:12 UTC 

[PATCH net-next 0/2] bridge: mrp: Add support for MRA role
 2020-05-29 13:47 UTC  (5+ messages)
` [PATCH net-next 1/2] bridge: mrp: Set the priority of MRP instance
` [PATCH net-next 2/2] bridge: mrp: Add support for role MRA

[PATCH v2 net-next 0/7] dpaa2-eth: add support for Rx traffic classes
 2020-05-29 11:45 UTC  (9+ messages)

[PATCH] net: udp: remove the redundant assignment
 2020-05-29 11:32 UTC  (2+ messages)

[PATCH net-next 0/2] selftests: forwarding: Two small changes
 2020-05-29 11:16 UTC  (3+ messages)
` [PATCH net-next 1/2] selftests: forwarding: mirror_lib: Use mausezahn
` [PATCH net-next 2/2] selftests: forwarding: pedit_dsfield: Check counter value

pull request (net): ipsec 2020-05-29
 2020-05-29 11:04 UTC  (16+ messages)
` [PATCH 01/15] xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
` [PATCH 02/15] xfrm: do pskb_pull properly in __xfrm_transport_prep
` [PATCH 03/15] esp6: get the right proto for transport mode in esp6_gso_encap
` [PATCH 04/15] xfrm: remove the xfrm_state_put call becofe going to out_reset
` [PATCH 05/15] xfrm: fix error in comment
` [PATCH 06/15] xfrm: espintcp: save and call old ->sk_destruct
` [PATCH 07/15] esp6: support ipv6 nexthdrs process for beet gso segment
` [PATCH 08/15] esp4: "
` [PATCH 09/15] xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output
` [PATCH 10/15] ip_vti: receive ipip packet by calling ip_tunnel_rcv
` [PATCH 11/15] xfrm interface: fix oops when deleting a x-netns interface
` [PATCH 12/15] esp6: calculate transport_header correctly when sel.family != AF_INET6
` [PATCH 13/15] esp4: improve xfrm4_beet_gso_segment() to be more readable
` [PATCH 14/15] xfrm: fix a warning in xfrm_policy_insert_list
` [PATCH 15/15] xfrm: fix a NULL-ptr deref in xfrm_local_error

[PATCH ipsec] xfrm: fix a NULL-ptr deref in xfrm_local_error
 2020-05-29 10:40 UTC  (2+ messages)

[PATCHv2 ipsec] xfrm: fix a warning in xfrm_policy_insert_list
 2020-05-29 10:39 UTC  (2+ messages)

pull request (net-next): ipsec-next 2020-05-29
 2020-05-29 10:30 UTC  (12+ messages)
` [PATCH 01/11] xfrm interface: don't take extra reference to netdev
` [PATCH 02/11] xfrm: add support for UDPv6 encapsulation of ESP
` [PATCH 03/11] xfrm: add IPv6 support for espintcp
` [PATCH 04/11] xfrm: avoid extract_output indirection for ipv4
` [PATCH 05/11] xfrm: state: remove extract_input indirection from xfrm_state_afinfo
` [PATCH 06/11] xfrm: move xfrm4_extract_header to common helper
` [PATCH 07/11] xfrm: expose local_rxpmtu via ipv6_stubs
` [PATCH 08/11] xfrm: place xfrm6_local_dontfrag in xfrm.h
` [PATCH 09/11] xfrm: remove extract_output indirection from xfrm_state_afinfo
` [PATCH 10/11] xfrm: remove output_finish "
` [PATCH 11/11] xfrm: fix unused variable warning if CONFIG_NETFILTER=n

[PATCH net-next v3] net: phy: micrel: add phy-mode support for the KSZ9031 PHY
 2020-05-29 10:17 UTC  (12+ messages)

[PATCH 0/6] vDPA: doorbell mapping
 2020-05-29  9:24 UTC  (9+ messages)
` [PATCH 1/6] vhost: allow device that does not depend on vhost worker
` [PATCH 2/6] vhost: use mmgrab() instead of mmget() for non worker device
` [PATCH 3/6] vdpa: introduce get_vq_notification method
` [PATCH 4/6] vhost_vdpa: support doorbell mapping via mmap
` [PATCH 5/6] vdpa: introduce virtio pci driver
` [PATCH 6/6] vdpa: vp_vdpa: report doorbell location

[PATCH] net: atm: Replace kmalloc with kzalloc in the error message
 2020-05-29  9:22 UTC  (2+ messages)

[PATCH] bpf/sockmap: fix kernel panic at __tcp_bpf_recvmsg
 2020-05-29  9:05 UTC  (2+ messages)

Link down reasons
 2020-05-29  9:03 UTC  (7+ messages)

[PATCH 02/12] net: hns3: Destroy a mutex after initialisation failure in hclge_init_ad_dev()
 2020-05-29  9:00 UTC  (4+ messages)
  ` [02/12] net: hns3: Destroy a mutex after initialisation failure in hclge_init_ae_dev()

[PATCH] net: qrtr: Allocate workqueue before kernel_bind
 2020-05-29  8:46 UTC  (2+ messages)

[PATCH] net: ethernet: mtk-star-emac: remove unused variable
 2020-05-29  8:27 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf: Introduce minimal support for sleepable progs
 2020-05-29  8:25 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Fix use-after-free in fmod_ret check
` [PATCH v2 bpf-next 2/4] bpf: Introduce sleepable BPF programs
` [PATCH v2 bpf-next 3/4] libbpf: support sleepable progs
` [PATCH v2 bpf-next 4/4] selftests/bpf: basic sleepable tests

[pull request][net 0/6] mlx5 fixes 2020-05-28
 2020-05-29  6:56 UTC  (7+ messages)
` [net 1/6] net/mlx5: Fix crash upon suspend/resume
` [net 2/6] net/mlx5e: Fix stats update for matchall classifier
` [net 3/6] net/mlx5e: Remove warning "devices are not on same switch HW"
` [net 4/6] net/mlx5e: Fix arch depending casting issue in FEC
` [net 5/6] net/mlx5e: Properly set default values when disabling adaptive moderation
` [net 6/6] net/mlx5e: Fix MLX5_TC_CT dependencies

general protection fault in inet_unhash
 2020-05-29  6:38 UTC  (7+ messages)

[PATCH v2 bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-29  6:30 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Consolidate inner-map-compatible properties into bpf_types.h

[PATCH linux-rcu] docs/litmus-tests: add BPF ringbuf MPSC litmus tests
 2020-05-29  5:50 UTC  (2+ messages)

[PATCH net-next v3] ice: Replace one-element arrays with flexible-arrays
 2020-05-29  5:35 UTC  (2+ messages)

[PATCH net-next 0/2] vxlan fdb nexthop misc fixes
 2020-05-29  5:12 UTC  (3+ messages)
` [PATCH net-next 1/2] vxlan: add check to prevent use of remote ip attributes with NDA_NH_ID
` [PATCH net-next 2/2] vxlan: few locking fixes in nexthop event handler

[net-next 00/17][pull request] Intel Wired LAN Driver Updates 2020-05-28
 2020-05-29  4:40 UTC  (18+ messages)
` [net-next 01/17] i40e: Use scnprintf() for avoiding potential buffer overflow
` [net-next 02/17] i40e: trivial fixup of comments in i40e_xsk.c
` [net-next 03/17] ixgbe: fix signed-integer-overflow warning
` [net-next 04/17] ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()
` [net-next 05/17] ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()
` [net-next 06/17] ixgbe: Remove unused inline function ixgbe_irq_disable_queues
` [net-next 07/17] igb: make igb_set_fc_watermarks() return void
` [net-next 08/17] igc: Remove unused flags
` [net-next 09/17] igc: Reject NFC rules with multiple matches
` [net-next 10/17] igc: Fix IGC_MAX_RXNFC_RULES
` [net-next 11/17] e1000e: Relax condition to trigger reset for ME workaround
` [net-next 12/17] i40e: Make i40e_shutdown_adminq() return void
` [net-next 13/17] igc: Remove symbol error counter
` [net-next 14/17] igc: Add Receive Error Counter
` [net-next 15/17] igc: Remove Sequence "
` [net-next 16/17] igc: Fix wrong register name
` [net-next 17/17] e1000: Fix typo in the comment

[PATCH bpf-next 0/3] bpf: Introduce minimal support for sleepable progs
 2020-05-29  4:26 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Introduce sleepable BPF programs

[PATCH] net/sched: act_ct: add nat mangle action only for NAT-conntrack
 2020-05-29  4:07 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).