netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-27 16:10:55 to 2020-09-28 14:25:15 UTC [more...]

[PATCH RFC net-next] virtio_net: Relax queue requirement for using XDP
 2020-09-28 14:25 UTC  (11+ messages)

WARNING in hrtimer_forward
 2020-09-28 14:18 UTC  (2+ messages)

[PATCH v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-28 14:12 UTC  (4+ messages)
` [PATCH v6 bpf-next 6/6] selftests/bpf: add test for bpf_seq_printf_btf helper

[RFC PATCH net-next 0/6] implement kthread based napi poll
 2020-09-28 14:07 UTC  (9+ messages)
` [RFC PATCH net-next 1/6] net: implement threaded-able napi poll loop support

Request for Comment: LED device naming for netdev LEDs
 2020-09-28 13:04 UTC  (3+ messages)

[PATCH] net: fec: Fix PHY init after phy_reset_after_clk_enable()
 2020-09-28 13:03 UTC  (11+ messages)

[PATCH net-next] drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol values
 2020-09-28 12:56 UTC 

[PATCH] [v2] wireless: Initial driver submission for pureLiFi devices
 2020-09-28 12:53 UTC  (3+ messages)

[PATCH net-next 1/1] l2tp: report rx cookie discards in netlink get
 2020-09-28 12:46 UTC 

[PATCH] vhost: Don't call vq_access_ok() when using IOTLB
 2020-09-28 12:35 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2020-09-28 12:37 UTC  (2+ messages)

[PATCH nf-next v3 0/3] Netfilter egress hook
 2020-09-28 12:20 UTC  (4+ messages)
` [PATCH nf-next v3 3/3] netfilter: Introduce "

[PATCH net-next] net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()
 2020-09-28 11:55 UTC  (2+ messages)

[PATCH v1 net] net: stmmac: Modify configuration method of EEE timers
 2020-09-28 10:02 UTC 

[PATCH v7 bpf-next 0/8] bpf: add helpers to support BTF-based kernel data display
 2020-09-28 11:31 UTC  (9+ messages)
` [PATCH v7 bpf-next 1/8] bpf: provide function to get vmlinux BTF information
` [PATCH v7 bpf-next 2/8] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v7 bpf-next 3/8] bpf: add bpf_snprintf_btf helper
` [PATCH v7 bpf-next 4/8] selftests/bpf: add bpf_snprintf_btf helper tests
` [PATCH v7 bpf-next 5/8] bpf: bump iter seq size to support BTF representation of large data structures
` [PATCH v7 bpf-next 6/8] selftests/bpf: fix overflow tests to reflect iter size increase
` [PATCH v7 bpf-next 7/8] bpf: add bpf_seq_printf_btf helper
` [PATCH v7 bpf-next 8/8] selftests/bpf: add test for "

[PATCH bpf-next] bpf: cpumap: remove rcpu pointer from cpu_map_build_skb signature
 2020-09-28 11:24 UTC 

WARNING: CPU: 1
 2020-09-28 10:46 UTC  (5+ messages)

[patch 00/35] net: in_interrupt() cleanup and fixes
 2020-09-28 10:25 UTC  (48+ messages)
` [patch 01/35] net: enic: Cure the enic api locking trainwreck
` [patch 02/35] net: caif: Remove unused caif SPI driver
` [patch 03/35] net: Add netif_rx_any_context()
` [patch 04/35] net: caif: Use netif_rx_any_context()
` [patch 05/35] net: atheros: Remove WARN_ON(in_interrupt())
` [patch 06/35] net: cxgb3: Cleanup in_interrupt() usage
` [patch 07/35] net: cxbg4: Remove pointless in_interrupt() check
` [patch 08/35] net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocation
` [patch 09/35] net: fec_mpc52xx: Replace in_interrupt() usage
` [patch 10/35] net: intel: Remove in_interrupt() warnings
` [patch 11/35] net: ionic: Replace in_interrupt() usage
` [patch 12/35] net: ionic: Remove WARN_ON(in_interrupt())
` [patch 13/35] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
` [patch 14/35] net: natsemi: Replace in_interrupt() usage
` [patch 15/35] net: sfc: "
` [patch 16/35] net: sunbmac: "
` [patch 17/35] net: sun3lance: Remove redundant checks in interrupt handler
` [patch 18/35] net: vxge: Remove in_interrupt() conditionals
` [patch 19/35] net: zd1211rw: Remove ZD_ASSERT(in_interrupt())
` [patch 20/35] net: usb: kaweth: Replace kaweth_control() with usb_control_msg()
` [patch 21/35] net: usb: kaweth: Remove last user of kaweth_control()
` [patch 22/35] net: usb: net1080: Remove in_interrupt() comment
` [patch 23/35] net: wan/lmc: Remove lmc_trace()
` [patch 24/35] net: brcmfmac: Replace in_interrupt()
` [patch 25/35] net: brcmfmac: Use netif_rx_any_context()
` [patch 26/35] net: brcmfmac: Convey allocation mode as argument
` [patch 27/35] net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macros
` [patch 28/35] net: iwlwifi: Remove in_interrupt() from tracing macro
` [patch 29/35] net: hostap: Remove in_interrupt() usage
` [patch 30/35] net: mwifiex: Use netif_rx_any_context()
` [patch 31/35] net: libertas libertas_tf: Remove in_interrupt() from debug macro
` [patch 32/35] net: libertas: Use netif_rx_any_context()
` [patch 33/35] net: rtlwifi: Remove void* casts related to delayed work
` [patch 34/35] net: rtlwifi: Remove in_interrupt() from debug macro
` [patch 35/35] net: rtlwifi: Replace in_interrupt() for context detection

[PATCH net] net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()
 2020-09-28 10:04 UTC 

[Patch net 0/2] net_sched: fix a UAF in tcf_action_init()
 2020-09-28 10:14 UTC  (6+ messages)
` [Patch net 1/2] net_sched: defer tcf_idr_insert() in tcf_action_init_1()

[PATCH] ath11k: remove auto_start from channel config struct
 2020-09-28 10:14 UTC 

[PATCH v1 net-next] stmmac: intel: Adding ref clock 1us tic for LPI cntr
 2020-09-28 10:12 UTC 

[PATCH V3 0/3] patch set for flexcan
 2020-09-28 18:02 UTC  (4+ messages)
` [PATCH V3 1/3] can: flexcan: initialize all flexcan memory for ECC function
` [PATCH V3 2/3] can: flexcan: add flexcan driver for i.MX8MP
` [PATCH V3 3/3] can: flexcan: disable runtime PM if register flexcandev failed

linux-next: build failure after merge of the mhi tree
 2020-09-28  9:47 UTC  (5+ messages)

[PATCH v3 0/7] xfrm: Add compat layer
 2020-09-28  9:33 UTC  (2+ messages)

[PATCH] net/x25: Fix null-ptr-deref in x25_connect
 2020-09-28  9:23 UTC 

[PATCH 1/2] virtio-net: don't disable guest csum when disable LRO
 2020-09-28  9:22 UTC  (6+ messages)
` [PATCH 2/2] virtio-net: ethtool configurable RXCSUM

[PATCH] net: usb: ax88179_178a: add MCT usb 3.0 adapter
 2020-09-28  9:17 UTC 

[PATCH bpf-next v2 0/4] Sockmap copying
 2020-09-28  9:08 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: sockmap: enable map_update_elem from bpf_iter
` [PATCH bpf-next v2 2/4] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next v2 3/4] selftests: bpf: remove shared header from sockmap iter test
` [PATCH bpf-next v2 4/4] selftest: bpf: Test copying a sockmap and sockhash

[PATCH bpf-next 0/4] Sockmap copying
 2020-09-28  9:06 UTC  (4+ messages)
` [PATCH bpf-next 1/4] bpf: sockmap: enable map_update_elem from bpf_iter

[PATCH] powerpc: net: bpf_jit_comp: Fix misuse of fallthrough
 2020-09-28  9:00 UTC 

[PATCH v2] net: usb: ax88179_178a: fix missing stop entry in driver_info
 2020-09-28  9:01 UTC 

[PATCH v4 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
 2020-09-28  8:59 UTC  (2+ messages)

[PATCH linux-can-next/flexcan 0/4] patch set for flexcan
 2020-09-28  8:38 UTC  (11+ messages)
` [PATCH linux-can-next/flexcan 1/4] can: flexcan: initialize all flexcan memory for ECC function

[PATCH v3] e1000e: Increase iteration on polling MDIC ready bit
 2020-09-28  8:36 UTC  (2+ messages)
` [PATCH v4] e1000e: Increase polling timeout on "

pull request (net): ipsec 2020-09-28
 2020-09-28  8:24 UTC  (9+ messages)
` [PATCH 1/8] ip_vti: Fix unused variable warning
` [PATCH 2/8] espintcp: restore IP CB before handing the packet to xfrm
` [PATCH 3/8] xfrmi: drop ignore_df check before updating pmtu
` [PATCH 4/8] xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate
` [PATCH 5/8] xfrm: clone XFRMA_REPLAY_ESN_VAL "
` [PATCH 6/8] xfrm: clone XFRMA_SEC_CTX "
` [PATCH 7/8] xfrm: clone whole liftime_cur structure "
` [PATCH 8/8] xfrm: Use correct address family in xfrm_state_find

Call for Proposals: eBPF Summit 2020
 2020-09-28  8:21 UTC 

WARNING in print_bfs_bug
 2020-09-28  7:56 UTC  (4+ messages)

[PATCH net-next] net: vlan: Fixed signedness in vlan_group_prealloc_vid()
 2020-09-28  7:51 UTC  (2+ messages)

WARNING: proc registration bug in afs_manage_cell
 2020-09-28  7:48 UTC 

[PATCH 0/3] net/mlx5e: Fix some static analysis warnings
 2020-09-28  7:43 UTC  (5+ messages)
` [PATCH 2/3] net/mlx5e: Clean up error handling in mlx5e_alloc_flow()
` [PATCH 3/3] net/mlx5e: Fix use of freed pointer

[PATCH v6 1/4] Bluetooth: Interleave with allowlist scan
 2020-09-28  7:41 UTC  (4+ messages)
` [PATCH v6 2/4] Bluetooth: Handle system suspend resume case
` [PATCH v6 3/4] Bluetooth: Handle active scan case
` [PATCH v6 4/4] Bluetooth: Add toggle to switch off interleave scan

[PATCH][next] net/mlx5e: Fix potential null pointer dereference
 2020-09-28  7:38 UTC  (2+ messages)

KASAN: null-ptr-deref Read in tcf_idrinfo_destroy
 2020-09-28  7:37 UTC 

general protection fault in mac80211_hwsim_tx_frame_no_nl
 2020-09-28  7:37 UTC 

BUG: unable to handle kernel paging request in tcf_action_dump_terse
 2020-09-28  7:36 UTC 

general protection fault in tcf_generic_walker
 2020-09-28  7:35 UTC 

KASAN: use-after-free Read in tcf_action_init
 2020-09-28  7:27 UTC 

INFO: task hung in tcf_action_init_1
 2020-09-28  7:27 UTC 

[PATCH] net: ethernet: ixgbe: don't propagate -ENODEV from ixgbe_mii_bus_init()
 2020-09-28  7:17 UTC 

INFO: task hung in tcindex_partial_destroy_work
 2020-09-28  7:17 UTC 

IPv6 regression introduced by commit 3b6761d18bc11f2af2a6fc494e9026d39593f22c
 2020-09-28  6:48 UTC  (7+ messages)

[PATCH V2 0/3] patch set for flexcan
 2020-09-28  6:20 UTC  (8+ messages)
` [PATCH V2 1/3] can: flexcan: initialize all flexcan memory for ECC function

[PATCH v3] Bluetooth: Check for encryption key size on connect
 2020-09-28  6:09 UTC  (5+ messages)

[PATCH net v3] net: phy: realtek: fix rtl8211e rx/tx delay config
 2020-09-28  5:52 UTC 

[PATCH] ptp: add stub function for ptp_get_msgtype()
 2020-09-28  5:46 UTC  (4+ messages)

KASAN: stack-out-of-bounds Read in xfrm_selector_match (2)
 2020-09-28  5:07 UTC  (5+ messages)
  ` [PATCH] xfrm: Use correct address family in xfrm_state_find

[PATCH v4] ipvs: adjust the debug info in function set_tcp_state
 2020-09-28  2:49 UTC  (2+ messages)
` [PATCH v5] "

[PATCH net-next v2] net: vlan: Avoid using BUG() in vlan_proto_idx()
 2020-09-28  2:14 UTC  (4+ messages)

[PATCH net-next 0/5] ibmvnic: refactor some send/handle functions
 2020-09-28  1:13 UTC  (6+ messages)
` [PATCH net-next 1/5] ibmvnic: rename send_cap_queries to send_query_cap
` [PATCH net-next 2/5] ibmvnic: rename ibmvnic_send_req_caps to send_request_cap
` [PATCH net-next 3/5] ibmvnic: rename send_map_query to send_query_map
` [PATCH net-next 4/5] ibmvnic: create send_query_ip_offload
` [PATCH net-next 5/5] ibmvnic: create send_control_ip_offload

[PATCH net] ibmvnic: set up 200GBPS speed
 2020-09-28  0:06 UTC 

[PATCH] atm: atmtcp: Constify atmtcp_v_dev_ops
 2020-09-27 21:10 UTC 

[PATCH net] r8169: fix RTL8168f/RTL8411 EPHY config
 2020-09-27 20:38 UTC  (2+ messages)

[PATCH net-next 00/11] bnxt_en: Update for net-next
 2020-09-27 20:36 UTC  (13+ messages)
` [PATCH net-next 01/11] bnxt_en: Update firmware interface spec to 1.10.1.65
` [PATCH net-next 02/11] bnxt_en: refactor code to limit speed advertising
` [PATCH net-next 03/11] bnxt_en: refactor bnxt_get_fw_speed()
` [PATCH net-next 04/11] bnxt_en: add basic infrastructure to support PAM4 link speeds
` [PATCH net-next 05/11] bnxt_en: ethtool: support PAM4 link speeds up to 200G
` [PATCH net-next 06/11] bnxt_en: Handle ethernet link being disabled by firmware
` [PATCH net-next 07/11] bnxt_en: avoid link reset if speed is not changed
` [PATCH net-next 08/11] bnxt_en: Report FEC settings to ethtool
` [PATCH net-next 09/11] bnxt_en: Report Active FEC encoding during link up
` [PATCH net-next 10/11] bnxt_en: Implement ethtool set_fec_param() method
` [PATCH net-next 11/11] bnxt_en: Improve preset max value for ethtool -l

[RESEND PATCH] dt-bindings: net: renesas,ravb: Add support for r8a774e1 SoC
 2020-09-27 20:32 UTC  (2+ messages)

[PATCH net-next 00/10] mlxsw: Expose transceiver overheat counter
 2020-09-27 20:27 UTC  (2+ messages)

[PATCH net-next 00/10] net: hns3: updates for -next
 2020-09-27 20:25 UTC  (2+ messages)

[PATCH net] mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error path
 2020-09-27 20:24 UTC  (2+ messages)

[PATCH] mdio: fix mdio-thunder.c dependency & build error
 2020-09-27 20:23 UTC  (2+ messages)

[PATCH net-next] lib8390: Replace panic() call with BUILD_BUG_ON
 2020-09-27 19:56 UTC 

[PATCH bpf-next] bpf/preload: make sure Makefile cleans up after itself, and add .gitignore
 2020-09-27 19:30 UTC 

[PATCH 1/2] ath10k: Try to get mac-address from dts
 2020-09-27 19:25 UTC  (2+ messages)
` [PATCH 2/2] ath10k: Try to download pre-cal using nvmem api


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