netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 06:56:10 to 2020-05-19 18:43:47 UTC [more...]

[PATCH v2 net-next 0/7] dpaa2-eth: add support for Rx traffic classes
 2020-05-19 18:43 UTC  (10+ messages)

[PATCH net-next 0/4] DP83869 Enhancements
 2020-05-19 18:41 UTC  (12+ messages)
` [PATCH net-next 1/4] net: phy: dp83869: Update port-mirroring to read straps
` [PATCH net-next 2/4] net: phy: dp83869: Set opmode from straps
` [PATCH net-next 3/4] dt-bindings: net: Add RGMII internal delay for DP83869
` [PATCH net-next 4/4] net: dp83869: Add RGMII internal delay configuration

[PATCH net-next v2 0/4] Implement classifier-action terse dump mode
 2020-05-19 18:39 UTC  (10+ messages)

[PATCH bpf-next v2 0/4] Add get{peer,sock}name cgroup attach types
 2020-05-19 18:39 UTC  (2+ messages)

[PATCH v2 00/14] mediatek: add support for MediaTek Ethernet MAC
 2020-05-19 18:28 UTC  (3+ messages)
` [PATCH v2 01/14] dt-bindings: arm: add a binding document for MediaTek PERICFG controller

[PATCH net-next v2] net: flow_offload: simplify hw stats check handling
 2020-05-19 18:26 UTC  (5+ messages)

[PATCH v3 0/5] microchip: add support for ksz88x3 driver family
 2020-05-19 18:21 UTC  (3+ messages)
` [PATCH v3 2/5] dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0

[PATCH] net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()
 2020-05-19 18:14 UTC 

[PATCH iproute2-next 1/1] tc: report time an action was first used
 2020-05-19 18:11 UTC  (10+ messages)

[PATCH] r8152: support additional Microsoft Surface Ethernet Adapter variant
 2020-05-19 18:01 UTC 

iproute2: tc deletion freezes whole server
 2020-05-19 17:56 UTC  (29+ messages)

[next-queue RFC 0/4] ethtool: Add support for frame preemption
 2020-05-19 17:49 UTC  (16+ messages)
` [next-queue RFC 1/4] ethtool: Add support for configuring "
` [next-queue RFC 3/4] igc: "

[PATCH net-next 0/4] bnxt_en: Add new "enable_hot_fw_reset" generic devlink parameter
 2020-05-19 17:44 UTC  (15+ messages)

[PATCH bpf-next] bpf: fix too large copy from user in bpf_test_init
 2020-05-19 17:22 UTC  (2+ messages)

[PATCH net] net/tls(TLS_SW): Fix integrity issue with non-blocking sw KTLS request
 2020-05-19 17:21 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-19 17:21 UTC  (2+ messages)

[PATCH net-next 0/6] Support for fdb ECMP nexthop groups
 2020-05-19 17:07 UTC  (13+ messages)
` [PATCH net-next 1/6] nexthop: dereference nh only once in nexthop_select_path
` [PATCH net-next 2/6] nexthop: support for fdb ecmp nexthops
` [PATCH net-next 3/6] vxlan: ecmp support for mac fdb entries

[PATCH bpf-next v3 00/15] Introduce AF_XDP buffer allocation API
 2020-05-19 17:06 UTC  (21+ messages)
` [PATCH bpf-next v3 01/15] xsk: fix xsk_umem_xdp_frame_sz()
` [PATCH bpf-next v3 02/15] xsk: move xskmap.c to net/xdp/
` [PATCH bpf-next v3 03/15] xsk: move driver interface to xdp_sock_drv.h
` [PATCH bpf-next v3 04/15] xsk: move defines only used by AF_XDP internals to xsk.h
` [PATCH bpf-next v3 05/15] xsk: introduce AF_XDP buffer allocation API
` [PATCH bpf-next v3 06/15] i40e: refactor rx_bi accesses
` [PATCH bpf-next v3 07/15] i40e: separate kernel allocated rx_bi rings from AF_XDP rings
` [PATCH bpf-next v3 08/15] i40e, xsk: migrate to new MEM_TYPE_XSK_BUFF_POOL
` [PATCH bpf-next v3 09/15] ice, "
` [PATCH bpf-next v3 10/15] ixgbe, "
` [PATCH bpf-next v3 11/15] mlx5, "
` [PATCH bpf-next v3 12/15] xsk: remove MEM_TYPE_ZERO_COPY and corresponding code
` [PATCH bpf-next v3 13/15] xdp: simplify xdp_return_{frame,frame_rx_napi,buff}
` [PATCH bpf-next v3 14/15] xsk: explicitly inline functions and move definitions
` [PATCH bpf-next v3 15/15] MAINTAINERS, xsk: update AF_XDP section after moves/adds

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

[PATCH v5 bpf-next 00/11] net: Add support for XDP in egress path
 2020-05-19 16:58 UTC  (13+ messages)

clean up and streamline probe_kernel_* and friends v3
 2020-05-19 16:46 UTC  (29+ messages)
` [PATCH 01/20] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/20] maccess: remove various unused weak aliases
` [PATCH 03/20] maccess: remove duplicate kerneldoc comments
` [PATCH 04/20] maccess: clarify "
` [PATCH 05/20] maccess: update the top of file comment
` [PATCH 06/20] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/20] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/20] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/20] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/20] maccess: unify the probe kernel arch hooks
` [PATCH 11/20] bpf: factor out a bpf_trace_copy_string helper
` [PATCH 12/20] maccess: remove strncpy_from_unsafe
` [PATCH 13/20] maccess: always use strict semantics for probe_kernel_read
` [PATCH 14/20] maccess: move user access routines together
` [PATCH 15/20] maccess: allow architectures to provide kernel probing directly
` [PATCH 16/20] x86: use non-set_fs based maccess routines
` [PATCH 17/20] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 18/20] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 19/20] maccess: rename probe_kernel_address to get_kernel_nofault
` [PATCH 20/20] maccess: return -ERANGE when copy_from_kernel_nofault_allowed fails

[PATCH net] mptcp: use rightmost 64 bits in ADD_ADDR HMAC
 2020-05-19 16:45 UTC 

Re: [next-queue RFC 0/4] ethtool: Add support for frame preemption
 2020-05-19 16:43 UTC  (2+ messages)

[PATCH] lan743x: Added fixed link support
 2020-05-19 16:42 UTC  (7+ messages)

[PATCH v2 00/15] net: taint when the device driver firmware crashes
 2020-05-19 16:42 UTC  (8+ messages)
` [PATCH v2 01/15] taint: add module firmware crash taint support
` [PATCH v2 12/15] ath10k: use new module_firmware_crashed()

[PATCH] dns: Apply a default TTL to records obtained from getaddrinfo()
 2020-05-19 16:24 UTC  (7+ messages)

[PATCH] ipv6: Add IN6_ADDR_GEN_MODE_STABLE_PRIVACY_SOFTMAC mode
 2020-05-19 16:11 UTC  (2+ messages)

[PATCH net 0/2] net: nexthop: multipath null ptr deref fixes
 2020-05-19 16:11 UTC  (5+ messages)
` [PATCH net 1/2] net: nexthop: dereference nh only once in nexthop_select_path
` [PATCH net 2/2] net: nexthop: check for null return by nexthop_select_path()

[PATCH] net: phy: Fix c45 no phy detected logic
 2020-05-19 16:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add general instructions for test execution
 2020-05-19 15:50 UTC  (2+ messages)

[PATCH 00/17] RZ/G1H describe I2C, IIC, MMC0, SATA, AVB, RWDT and APMU nodes
 2020-05-19 15:29 UTC  (3+ messages)
` [PATCH 04/17] dt-bindings: mmc: renesas,sdhi: Document r8a7742 support

UBSAN: array-index-out-of-bounds in kernel/bpf/arraymap.c:177
 2020-05-19 15:00 UTC  (5+ messages)

[PATCH net-next] net: psample: Add tunnel support
 2020-05-19 14:45 UTC 

[PATCH] netfilter/ipvs: expire no destination UDP connections when expire_nodest_conn=1
 2020-05-19 14:18 UTC  (6+ messages)
` [PATCH] netfilter/ipvs: immediately expire UDP connections matching unavailable destination if expire_nodest_conn=1

[PATCH net v2] __netif_receive_skb_core: pass skb by reference
 2020-05-19 14:18 UTC  (2+ messages)

[PATCH net-next 0/3] devlink: Add port width attribute
 2020-05-19 14:15 UTC  (5+ messages)
` [PATCH net-next 1/3] mlxsw: Set port width attribute in driver
` [PATCH net-next 2/3] devlink: Add a new devlink port width attribute and pass to netlink
` [PATCH net-next 3/3] selftests: net: Add port split test

[PATCH net-next v2 0/2] nfp: flower: feature bit updates
 2020-05-19 14:15 UTC  (3+ messages)
` [PATCH net-next v2 1/2] nfp: flower: renaming of feature bits
` [PATCH net-next v2 2/2] nfp: flower: inform firmware of flower features

[PATCH net-next v1 1/2] ethtool: provide UAPI for PHY Signal Quality Index (SQI)
 2020-05-19 14:03 UTC  (7+ messages)
` [PATCH net-next v1 2/2] net: phy: tja11xx: add SQI support

[PATCH v2 bpf-next 1/7] bpf: implement BPF ring buffer and verifier support for it
 2020-05-19 12:57 UTC  (2+ messages)

net: bridge vxlan: Kernel Panic while handling vxlan encap frames
 2020-05-19 13:25 UTC 

[PATCH net-next v2 0/2] provide KAPI for SQI
 2020-05-19 13:14 UTC  (3+ messages)
` [PATCH net-next v2 1/2] ethtool: provide UAPI for PHY Signal Quality Index (SQI)
` [PATCH net-next v2 2/2] net: phy: tja11xx: add SQI support

add a new ->ndo_tunnel_ctl method to avoid a few set_fs calls v2
 2020-05-19 13:03 UTC  (10+ messages)
` [PATCH 1/9] ipv4: streamline ipmr_new_tunnel
` [PATCH 2/9] ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnel
` [PATCH 3/9] net: add a new ndo_tunnel_ioctl method
` [PATCH 4/9] impr: use ->ndo_tunnel_ctl in ipmr_new_tunnel
` [PATCH 5/9] sit: refactor ipip6_tunnel_ioctl
` [PATCH 6/9] sit: impement ->ndo_tunnel_ctl
` [PATCH 7/9] ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabled
` [PATCH 8/9] ipv6: streamline addrconf_set_dstaddr
` [PATCH 9/9] ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddr

[net-next v5 0/9][pull request] 1GbE Intel Wired LAN Driver Updates 2020-05-18
 2020-05-19 12:06 UTC  (5+ messages)
` [net-next v5 4/9] igc: Use netdev log helpers in igc_ethtool.c

[PATCH net-next v1 1/2] ethtool: provide UAPI for PHY Signal Quality Index (SQI)
 2020-05-19 11:21 UTC 

[PATCH] net/amd: Simplify assertions
 2020-05-19 11:17 UTC 

[PATCH] net/amd: Fix indentation to put on one line affected code
 2020-05-19 11:17 UTC 

[PATCH] net/amd: Fix unused assignment in au1000_probe()
 2020-05-19 11:16 UTC 

[PATCH] net/amd: Remove unnecessary spaces and tables in au1000_eth.c
 2020-05-19 11:16 UTC 

[PATCH] net/amd: Remove the extra blank lines
 2020-05-19 11:15 UTC 

sctp doesn't honour net.ipv6.bindv6only
 2020-05-19 10:47 UTC 

[PATCH v2 net] net/tls: fix encryption error checking
 2020-05-19 10:20 UTC 

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-19 10:15 UTC  (6+ messages)
` [RFC PATCHv2 "
  ` [RFC PATCHv2 bpf-next 1/2] xdp: add a new helper for "

[PATCH] net/sch_generic.h: use sizeof_member() and get rid of unused variable
 2020-05-19  9:13 UTC 

[PATCH 2/2] Reset PHY in phy_init_hw() before interrupt configuration
 2020-05-19  8:41 UTC  (4+ messages)
  ` [EXTERNAL] "

[RFC v2] current devlink extension plan for NICs
 2020-05-19  9:22 UTC  (2+ messages)
` [RFC v3] "

[PATCH] net: bmac: Fix stack corruption panic in bmac_probe()
 2020-05-19  9:19 UTC  (4+ messages)

[PATCH 0/8 net] the indirect flow_block offload, revisited
 2020-05-19  8:53 UTC  (3+ messages)
` [PATCH 7/8 net] bnxt_tc: update indirect block support

[PATCH] xfrm: policy: Only use mark as policy lookup key
 2020-05-19  8:53 UTC  (4+ messages)
` [PATCH v2] xfrm: policy: Fix xfrm policy match

[PATCH ipsec] esp4: improve xfrm4_beet_gso_segment() to be more readable
 2020-05-19  8:50 UTC  (2+ messages)

pull-request: wireless-drivers-2020-05-19
 2020-05-19  7:53 UTC 

[PATCH net-next] net/tls: fix race condition causing kernel panic
 2020-05-19  7:43 UTC 

[PATCH net] __netif_receive_skb_core: pass skb by reference
 2020-05-19  7:36 UTC  (5+ messages)

[PATCH net-next v1] hinic: add support to set and get pause param
 2020-05-18 23:38 UTC 

[PATCH bpf-next] selftest/bpf: make bpf_iter selftest compilable against old vmlinux.h
 2020-05-19  7:01 UTC  (3+ messages)

[PATCH] ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()'
 2020-05-19  6:56 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).