messages from 2020-09-29 13:49:55 to 2020-09-29 21:59:06 UTC [more...]
[PATCH net-next] net: mvneta: avoid possible cache misses in mvneta_rx_swbm
2020-09-29 21:58 UTC
[iproute2-next v1] devlink: display elapsed time during flash update
2020-09-29 21:56 UTC
[PATCH v2 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
2020-09-29 21:56 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array
` [PATCH v2 bpf-next 2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS
[RFC PATCH] lsm,selinux: pass the family information along with xfrm flow
2020-09-29 21:54 UTC
[patch V2 00/36] net: in_interrupt() cleanup and fixes
2020-09-29 21:53 UTC (39+ messages)
` [patch V2 01/36] net: enic: Cure the enic api locking trainwreck
` [patch V2 02/36] net: caif: Remove unused caif SPI driver
` [patch V2 03/36] net: Add netif_rx_any_context()
` [patch V2 04/36] net: caif: Use netif_rx_any_context()
` [patch V2 05/36] net: atheros: Remove WARN_ON(in_interrupt())
` [patch V2 06/36] net: cxgb3: Cleanup in_interrupt() usage
` [patch V2 07/36] net: cxbg4: Remove pointless in_interrupt() check
` [patch V2 08/36] net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocation
` [patch V2 09/36] net: fec_mpc52xx: Replace in_interrupt() usage
` [patch V2 10/36] net: intel: Remove in_interrupt() warnings
` [patch V2 11/36] net: ionic: Replace in_interrupt() usage
` [patch V2 12/36] net: ionic: Remove WARN_ON(in_interrupt())
` [patch V2 13/36] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
` [patch V2 14/36] net: natsemi: Replace in_interrupt() usage
` [patch V2 15/36] net: sfc: "
` [patch V2 16/36] net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()
` [patch V2 17/36] net: sunbmac: Replace in_interrupt() usage
` [patch V2 18/36] net: sun3lance: Remove redundant checks in interrupt handler
` [patch V2 19/36] net: vxge: Remove in_interrupt() conditionals
` [patch V2 20/36] net: zd1211rw: Remove ZD_ASSERT(in_interrupt())
` [patch V2 21/36] net: usb: kaweth: Replace kaweth_control() with usb_control_msg()
` [patch V2 22/36] net: usb: kaweth: Remove last user of kaweth_control()
` [patch V2 23/36] net: usb: net1080: Remove in_interrupt() comment
` [patch V2 24/36] net: wan/lmc: Remove lmc_trace()
` [patch V2 25/36] net: brcmfmac: Replace in_interrupt()
` [patch V2 26/36] net: brcmfmac: Convey execution context via argument to brcmf_netif_rx()
` [patch V2 27/36] net: brcmfmac: Convey allocation mode as argument
` [patch V2 28/36] net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macros
` [patch V2 29/36] net: iwlwifi: Remove in_interrupt() from tracing macro
` [patch V2 30/36] net: hostap: Remove in_interrupt() usage
` [patch V2 31/36] net: mwifiex: Use netif_rx_any_context()
` [patch V2 32/36] net: libertas libertas_tf: Remove in_interrupt() from debug macro
` [patch V2 33/36] net: libertas: Use netif_rx_any_context()
` [patch V2 34/36] net: rtlwifi: Remove void* casts related to delayed work
` [patch V2 35/36] net: rtlwifi: Remove in_interrupt() from debug macro
` [patch V2 36/36] net: rtlwifi: Replace in_interrupt() for context detection
[RFC PATCH net-next 0/6] implement kthread based napi poll
2020-09-29 21:48 UTC (5+ messages)
[PATCH v6 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
2020-09-29 21:40 UTC (4+ messages)
` [PATCH v6 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
Removal of HCI commands, userspace bluetooth regression?
2020-09-29 21:32 UTC
[PATCH net v2 0/4] via-rhine: Resume fix and other maintenance work
2020-09-29 21:24 UTC (6+ messages)
` [PATCH net v2 1/4] via-rhine: Fix for the hardware having a reset failure after resume
` [PATCH net v2 2/4] via-rhine: VTunknown1 device is really VT8251 South Bridge
` [PATCH net v2 3/4] via-rhine: Eliminate version information
` [PATCH net v2 4/4] via-rhine: New device driver maintainer
[PATCH bpf-next v3 0/6] Various BPF helper improvements
2020-09-29 21:23 UTC (7+ messages)
` [PATCH bpf-next v3 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next v3 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next v3 3/6] bpf: add redirect_neigh helper as redirect drop-in
` [PATCH bpf-next v3 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs
` [PATCH bpf-next v3 5/6] bpf, selftests: use bpf_tail_call_static where appropriate
` [PATCH bpf-next v3 6/6] bpf, selftests: add redirect_neigh selftest
[PATCH net-next v2] lib8390: Replace panic() call with BUILD_BUG_ON
2020-09-29 21:22 UTC (2+ messages)
[PATCH net 1/1] MAINTAINERS: Update MAINTAINERS for Intel ethernet drivers
2020-09-29 21:22 UTC (2+ messages)
RTL8402 stops working after hibernate/resume
2020-09-29 21:17 UTC (21+ messages)
[PATCH net 0/4] via-rhine: Resume fix and other maintenance work
2020-09-29 21:10 UTC (4+ messages)
` [PATCH net 4/4] via-rhine: Version bumped to 1.5.2
[PATCH bpf-next 0/2] introduce BPF_F_SHARE_PE
2020-09-29 21:08 UTC (9+ messages)
` [PATCH bpf-next 1/2] bpf: introduce BPF_F_SHARE_PE for perf event array
` [PATCH bpf-next 2/2] selftests/bpf: add tests for BPF_F_SHARE_PE
[PATCH bpf-next] selftests: Make sure all 'skel' variables are declared static
2020-09-29 20:59 UTC (3+ messages)
[net-next] devlink: include <linux/const.h> for _BITUL
2020-09-29 20:58 UTC (2+ messages)
[net-next v3 0/3] cxgb4/ch_ktls: updates in net-next
2020-09-29 20:57 UTC (5+ messages)
` [net-next v3 1/3] ch_ktls: Issue if connection offload fails
` [net-next v3 2/3] cxgb4: Avoid log flood
` [net-next v3 3/3] cxgb4/ch_ktls: ktls stats are added at port level
[PATCH bpf-next 0/2] bpf, x64: optimize JIT's pro/epilogue
2020-09-29 20:46 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf, x64: drop "pop %rcx" instruction on BPF JIT epilogue
` [PATCH bpf-next 2/2] bpf: x64: do not emit sub/add 0, %rsp when !stack_depth
[net-next 01/15] net/mlx5: DR, Add buddy allocator utilities
2020-09-29 20:44 UTC (5+ messages)
[PATCH v2 devicetree 0/2] Add Seville Ethernet switch to T1040RDB
2020-09-29 20:33 UTC (7+ messages)
` [PATCH v2 devicetree 2/2] powerpc: dts: t1040rdb: add ports for Seville Ethernet switch
[PATCH][next] fddi/skfp: Avoid the use of one-element array
2020-09-29 20:28 UTC (2+ messages)
[PATCH net-next 1/1] l2tp: report rx cookie discards in netlink get
2020-09-29 20:27 UTC (2+ messages)
[PATCH net 0/2] More incorrect VCAP offsets for mscc_ocelot switch
2020-09-29 20:24 UTC (2+ messages)
pull request: bluetooth-next 2020-09-29
2020-09-29 20:23 UTC (2+ messages)
[PATCH net-next 0/7] net: hns3: updates for -next
2020-09-29 20:14 UTC (3+ messages)
[PATCH net-next 0/7] octeontx2-af: cleanup and extend parser config
2020-09-29 20:12 UTC (3+ messages)
[bpf-next PATCH] bpf, selftests: fix warning in snprintf_btf where system() call unchecked
2020-09-29 20:07 UTC
[PATCH RESEND v3 0/2] Use the new usb control message API
2020-09-29 19:58 UTC (4+ messages)
[PATCH net v4] net: phy: realtek: fix rtl8211e rx/tx delay config
2020-09-29 19:56 UTC (2+ messages)
[PATCH net v2] virtio-net: don't disable guest csum when disable LRO
2020-09-29 19:54 UTC (2+ messages)
[PATCH] mac80211_hwsim: close the race between running and enqueuing hrtimer
2020-09-29 19:28 UTC
[patch 15/35] net: sfc: Replace in_interrupt() usage
2020-09-29 19:27 UTC (5+ messages)
` [RFC PATCH net-next] sfc: replace "
[PATCH net-next 01/15] udp: check udp sock encap_type in __udp_lib_err
2020-09-29 19:19 UTC (21+ messages)
` [PATCH net-next 02/15] udp6: move the mss check after udp gso tunnel processing
` [PATCH net-next 03/15] udp: do checksum properly in skb_udp_tunnel_segment
` [PATCH net-next 00/15] sctp: Implement RFC6951: UDP Encapsulation of SCTP
` [PATCH net-next 04/15] udp: support sctp over udp in skb_udp_tunnel_segment
` [PATCH net-next 05/15] sctp: create udp4 sock and add its encap_rcv
` [PATCH net-next 06/15] sctp: create udp6 sock and set "
` [PATCH net-next 07/15] sctp: add encap_err_lookup for udp encap socks
` [PATCH net-next 08/15] sctp: add encap_port for netns sock asoc and transport
` [PATCH net-next 09/15] sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockopt
` [PATCH net-next 10/15] sctp: allow changing transport encap_port by peer packets
` [PATCH net-next 11/15] sctp: add udphdr to overhead when udp_port is set
` [PATCH net-next 12/15] sctp: call sk_setup_caps in sctp_packet_transmit instead
` [PATCH net-next 13/15] sctp: support for sending packet over udp4 sock
` [PATCH net-next 14/15] sctp: support for sending packet over udp6 sock
` [PATCH net-next 15/15] sctp: enable udp tunneling socks
[PATCH] PCI: Rename d3_delay in the pci_dev struct to align with PCI specification
2020-09-29 19:17 UTC (2+ messages)
[PATCH] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
2020-09-29 19:08 UTC (2+ messages)
[RFC iproute2-next] devlink: display elapsed time during flash update
2020-09-29 19:04 UTC (7+ messages)
[PATCH][next] ice: Replace one-element array with flexible-array member
2020-09-29 19:01 UTC
[PATCH v1] dt-binding: can: mcp25xxfd: documentation fixes
2020-09-29 18:49 UTC (2+ messages)
[PATCH net-next 0/3] net: atlantic: phy tunables from mac driver
2020-09-29 18:47 UTC (9+ messages)
` [PATCH net-next 1/3] ethtool: allow netdev driver to define phy tunables
` [PATCH net-next 2/3] net: atlantic: implement phy downshift feature
` [PATCH net-next 3/3] net: atlantic: implement media detect feature via phy tunables
[PATCH bpf-next 0/2] selftests/bpf: BTF-based kernel data display fixes
2020-09-29 18:08 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: ensure snprintf_btf/bpf_iter tests compatibility with old vmlinux.h
[iproute2-next v4 0/2] devlink: add flash update overwrite mask
2020-09-29 18:00 UTC (3+ messages)
[PATCH 1/2] ethtool: improve compat ioctl handling
2020-09-29 17:52 UTC (5+ messages)
` [PATCH 2/2] dev_ioctl: split out SIOC?IFMAP ioctls
[PATCH v4 4/4] PCI: Limit pci_alloc_irq_vectors() to housekeeping CPUs
2020-09-29 17:46 UTC (3+ messages)
[GIT PULL] virtio: last minute fixes
2020-09-29 17:44 UTC (2+ messages)
Fw: [Bug 209427] New: Incorrect timestamp cause packet to be dropped
2020-09-29 17:35 UTC
[Linux-kernel-mentees] [PATCH] net: bluetooth: Fix null pointer dereference in hci_event_packet()
2020-09-29 17:32 UTC (2+ messages)
Request for backport of 78dc70ebaa38aa303274e333be6c98eef87619e2 to 4.19.y
2020-09-29 17:25 UTC (5+ messages)
[PATCH bpf-next v2 0/4] Sockmap copying
2020-09-29 17:23 UTC (8+ messages)
` [PATCH bpf-next v2 2/4] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next v2 4/4] selftest: bpf: Test copying a sockmap and sockhash
[RFC PATCH net] ethtool: Fix incompatibility between netlink and ioctl interfaces
2020-09-29 16:44 UTC (2+ messages)
[PATCH v2 0/2] vhost: Skip access checks on GIOVAs
2020-09-29 16:30 UTC (3+ messages)
` [PATCH v2 1/2] vhost: Don't call access_ok() when using IOTLB
` [PATCH v2 2/2] vhost: Don't call log_access_ok() "
[net-next PATCH v7 0/6] ACPI support for dpaa2 MAC driver
2020-09-29 16:04 UTC (15+ messages)
` [net-next PATCH v7 1/6] Documentation: ACPI: DSD: Document MDIO PHY
[PATCH 1/2] net: qrtr: Allow forwarded services
2020-09-29 15:55 UTC (5+ messages)
` [PATCH 2/2] net: qrtr: Allow non-immediate node routing
[PATCH bpf-next v3 0/4] [PATCH bpf-next v2 0/4] Sockmap copying
2020-09-29 15:53 UTC (2+ messages)
[bpf-next PATCH 0/2] Add skb_adjust_room() for SK_SKB
2020-09-29 15:41 UTC (4+ messages)
` [bpf-next PATCH 1/2] bpf, sockmap: add skb_adjust_room to pop bytes off ingress payload
linux-next: build failure after merge of the mhi tree
2020-09-29 15:35 UTC (2+ messages)
[PATCH iproute2-next] ss: add support for xdp statistics
2020-09-29 15:33 UTC (2+ messages)
[PATCH v3] e1000e: Increase iteration on polling MDIC ready bit
2020-09-29 15:12 UTC (8+ messages)
` [PATCH v4] e1000e: Increase polling timeout on "
` [Intel-wired-lan] "
[PATCH net-next v2 1/7] net: devlink: Add unused port flavour
2020-09-29 15:12 UTC (13+ messages)
[PATCH V4 0/3] patch set for flexcan
2020-09-29 20:30 UTC (4+ messages)
` [PATCH V4 1/3] can: flexcan: initialize all flexcan memory for ECC function
[PATCH v7 1/4] Bluetooth: Interleave with allowlist scan
2020-09-29 14:46 UTC (3+ messages)
` [PATCH v7 4/4] Bluetooth: Add toggle to switch off interleave scan
[RFC PATCH v2 net-next 00/21] Offload tc-flower to mscc_ocelot switch using VCAP chains
2020-09-29 14:45 UTC (5+ messages)
` [RFC PATCH v2 net-next 07/21] net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and target
` [RFC PATCH v2 net-next 17/21] net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0
[PATCH] powerpc: net: bpf_jit_comp: Fix misuse of fallthrough
2020-09-29 14:41 UTC (2+ messages)
[PATCH] ipvs: Add traffic statistic up even it is VS/DR or VS/TUN mode
2020-09-29 14:41 UTC (3+ messages)
` [PATCH v2] "
[RFC PATCH 00/24] Control VQ support in vDPA
2020-09-29 14:40 UTC (3+ messages)
` [RFC PATCH 13/24] vhost-vdpa: introduce ASID based IOTLB
[patch 00/35] net: in_interrupt() cleanup and fixes
2020-09-29 14:37 UTC (5+ messages)
` [patch 11/35] net: ionic: Replace in_interrupt() usage
BUG: unable to handle kernel paging request in dqput
2020-09-29 14:30 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).