netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-21 14:51:04 to 2020-04-22 08:39:58 UTC [more...]

[PATCH RFC v2 15/33] ena: add XDP frame size to amazon NIC driver
 2020-04-22  8:39 UTC  (2+ messages)

[PATCH net-next 0/4] dpaa2-eth: add support for xdp bulk enqueue
 2020-04-22  8:37 UTC  (8+ messages)
` [PATCH net-next 1/4] dpaa2-eth: return num_enqueued frames from enqueue callback
` [PATCH net-next 2/4] dpaa2-eth: use the bulk ring mode enqueue interface
` [PATCH net-next 3/4] dpaa2-eth: split the .ndo_xdp_xmit callback into two stages
` [PATCH net-next 4/4] dpaa2-eth: use bulk enqueue in .ndo_xdp_xmit

Implement close-on-fork
 2020-04-22  8:35 UTC  (6+ messages)
` [PATCH 1/4] fs: "

[PATCH net-next v2 00/11] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-04-22  8:32 UTC  (3+ messages)
` [PATCH net-next v2 08/11] bridge: mrp: Connect MRP API with the switchdev API

[PATCH bpf-next 0/2] Change return code if failed to load object
 2020-04-22  8:30 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Change error code when ops is NULL
` [PATCH bpf-next 2/2] libbpf: Return err if bpf_object__load failed

[PATCH V1 net-next 00/13] Enhance current features in ena driver
 2020-04-22  8:16 UTC  (14+ messages)
` [PATCH V1 net-next 01/13] net: ena: fix error returning in ena_com_get_hash_function()
` [PATCH V1 net-next 02/13] net: ena: avoid unnecessary admin command when RSS function set fails
` [PATCH V1 net-next 03/13] net: ena: allow setting the hash function without changing the key
` [PATCH V1 net-next 04/13] net: ena: change default RSS hash function to Toeplitz
` [PATCH V1 net-next 05/13] net: ena: changes to RSS hash key allocation
` [PATCH V1 net-next 06/13] net: ena: remove code that does nothing
` [PATCH V1 net-next 07/13] net: ena: add unmask interrupts statistics to ethtool
` [PATCH V1 net-next 08/13] net: ena: add support for reporting of packet drops
` [PATCH V1 net-next 09/13] net: ena: implement ena_com_get_admin_polling_mode()
` [PATCH V1 net-next 10/13] net: ena: use SHUTDOWN as reset reason when closing interface
` [PATCH V1 net-next 11/13] net: ena: move llq configuration from ena_probe to ena_device_init()
` [PATCH V1 net-next 12/13] net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macros
` [PATCH V1 net-next 13/13] net: ena: cosmetic: extract code to ena_indirection_table_set()

[PATCH] net: phy: Use IS_ERR() to check and simplify code
 2020-04-22  8:15 UTC 

[PATCH V1 net 00/13] Enhance current features in ena driver
 2020-04-22  8:13 UTC  (15+ messages)
` [PATCH V1 net 01/13] net: ena: fix error returning in ena_com_get_hash_function()
` [PATCH V1 net 02/13] net: ena: avoid unnecessary admin command when RSS function set fails
` [PATCH V1 net 03/13] net: ena: allow setting the hash function without changing the key
` [PATCH V1 net 04/13] net: ena: change default RSS hash function to Toeplitz
` [PATCH V1 net 05/13] net: ena: changes to RSS hash key allocation
` [PATCH V1 net 06/13] net: ena: remove code that does nothing
` [PATCH V1 net 07/13] net: ena: add unmask interrupts statistics to ethtool
` [PATCH V1 net 08/13] net: ena: add support for reporting of packet drops
` [PATCH V1 net 09/13] net: ena: implement ena_com_get_admin_polling_mode()
` [PATCH V1 net 10/13] net: ena: use SHUTDOWN as reset reason when closing interface
` [PATCH V1 net 11/13] net: ena: move llq configuration from ena_probe to ena_device_init()
` [PATCH V1 net 12/13] net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macros
` [PATCH V1 net 13/13] net: ena: cosmetic: extract code to ena_indirection_table_set()

[PATCH 07/14] net: axienet: Fix SGMII support
 2020-04-22  7:51 UTC  (13+ messages)
                    ` Xilinx axienet 1000BaseX support (was: Re: [PATCH 07/14] net: axienet: Fix SGMII support)

[PATCH bpf 1/2] bpf, x32: Fix invalid instruction in BPF_LDX zero-extension
 2020-04-22  7:22 UTC  (8+ messages)
` [PATCH bpf 2/2] bpf, x32: Fix clobbering of dst for BPF_JSET

[PATCH net-next v3] net: phy: micrel: add phy-mode support for the KSZ9031 PHY
 2020-04-22  7:21 UTC 

[PATCH] net: caif: use true,false for bool variables
 2020-04-22  7:16 UTC 

[PATCH] ath11k: remove conversion to bool in ath11k_debug_fw_stats_process()
 2020-04-22  6:43 UTC  (2+ messages)

[PATCH iproute2 1/1] bpf: Fix segfault when custom pinning is used
 2020-04-22  6:42 UTC  (5+ messages)

[PATCH] ath11k: remove conversion to bool in ath11k_dp_rxdesc_mpdu_valid()
 2020-04-22  6:41 UTC  (2+ messages)

[PATCH] wireguard: remove errant newline from wg_packet_encrypt_worker()
 2020-04-22  6:27 UTC  (2+ messages)

pass kernel pointers to the sysctl ->proc_handler method v2
 2020-04-22  6:09 UTC  (11+ 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

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

[PATCH net-next v4 0/4] add TJA1102 support
 2020-04-22  5:54 UTC  (4+ messages)
` [PATCH net-next v4 3/4] net: mdio: of: export part of of_mdiobus_register_phy()

[PATCH] xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit comments
 2020-04-22  5:37 UTC  (2+ messages)

[PATCH bpf-next] libbpf: add BTF-defined map-in-map support
 2020-04-22  5:10 UTC 

[PATCH v4 1/3] dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth
 2020-04-22  3:53 UTC  (3+ messages)
` [PATCH v4 2/3] Bluetooth: hci_h5: Add support for binding RTL8723BS with device tree
` [DO-NOT-MERGE][PATCH v4 3/3] arm64: allwinner: Enable Bluetooth and WiFi on sopine baseboard

[PATCH net-next v2 1/1] net: stmmac: Add support for VLAN promiscuous mode
 2020-04-22  3:31 UTC 

[ v2,net-next 4/4] net: enetc: add tc flower psfp offload driver
 2020-04-22  2:48 UTC  (6+ 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
  ` [v3,net-next 2/4] net: schedule: add action gate offloading
  ` [v3,net-next 3/4] net: enetc: add hw tc hw offload features for PSPF capability
  ` [v3,net-next 4/4] net: enetc: add tc flower psfp offload driver

[net-next 0/4][pull request] 40GbE Intel Wired LAN Driver Updates 2020-04-20
 2020-04-22  2:26 UTC  (9+ messages)
` [net-next 3/4] i40e: Add support for a new feature: Total Port Shutdown
` [net-next 4/4] i40e: Add a check to see if MFS is set

[PATCH net-next v2] macvlan: silence RCU list debugging warning
 2020-04-22  2:11 UTC 

[PATCH V2 -next] mptcp/pm_netlink.c : add check for nla_put_in/6_addr
 2020-04-22  1:34 UTC 

[PATCH bpf-next] tools/runqslower: ensure own vmlinux.h is picked up first
 2020-04-22  1:24 UTC 

[PATCH v2] net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()
 2020-04-22  1:09 UTC 

[PATCH net-next] selftests: Add tests for vrf and xfrms
 2020-04-22  0:40 UTC 

[PATCH bpf-next] selftests/bpf: fix a couple of broken test_btf cases
 2020-04-22  0:37 UTC 

[RFC] unixmon virtual device for unix sockets
 2020-04-22  0:29 UTC 

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

[PATCH net] vrf: Fix IPv6 with qdisc and xfrm
 2020-04-21 23:48 UTC 

[net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-04-17
 2020-04-21 23:27 UTC  (6+ messages)
` [net-next 1/9] Implementation of Virtual Bus

[net-next v2 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-04-20
 2020-04-21 23:27 UTC  (11+ messages)
` [net-next v2 1/9] Implementation of Virtual Bus

[net-next,v1, 0/1] Enable SERDES power up/down
 2020-04-21 22:54 UTC  (3+ messages)
` [net-next,v1, 1/1] net: stmmac: Enable SERDES power up/down sequence

[PATCH net-next v1] net: broadcom: convert to devm_platform_ioremap_resource_byname()
 2020-04-21 22:54 UTC  (2+ messages)

[PATCH net] macvlan: fix null dereference in macvlan_device_event()
 2020-04-21 22:52 UTC  (2+ messages)

[net-next 00/13][pull request] 1GbE Intel Wired LAN Driver Updates 2020-04-20
 2020-04-21 22:48 UTC  (9+ messages)
` [net-next 02/13] igc: Use netdev log helpers in igc_main.c
` [net-next 03/13] igc: add support to interrupt, eeprom, registers and link self-tests

[PATCH] e1000: remove unneeded conversion to bool
 2020-04-21 22:46 UTC  (2+ messages)

[PATCH] i40e: Remove unneeded conversion to bool
 2020-04-21 22:45 UTC  (2+ messages)

[PATCH] ptp: Remove unneeded conversion to bool
 2020-04-21 22:45 UTC  (2+ messages)

[PATCH] cgroup, netclassid: remove double cond_resched
 2020-04-21 22:44 UTC  (2+ messages)

[PATCH net-next v2] net: phy: marvell10g: add firmware load support
 2020-04-21 22:43 UTC  (2+ messages)

[PATCH net-next 1/1] net: stmmac: Add support for VLAN promiscuous mode
 2020-04-21 22:41 UTC  (2+ messages)

[v3, 0/7] Support programmable pins for Ocelot PTP driver
 2020-04-21 22:39 UTC  (2+ messages)

[PATCH bpf-next 0/3] Improve raw tracepoint BTF types preservation
 2020-04-21 21:49 UTC  (5+ messages)

[RFC PATCH net-next 1/3] net: phy: add concept of shared storage for PHYs
 2020-04-21 21:19 UTC  (11+ messages)

[PATCH] [RFC] net: bpf: make __bpf_skb_max_len(skb) an skb-independent constant
 2020-04-21 20:36 UTC  (3+ messages)

[PATCH] Documentation: add documentation of ping_group_range
 2020-04-21 20:34 UTC 

[PATCH V3 mlx5-next 00/15] Add support to get xmit slave
 2020-04-21 20:33 UTC  (20+ messages)
` [PATCH V3 mlx5-next 01/15] net/core: Introduce master_get_xmit_slave
` [PATCH V3 mlx5-next 02/15] bonding: Export skip slave logic to function
` [PATCH V3 mlx5-next 03/15] bonding: Rename slave_arr to usable_slaves
` [PATCH V3 mlx5-next 04/15] bonding/alb: Add helper functions to get the xmit slave
` [PATCH V3 mlx5-next 05/15] bonding: Add helper function to get the xmit slave based on hash
` [PATCH V3 mlx5-next 06/15] bonding: Add helper function to get the xmit slave in rr mode
` [PATCH V3 mlx5-next 07/15] bonding: Add function to get the xmit slave in active-backup mode
` [PATCH V3 mlx5-next 08/15] bonding: Add array of all salves
` [PATCH V3 mlx5-next 09/15] bonding: Implement ndo_get_xmit_slave

[PATCH net-next v2 0/4] Remove vermagic header from global include folder
 2020-04-21 20:28 UTC  (2+ messages)

[PATCH v4] net: UDP repair mode for retrieving the send queue of corked UDP socket
 2020-04-21 20:06 UTC  (2+ messages)

Correct tc-vlan usage
 2020-04-21 19:51 UTC  (4+ messages)

[GIT PULL v2] vhost: cleanups and fixes
 2020-04-21 19:40 UTC  (2+ messages)

[net-next 1/1] gwdpa: gswip: Introduce Gigabit Ethernet Switch (GSWIP) device driver
 2020-04-21 19:12 UTC  (2+ messages)

[PATCH net 0/2] sctp: Fix problems with peer restart when in SHUTDOWN-PENDING state and socket is closed
 2020-04-21 19:03 UTC  (3+ messages)
` [PATCH net 1/2] sctp: Fix bundling of SHUTDOWN with COOKIE-ACK
` [PATCH net 2/2] sctp: Fix SHUTDOWN CTSN Ack in the peer restart case

[PATCH net] sched: etf: do not assume all sockets are full blown
 2020-04-21 18:51 UTC  (3+ messages)

[PATCH 0/2] Netfilter fixes for net
 2020-04-21 18:50 UTC  (2+ messages)

[PATCH net-next 0/3] qed*: Add support for pcie advanced error recovery
 2020-04-21 18:30 UTC  (5+ messages)
` [PATCH net-next 1/3] qed: Enable device error reporting capability
` [PATCH net-next 2/3] qede: Cache num configured VFs on a PF
` [PATCH net-next 3/3] qede: Add support for handling the pcie errors

Memory leaks in 4.14.160+
 2020-04-21 18:27 UTC  (2+ messages)

[RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
 2020-04-21 18:23 UTC  (9+ messages)

[PATCH net-next 0/3] hinic: add SR-IOV support
 2020-04-21 18:21 UTC  (5+ messages)
` [PATCH net-next 1/3] hinic: add mailbox function support
` [PATCH net-next 2/3] hinic: add sriov feature support

[PATCH net-next] net: dsa: felix: allow flooding for all traffic classes
 2020-04-21 18:13 UTC 

[PATCH 00/10] Manually convert RCU text files to ReST format
 2020-04-21 17:58 UTC  (3+ messages)
` [PATCH 04/10] docs: RCU: convert rculist_nulls.txt to ReST

[PATCH rdma-next] RDMA: Allow ib_client's to fail when add() is called
 2020-04-21 17:24 UTC 

[PATCH v2 0/7] net: macb: Wake-on-Lan magic packet fixes and GEM handling
 2020-04-21 17:22 UTC  (10+ messages)
` [PATCH v2 4/7] net: macb: fix macb_suspend() by removing call to netif_carrier_off()
` [PATCH v2 5/7] net: macb: fix call to pm_runtime in the suspend/resume functions
` [PATCH v2 6/7] net: macb: WoL support for GEM type of Ethernet controller
` [PATCH v2 7/7] net: macb: Add WoL interrupt support for MACB "

[PATCH v2 net] net: dsa: don't fail to probe if we couldn't set the MTU
 2020-04-21 17:20 UTC  (2+ messages)

[PATCH] net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()
 2020-04-21 17:05 UTC  (4+ messages)
  ` [PATCH] net: ethernet: ixp4xx: Add error handling inixp4xx_eth_probe()

[PATCH net 0/2] MACSec bugfixes related to MAC address change
 2020-04-21 17:02 UTC  (5+ messages)
` [PATCH net 1/2] net: macsec: update SCI upon "
    ` [EXT] "

how to use skb_postpush_rcsum()?
 2020-04-21 16:54 UTC  (2+ messages)

[PATCH -next] mptcp/pm_netlink.c : add check for nla_put_in6_addr
 2020-04-21 16:32 UTC  (2+ messages)

[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
 2020-04-21 16:17 UTC  (3+ messages)

[PATCH ipsec-next v2 0/2] xfrm: add IPv6 encapsulation support for ESP over UDP and TCP
 2020-04-21 16:04 UTC  (3+ messages)
` [PATCH ipsec-next v2 1/2] xfrm: add support for UDPv6 encapsulation of ESP
` [PATCH ipsec-next v2 2/2] xfrm: add IPv6 support for espintcp

[PATCH net 0/2] MTU fixes for DSA
 2020-04-21 14:50 UTC  (7+ messages)
` [PATCH net 1/2] net: dsa: be compatible with DSA masters with max_mtu of 1500 or less


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