netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-29 11:26:34 to 2021-03-29 22:23:20 UTC [more...]

[PATCH AUTOSEL 5.10 05/33] net/mlx5e: Enforce minimum value check for ICOSQ size
 2021-03-29 22:21 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 06/33] net: pxa168_eth: Fix a potential data race in pxa168_eth_remove
` [PATCH AUTOSEL 5.10 08/33] mISDN: fix crash in fritzpci
` [PATCH AUTOSEL 5.10 10/33] mac80211: fix double free in ibss_leave
` [PATCH AUTOSEL 5.10 11/33] mac80211: Check crypto_aead_encrypt for errors

[PATCH AUTOSEL 5.11 05/38] bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-29 22:21 UTC  (14+ messages)
` [PATCH AUTOSEL 5.11 06/38] net/mlx5e: Enforce minimum value check for ICOSQ size
` [PATCH AUTOSEL 5.11 07/38] net: pxa168_eth: Fix a potential data race in pxa168_eth_remove
` [PATCH AUTOSEL 5.11 09/38] mISDN: fix crash in fritzpci
` [PATCH AUTOSEL 5.11 10/38] net: correct sk_acceptq_is_full()
` [PATCH AUTOSEL 5.11 11/38] net: arcnet: com20020 fix error handling
` [PATCH AUTOSEL 5.11 12/38] can: kvaser_usb: Add support for USBcan Pro 4xHS
` [PATCH AUTOSEL 5.11 13/38] mac80211: fix double free in ibss_leave
` [PATCH AUTOSEL 5.11 14/38] mac80211: Check crypto_aead_encrypt for errors
` [PATCH AUTOSEL 5.11 15/38] mac80211: choose first enabled channel for monitor
` [PATCH AUTOSEL 5.11 19/38] netfilter: conntrack: Fix gre tunneling over ipv6
` [PATCH AUTOSEL 5.11 20/38] netfilter: nftables: skip hook overlap logic if flowtable is stale
` [PATCH AUTOSEL 5.11 21/38] net: ipa: fix init header command validation
` [PATCH AUTOSEL 5.11 29/38] ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalation

[PATCH v2] eeprom/optoe: driver to read/write SFP/QSFP/CMIS EEPROMS
 2021-03-29 22:13 UTC  (11+ messages)

ip help text should fit on 80 columns
 2021-03-29 22:13 UTC  (2+ messages)

[PATCH bpf-next] bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACE
 2021-03-29 22:13 UTC 

[PATCH v4 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-29 21:46 UTC  (7+ messages)
` [PATCH v4 bpf-next 06/17] libbpf: xsk: use bpf_link

[BUG / question] in routing rules, some options (e.g. ipproto, sport) cause rules to be ignored in presence of packet marks
 2021-03-29 21:18 UTC  (4+ messages)

esp-hw-offload support for VF of NVIDIA Mellanox ConnectX-6 Ethernet Adapter Cards
 2021-03-29 21:05 UTC  (2+ messages)

[PATCH 1/1] net: dsa: Fix type was not set for devlink port
 2021-03-29 21:00 UTC  (5+ messages)

[PATCH net-next] Documentation: net: Document resilient next-hop groups
 2021-03-29 21:00 UTC  (3+ messages)

[PATCH net] gianfar: Handle error code at MAC address change
 2021-03-29 21:00 UTC  (2+ messages)

ESP RSS support for NVIDIA Mellanox ConnectX-6 Ethernet Adapter Cards
 2021-03-29 20:56 UTC  (2+ messages)

[Patch bpf-next v7 00/13] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-29 20:54 UTC  (16+ messages)
` [Patch bpf-next v7 02/13] skmsg: introduce a spinlock to protect ingress_msg
` [Patch bpf-next v7 04/13] skmsg: avoid lock_sock() in sk_psock_backlog()
` [Patch bpf-next v7 05/13] skmsg: use rcu work for destroying psock
` [Patch bpf-next v7 06/13] skmsg: use GFP_KERNEL in sk_psock_create_ingress_msg()
` [Patch bpf-next v7 07/13] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next v7 09/13] udp: implement ->read_sock() for sockmap

[PATCH net-next 0/6] mlxsw: Two sampling fixes
 2021-03-29 20:50 UTC  (2+ messages)

[PATCH -next] net: phy: Correct function name mdiobus_register_board_info() in comment
 2021-03-29 20:50 UTC  (3+ messages)

[PATCH -next] net: bonding: Correct function name bond_change_active_slave() in comment
 2021-03-29 20:50 UTC  (2+ messages)

[PATCH -next] net: mdio: Correct function name mdio45_links_ok() in comment
 2021-03-29 20:50 UTC  (2+ messages)

[PATCH] ethernet: myri10ge: Fix a use after free in myri10ge_sw_tso
 2021-03-29 20:50 UTC  (2+ messages)

[syzbot] WARNING in xfrm_alloc_compat (2)
 2021-03-29 20:42 UTC  (4+ messages)

[PATCH 0/9] riscv: improve self-protection
 2021-03-29 20:41 UTC  (11+ messages)
` [PATCH 1/9] riscv: add __init section marker to some functions
` [PATCH 2/9] riscv: Mark some global variables __ro_after_init
` [PATCH 3/9] riscv: Constify sys_call_table
` [PATCH 4/9] riscv: Constify sbi_ipi_ops
` [PATCH 5/9] riscv: kprobes: Implement alloc_insn_page()
` [PATCH 6/9] riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X
` [PATCH 8/9] riscv: module: Create module allocations without exec permissions
` [PATCH 9/9] riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU

[PATCH net-next 0/4] net: marvell: fix some coding style
 2021-03-29 20:40 UTC  (2+ messages)

pull-request: can 2021-03-29
 2021-03-29 20:40 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add entry for Qualcomm IPC Router (QRTR) driver
 2021-03-29 20:40 UTC  (2+ messages)

[PATCH net-next 0/9] net: hns3: misc updates for -next
 2021-03-29 20:30 UTC  (2+ messages)

[PATCH net-next v2] net: axienet: Remove redundant dev_err call in axienet_probe()
 2021-03-29 20:20 UTC  (2+ messages)

[PATCH net-next v2] net: mscc: ocelot: remove redundant dev_err call in vsc9959_mdio_bus_alloc()
 2021-03-29 20:20 UTC  (2+ messages)

[PATCH net-next v2] net: mdio: Remove redundant dev_err call in mdio_mux_iproc_probe()
 2021-03-29 20:20 UTC  (2+ messages)

[PATCH net-next v2] net: stmmac: remove redundant dev_err call in qcom_ethqos_probe()
 2021-03-29 20:20 UTC  (2+ messages)

[PATCH v2 bpf-next 00/14] bpf: Support calling kernel function
 2021-03-29 20:18 UTC  (10+ messages)

[PATCH net 0/9][pull request] Intel Wired LAN Driver Updates 2021-03-29
 2021-03-29 20:18 UTC  (10+ messages)
` [PATCH net 1/9] ice: Continue probe on link/PHY errors
` [PATCH net 2/9] ice: Increase control queue timeout
` [PATCH net 3/9] ice: Recognize 860 as iSCSI port in CEE mode
` [PATCH net 4/9] ice: prevent ice_open and ice_stop during reset
` [PATCH net 5/9] ice: fix memory allocation call
` [PATCH net 6/9] ice: remove DCBNL_DEVRESET bit from PF state
` [PATCH net 7/9] ice: Fix for dereference of NULL pointer
` [PATCH net 8/9] ice: Use port number instead of PF ID for WoL
` [PATCH net 9/9] ice: Cleanup fltr list in case of allocation issues

[PATCH] selftests/bpf: add LDFLAGS when building test_verifier
 2021-03-29 20:04 UTC  (2+ messages)

[PATCH net-next v3 0/7] mld: change context from atomic to sleepable
 2021-03-29 19:56 UTC  (3+ messages)
` [PATCH net-next v3 5/7] mld: convert ifmcaddr6 to RCU

[syzbot] possible deadlock in do_ipv6_setsockopt (3)
 2021-03-29 19:54 UTC 

[PATCH v3] icmp: support rfc5837
 2021-03-29 19:39 UTC  (11+ messages)
          ` rfc5837 and rfc8335

[syzbot] possible deadlock in ip_setsockopt
 2021-03-29 19:34 UTC 

[PATCH net-next] sit: proper dev_{hold|put} in ndo_[un]init methods
 2021-03-29 19:25 UTC 

[PATCH net-next] ip6_vti: proper dev_{hold|put} in ndo_[un]init methods
 2021-03-29 19:12 UTC 

[PATCH] wireless/nl80211.c: fix uninitialized variable
 2021-03-29 18:58 UTC  (3+ messages)

[PATCH bpf-next 0/3] Handle no-BTF object files better
 2021-03-29 18:55 UTC  (11+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: allow compiling BPF objects without BTF

[PATCH linux-next 0/1] Sparx5 SerDes: Fixed stack frame size warning
 2021-03-29 18:55 UTC  (3+ messages)
` [PATCH linux-next 1/1] phy: Sparx5 Eth SerDes: Use direct register operations

[PATCH net-next V5 0/6] add support for RFC 8335 PROBE
 2021-03-29 18:42 UTC  (5+ messages)
` [PATCH net-next V5 6/6] icmp: add response to RFC 8335 PROBE messages

[PATCH net-next] ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
 2021-03-29 18:39 UTC 

[PATCH pre-5.10] selinux: vsock: Set SID for socket returned by accept()
 2021-03-29 18:24 UTC 

[PATCH rdma-next v1 0/5] Get rid of custom made module dependency
 2021-03-29 18:12 UTC  (5+ messages)
` [PATCH rdma-next v1 5/5] net/bnxt: Use direct API instead of useless indirection

[PATCH] lan743x: remove redundant intializations of pointers adapter and phydev
 2021-03-29 18:00 UTC  (2+ messages)

[PATCH net-next] tcp: fix tcp_min_tso_segs sysctl
 2021-03-29 17:40 UTC 

[PATCH net-next] net: phy: lan87xx: fix access to wrong register of LAN87xx
 2021-03-29 17:40 UTC  (4+ messages)

[PATCH net-next 0/6] ethtool: clarify the ethtool FEC interface
 2021-03-29 17:39 UTC  (5+ messages)
` [PATCH net-next 6/6] "

[PATCH v2 bpf-next] tools/resolve_btfids: Fix warnings
 2021-03-29 17:26 UTC  (3+ messages)

tipc: fix htmldoc and smatch warnings
 2021-03-29 17:17 UTC 

[PATCH net v2] enetc: Avoid implicit sign extension
 2021-03-29 17:08 UTC  (3+ messages)

[PATCH net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2021-03-29
 2021-03-29 17:09 UTC  (9+ messages)
` [PATCH net-next 1/8] igc: Remove unused argument from igc_tx_cmd_type()
` [PATCH net-next 2/8] igc: Introduce igc_rx_buffer_flip() helper
` [PATCH net-next 3/8] igc: Introduce igc_get_rx_frame_truesize() helper
` [PATCH net-next 4/8] igc: Refactor Rx timestamp handling
` [PATCH net-next 5/8] igc: Add set/clear large buffer helpers
` [PATCH net-next 6/8] igc: Add initial XDP support
` [PATCH net-next 7/8] igc: Add support for XDP_TX action
` [PATCH net-next 8/8] igc: Add support for XDP_REDIRECT action

[PATCH bpf-next] tools/resolve_btfids: Fix warnings
 2021-03-29 16:39 UTC  (2+ messages)

[syzbot] INFO: task can't die in msleep
 2021-03-29 16:34 UTC 

[PATCH bpf-next] bpf: add 'BPF_RB_MAY_WAKEUP' flag
 2021-03-29 16:28 UTC  (6+ messages)
` [PATCH bpf-next] bpf: check flags in 'bpf_ringbuf_discard()' and 'bpf_ringbuf_submit()'
` [PATCH bpf-next] libbpf: Add '_wait()' and '_nowait()' macros for 'bpf_ring_buffer__poll()'

[PATCH v2] Bluetooth: Always call advertising disable before setting params
 2021-03-29 16:30 UTC  (3+ messages)

[PATCH v2 00/23] Add Intel Ethernet Protocol Driver for RDMA (irdma)
 2021-03-29 16:25 UTC  (6+ messages)
` [PATCH v2 05/23] ice: Add devlink params support

[PATCH net 1/1] xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model
 2021-03-29 16:25 UTC  (3+ messages)

[PATCH net-next v2 0/8] udp: GRO L4 improvements
 2021-03-29 16:23 UTC  (15+ messages)
` [PATCH net-next v2 1/8] udp: fixup csum for GSO receive slow path
` [PATCH net-next v2 4/8] udp: never accept GSO_FRAGLIST packets

[PATCH bpf-next] libbpf: fix memory leak when emitting final btf_ext
 2021-03-29 15:54 UTC  (2+ messages)

[syzbot] WARNING: refcount bug in nfc_llcp_local_put
 2021-03-29 15:53 UTC 

[syzbot] KASAN: use-after-free Read in nfc_llcp_sock_unlink
 2021-03-29 15:43 UTC 

[syzbot] KMSAN: uninit-value in hci_event_packet (3)
 2021-03-29 15:43 UTC 

[PATCH net] dt-bindings: net: bcm4908-enet: fix Ethernet generic properties
 2021-03-29 15:33 UTC 

[PATCH net-next v3 1/2] net: mhi: Add support for non-linear MBIM skb processing
 2021-03-29 15:39 UTC  (2+ messages)
` [PATCH net-next v3 2/2] net: mhi: Allow decoupled MTU/MRU

[PATCH v2 bpf 0/3] AF_XDP Socket Creation Fixes
 2021-03-29 15:28 UTC  (5+ messages)
` [PATCH v2 bpf 3/3] libbpf: ignore return values of setsockopt for XDP rings

[PATCH] net/ncsi: Avoid channel_monitor hrtimer deadlock
 2021-03-29 15:20 UTC 

[PATCH net-next v2 0/5] net: pch: fix and a few cleanups
 2021-03-29 15:13 UTC  (2+ messages)

[PATCH net-next v2 1/2] net: mhi: Add support for non-linear MBIM skb processing
 2021-03-29 15:18 UTC  (2+ messages)
` [PATCH net-next v2 2/2] net: mhi: Allow decoupled MTU/MRU

[PATCH linux-next v2 0/1] Sparx5 SerDes: Fixed stack frame size warning
 2021-03-29 14:13 UTC  (2+ messages)
` [PATCH linux-next v2 1/1] phy: Sparx5 Eth SerDes: Use direct register operations

[PATCH -next 2/2] mISDN: Use LIST_HEAD() for list_head
 2021-03-29 14:06 UTC  (2+ messages)

[PATCH net] dt-bindings: net: ethernet-controller: fix typo in NVMEM
 2021-03-29 14:03 UTC 

[PATCH net] enetc: Avoid implicit sign extension
 2021-03-29 13:53 UTC  (2+ messages)

[PATCH -next] netfilter: nftables: remove unnecessary spin_lock_init()
 2021-03-29 13:55 UTC 

[PATCH net-next 0/6] stmmac: Add XDP support
 2021-03-29 13:40 UTC  (7+ messages)
` [PATCH net-next 1/6] stmmac: intel: set IRQ affinity hint for multi MSI vectors
` [PATCH net-next 2/6] net: stmmac: make SPH enable/disable to be configurable
` [PATCH net-next 3/6] net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptors
` [PATCH net-next 4/6] net: stmmac: Add initial XDP support
` [PATCH net-next 5/6] net: stmmac: Add support for XDP_TX action
` [PATCH net-next 6/6] net: stmmac: Add support for XDP_REDIRECT action

[PATCH rdma-next] RDMA: Support more than 255 rdma ports
 2021-03-29 13:36 UTC  (3+ messages)

[PATCH net v2] net: Reset MAC header for direct packet transmission
 2021-03-29 13:17 UTC  (6+ messages)

[PATCH V3 1/5] dt-bindings: net: renesas,etheravb: Add additional clocks
 2021-03-29 13:08 UTC  (5+ messages)
` [PATCH V3 4/5] net: ethernet: ravb: Enable optional refclk

[PATCH bpf-next 0/5] libbpf: Add TC-BPF API
 2021-03-29 12:49 UTC  (5+ messages)
` [PATCH bpf-next 3/5] libbpf: add low level "

[PATCH V2 1/1] mm:improve the performance during fork
 2021-03-29 12:36 UTC 

[PATCH] wireless: ath10k: Fix a use after free in ath10k_htc_send_bundle
 2021-03-29 12:01 UTC 

[PATCH] ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx
 2021-03-29 11:50 UTC 

[PATCH net-next] qrtr: move to staging
 2021-03-29 11:30 UTC  (5+ messages)

[syzbot] general protection fault in io_commit_cqring (2)
 2021-03-29 11:28 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).