netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 18:28:51 to 2021-04-23 08:14:21 UTC [more...]

pull request (net-next): ipsec-next 2021-04-23
 2021-04-23  8:14 UTC 

[PATCH net-next] net/sched: act_vlan: Fix vlan modify to allow zero priority
 2021-04-23  8:11 UTC  (2+ messages)

[PATCH net-next v6 00/10] microchip: add support for ksz88x3 driver family
 2021-04-23  8:02 UTC  (11+ messages)
` [PATCH net-next v6 01/10] net: dsa: microchip: ksz8795: change drivers prefix to be generic
` [PATCH net-next v6 02/10] net: dsa: microchip: ksz8795: move cpu_select_interface to extra function
` [PATCH net-next v6 03/10] net: dsa: microchip: ksz8795: move register offsets and shifts to separate struct
` [PATCH net-next v6 04/10] net: dsa: microchip: ksz8795: add support for ksz88xx chips
` [PATCH net-next v6 05/10] net: dsa: microchip: Add Microchip KSZ8863 SPI based driver support
` [PATCH net-next v6 06/10] dt-bindings: net: dsa: document additional Microchip KSZ8863/8873 switch
` [PATCH net-next v6 07/10] net: phy: Add support for microchip SMI0 MDIO bus
` [PATCH net-next v6 08/10] net: dsa: microchip: Add Microchip KSZ8863 SMI based driver support
` [PATCH net-next v6 09/10] dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0
` [PATCH net-next v6 10/10] net: tag: ksz: Add KSZ8863 tag code

[PATCH ethtool-next 0/4] Extend module EEPROM API
 2021-04-23  7:23 UTC  (5+ messages)
` [PATCH ethtool-next 1/4] ethtool: Add netlink handler for getmodule (-m)
` [PATCH ethtool-next 2/4] ethtool: Refactor human-readable module EEPROM output
` [PATCH ethtool-next 3/4] ethtool: Rename QSFP-DD identifiers to use CMIS 4.0
` [PATCH ethtool-next 4/4] ethtool: Update manpages for getmodule (-m) command

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-04-23  7:19 UTC  (7+ messages)

[PATCH v3] Bluetooth: Add ncmd=0 recovery handling
 2021-04-23  7:06 UTC  (2+ messages)

[pull request][net-next 00/11] mlx5 External sub function controller
 2021-04-23  6:53 UTC  (6+ messages)
` [net-next 06/11] devlink: Extend SF port attributes to have external attribute

[PATCH net v3] igb: Fix XDP with PTP enabled
 2021-04-23  6:45 UTC  (3+ messages)

[PATCH v2 0/6] kunit: Fix formatting of KUNIT tests to meet the standard
 2021-04-23  6:26 UTC  (4+ messages)

[PATCH v2] kallsyms: Remove function arch_get_kallsym()
 2021-04-23  6:18 UTC  (2+ messages)

[PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-04-23  5:28 UTC  (13+ messages)
                    ` Crash for i40e on net-next (was: [PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support)

[PATCH net-next v2 00/15] mtk_eth_soc: fixes and performance improvements
 2021-04-23  5:21 UTC  (16+ messages)
` [PATCH net-next v2 01/15] net: ethernet: mtk_eth_soc: fix RX VLAN offload
` [PATCH net-next v2 02/15] net: ethernet: mtk_eth_soc: unmap RX data before calling build_skb
` [PATCH net-next v2 03/15] net: ethernet: mtk_eth_soc: fix build_skb cleanup
` [PATCH net-next v2 04/15] net: ethernet: mtk_eth_soc: use napi_consume_skb
` [PATCH net-next v2 05/15] net: ethernet: mtk_eth_soc: reduce MDIO bus access latency
` [PATCH net-next v2 06/15] net: ethernet: mtk_eth_soc: remove unnecessary TX queue stops
` [PATCH net-next v2 07/15] net: ethernet: mtk_eth_soc: use larger burst size for QDMA TX
` [PATCH net-next v2 08/15] net: ethernet: mtk_eth_soc: increase DMA ring sizes
` [PATCH net-next v2 09/15] net: ethernet: mtk_eth_soc: implement dynamic interrupt moderation
` [PATCH net-next v2 10/15] net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptor
` [PATCH net-next v2 11/15] net: ethernet: mtk_eth_soc: only read the full RX descriptor if DMA is done
` [PATCH net-next v2 12/15] net: ethernet: mtk_eth_soc: reduce unnecessary interrupts
` [PATCH net-next v2 13/15] net: ethernet: mtk_eth_soc: rework NAPI callbacks
` [PATCH net-next v2 14/15] net: ethernet: mtk_eth_soc: set PPE flow hash as skb hash if present
` [PATCH net-next v2 15/15] net: ethernet: mtk_eth_soc: use iopoll.h macro for DMA init

[PATCH v2 bpf-next 00/17] BPF static linker: support externs
 2021-04-23  5:11 UTC  (41+ messages)
` [PATCH v2 bpf-next 04/17] libbpf: mark BPF subprogs with hidden visibility as static for BPF verifier
` [PATCH v2 bpf-next 06/17] libbpf: refactor BTF map definition parsing
` [PATCH v2 bpf-next 09/17] libbpf: extend sanity checking ELF symbols with externs validation
` [PATCH v2 bpf-next 10/17] libbpf: tighten BTF type ID rewriting with error checking
` [PATCH v2 bpf-next 11/17] libbpf: add linker extern resolution support for functions and global variables
` [PATCH v2 bpf-next 12/17] libbpf: support extern resolution for BTF-defined maps in .maps section
` [PATCH v2 bpf-next 13/17] selftests/bpf: use -O0 instead of -Og in selftests builds
` [PATCH v2 bpf-next 14/17] selftests/bpf: omit skeleton generation for multi-linked BPF object files
` [PATCH v2 bpf-next 15/17] selftests/bpf: add function linking selftest
` [PATCH v2 bpf-next 16/17] selftests/bpf: add global variables "
` [PATCH v2 bpf-next 17/17] sleftests/bpf: add map "

[PATCH net-next v3 0/6] provide generic net selftest support
 2021-04-23  4:37 UTC  (3+ messages)

[PATCH net-next] virtio-net: fix use-after-free in skb_gro_receive
 2021-04-23  4:33 UTC 

[PATCH net-next 00/14] mtk_eth_soc: fixes and performance improvements
 2021-04-23  4:20 UTC  (9+ messages)
` [PATCH net-next 05/14] net: ethernet: mtk_eth_soc: reduce MDIO bus access latency
` [PATCH net-next 12/14] net: ethernet: mtk_eth_soc: reduce unnecessary interrupts

[PATCH 0/2] net: ieee802154: fix logic errors
 2021-04-23  4:02 UTC  (3+ messages)
` [PATCH 1/2] net: ieee802154: fix null deref in parse dev addr
` [PATCH 2/2] net: ieee802154: fix null deref in parse key id

[PATCH bpf-next] bpf: Document the pahole release info related to libbpf in bpf_devel_QA.rst
 2021-04-23  4:12 UTC  (2+ messages)

[PATCH net-next] virtio-net: fix use-after-free in skb_gro_receive
 2021-04-23  4:08 UTC  (2+ messages)

[PATCH] net: qualcomm: rmnet: Allow partial updates of IFLA_FLAGS
 2021-04-23  4:04 UTC  (6+ messages)

[PATCH] net: called rtnl_unlock() before runpm resumes devices
 2021-04-23  3:42 UTC  (6+ messages)

[RFC net-next] net: stmmac: should not modify RX descriptor when STMMAC resume
 2021-04-23  2:37 UTC  (11+ messages)

[PATCH V2 net] ibmvnic: Continue with reset if set link down failed
 2021-04-23  2:26 UTC  (6+ messages)

[PATCH 1/3] arm64: armv8_deprecated: Fix swp_handler() signal generation
 2021-04-23  1:00 UTC  (10+ messages)
` [PATCH 2/3] arm64: signal: sigreturn() and rt_sigreturn() sometime returns the wrong signals
` [PATCH 3/3] arch/arm64/kernel/traps: Use find_vma_intersection() in traps for setting si_code

[PATCH 00/14] Multiple improvement to qca8k stability
 2021-04-23  2:03 UTC  (24+ messages)
` [PATCH 01/14] drivers: net: dsa: qca8k: handle error with set_page
` [PATCH 02/14] drivers: net: dsa: qca8k: tweak internal delay to oem spec
` [PATCH 03/14] drivers: net: mdio: mdio-ip8064: improve busy wait delay
` [PATCH 04/14] drivers: net: dsa: qca8k: apply suggested packet priority
` [PATCH 05/14] drivers: net: dsa: qca8k: add support for qca8327 switch
` [PATCH 06/14] devicetree: net: dsa: qca8k: Document new compatible qca8327
` [PATCH 07/14] drivers: net: dsa: qca8k: limit priority tweak to qca8337 switch
` [PATCH 08/14] drivers: net: dsa: qca8k: add GLOBAL_FC settings needed for qca8327
` [PATCH 09/14] drivers: net: dsa: qca8k: add support for switch rev
` [PATCH 10/14] drivers: net: dsa: qca8k: add support for specific QCA access function
` [PATCH 11/14] drivers: net: dsa: qca8k: apply switch revision fix
` [PATCH 12/14] drivers: net: dsa: qca8k: clear MASTER_EN after phy read/write
` [PATCH 13/14] drivers: net: dsa: qca8k: protect MASTER busy_wait with mdio mutex
` [PATCH 14/14] drivers: net: dsa: qca8k: enlarge mdio delay and timeout

[PATCHv10 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-23  2:00 UTC  (5+ messages)
` [PATCHv10 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv10 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCHv10 bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCHv10 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH 0/9] riscv: improve self-protection
 2021-04-23  1:48 UTC  (2+ messages)

[PATCH net-next v4 0/3] net: qualcomm: rmnet: Enable Mapv5
 2021-04-23  0:54 UTC  (7+ messages)
` [PATCH net-next v4 1/3] docs: networking: Add documentation for MAPv5
` [PATCH net-next v4 2/3] net: ethernet: rmnet: Support for ingress MAPv5 checksum offload
` [PATCH net-next v4 3/3] net: ethernet: rmnet: Add support for MAPv5 egress packets

[PATCH v2 net-next] net: pcs: Enable pre-emption packet for 10/100Mbps
 2021-04-23  0:53 UTC  (4+ messages)

[PATCH net-next 0/3] net: update netdev_rx_csum_fault() print dump only once
 2021-04-23  0:42 UTC  (8+ messages)
` [PATCH net-next 1/3] once: implement DO_ONCE_LITE for non-fast-path "do once" functionality
` [PATCH net-next 2/3] once: replace uses of __section(".data.once") with DO_ONCE_LITE(_IF)?
` [PATCH net-next 3/3] net: update netdev_rx_csum_fault() print dump only once

[PATCH v2 bpf-next 00/16] bpf: syscall program, FD array, loader program, light skeleton
 2021-04-23  0:26 UTC  (17+ messages)
` [PATCH v2 bpf-next 01/16] bpf: Introduce bpf_sys_bpf() helper and program type
` [PATCH v2 bpf-next 02/16] bpf: Introduce bpfptr_t user/kernel pointer
` [PATCH v2 bpf-next 03/16] bpf: Prepare bpf syscall to be used from kernel and user space
` [PATCH v2 bpf-next 04/16] libbpf: Support for syscall program type
` [PATCH v2 bpf-next 05/16] selftests/bpf: Test "
` [PATCH v2 bpf-next 06/16] bpf: Make btf_load command to be bpfptr_t compatible
` [PATCH v2 bpf-next 07/16] selftests/bpf: Test for btf_load command
` [PATCH v2 bpf-next 08/16] bpf: Introduce fd_idx
` [PATCH v2 bpf-next 09/16] libbpf: Support for fd_idx
` [PATCH v2 bpf-next 10/16] bpf: Add bpf_btf_find_by_name_kind() helper
` [PATCH v2 bpf-next 11/16] bpf: Add bpf_sys_close() helper
` [PATCH v2 bpf-next 12/16] libbpf: Change the order of data and text relocations
` [PATCH v2 bpf-next 13/16] libbpf: Add bpf_object pointer to kernel_supports()
` [PATCH v2 bpf-next 14/16] libbpf: Generate loader program out of BPF ELF file
` [PATCH v2 bpf-next 15/16] bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command
` [PATCH v2 bpf-next 16/16] selftests/bpf: Convert few tests to light skeleton

[PATCH V3 net] ice: Re-organizes reqstd/avail {R,T}XQ check/code for efficiency
 2021-04-23  0:00 UTC 

[PATCH v2] net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skb
 2021-04-22 23:49 UTC 

[PATCH v2 net-next 0/9] net: dsa: microchip: DSA driver support for LAN937x switch
 2021-04-22 23:43 UTC  (15+ messages)
` [PATCH v2 net-next 3/9] net: dsa: tag_ksz: add tag handling for Microchip LAN937x
` [PATCH v2 net-next 4/9] net: dsa: microchip: add DSA support for microchip lan937x
` [PATCH v2 net-next 5/9] net: dsa: microchip: add support for phylink management
` [PATCH v2 net-next 7/9] net: dsa: microchip: add support for port mirror operations
` [PATCH v2 net-next 9/9] net: dsa: microchip: add support for vlan operations

[GIT PULL] virtio: last minute fixes
 2021-04-22 23:30 UTC  (2+ messages)

[PATCH ethtool-next 0/7] ethtool: support FEC and standard stats
 2021-04-22 23:12 UTC  (3+ messages)

[PATCH v2 net-next] net/mlx4: Treat VFs fair when handling comm_channel_events
 2021-04-22 22:10 UTC  (2+ messages)

[PATCH net-next 0/2] Enable DWMAC HW descriptor prefetch
 2021-04-22 22:10 UTC  (2+ messages)

[PATCH net v2 0/2] Change phy-mode to RGMII-ID to enable delay pins for RTL8211E
 2021-04-22 22:10 UTC  (2+ messages)

[PATCH net] bnxt_en: fix ternary sign extension bug in bnxt_show_temp()
 2021-04-22 22:00 UTC  (2+ messages)

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-04-22 21:56 UTC  (2+ messages)

[PATCH bpf-next v3] bpf: Fix some invalid links in bpf_devel_QA.rst
 2021-04-22 21:30 UTC  (2+ messages)

[PATCH net-next] net: xdp: Update pkt_type if generic XDP changes unicast MAC
 2021-04-22 21:30 UTC  (2+ messages)

[PATCH net v3 0/9] r8152: serial fixes
 2021-04-22 21:20 UTC  (2+ messages)
` [PATCH net-next] r8152: replace return with break for ram code speedup mode timeout

[PATCH net-next 00/12][pull request] 100GbE Intel Wired LAN Driver Updates 2021-04-22
 2021-04-22 21:10 UTC  (2+ messages)

[PATCH] net: geneve: modify IP header check in geneve6_xmit_skb
 2021-04-22 21:03 UTC  (8+ messages)

[PATCH v1 0/3] Reducing memory usage of i40e for kdump
 2021-04-22 21:00 UTC  (7+ messages)
` [PATCH v1 1/3] i40e: use minimal tx and rx pairs "
` [PATCH v1 2/3] i40e: use minimal rx and tx ring buffers "
` [PATCH v1 3/3] i40e: use minimal admin queue "

[PATCH] [v2] vxge: avoid -Wemtpy-body warnings
 2021-04-22 21:00 UTC  (2+ messages)

[PATCH v2][next] wireless: wext-spy: Fix out-of-bounds warning
 2021-04-22 20:48 UTC  (4+ messages)

[PATCH] net: mana: fix PCI_HYPERV dependency
 2021-04-22 20:30 UTC  (2+ messages)

[PATCH net-next] netdevsim: Only use sampling truncation length when valid
 2021-04-22 20:30 UTC  (2+ messages)

[PATCH] [net-next] net: enetc: fix link error again
 2021-04-22 20:30 UTC  (2+ messages)

[PATCH net-next v2] net: wwan: core: Return poll error in case of port removal
 2021-04-22 20:30 UTC  (2+ messages)

[PATCH 0/2] net: phy: marvell: fix set downshift params
 2021-04-22 20:30 UTC  (2+ messages)

[PATCH 0/2] workqueue: Have 'alloc_workqueue()' like macros accept a format specifier
 2021-04-22 20:30 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH][next] wireless: wext-spy: Fix out-of-bounds warning
 2021-04-22 20:03 UTC  (3+ messages)

[PATCH 1/3] net: ethernet: ixp4xx: Add DT bindings
 2021-04-22 20:13 UTC  (6+ messages)

[PATCH net-next] net: mana: Use int to check the return value of mana_gd_poll_cq()
 2021-04-22 20:08 UTC 

[PATCH] SUNRPC: Add a check for gss_release_msg
 2021-04-22 19:39 UTC  (11+ messages)

[PATCH bpf-next v4 0/3] add batched ops for percpu array
 2021-04-22 19:27 UTC  (6+ messages)
` [PATCH bpf-next v4 2/3] bpf: selftests: remove percpu macros from bpf_util.h

[PATCH v3 1/2] wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt
 2021-04-22 18:30 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Add TC-BPF API
 2021-04-22 18:28 UTC  (6+ messages)
` [PATCH bpf-next v3 2/3] libbpf: add low level "


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