messages from 2020-10-01 04:33:16 to 2020-10-01 15:41:55 UTC [more...]
[RFC net-next 0/9] genetlink: support per-command policy dump
2020-10-01 15:41 UTC (19+ messages)
` [RFC net-next 2/9] genetlink: reorg struct genl_family
` [RFC net-next 3/9] genetlink: add small version of ops
` [RFC net-next 4/9] genetlink: move to smaller ops wherever possible
` [RFC net-next 5/9] genetlink: add a structure for dump state
` [RFC net-next 6/9] genetlink: use .start callback for dumppolicy
` [RFC net-next 7/9] genetlink: bring back per op policy
` [RFC net-next 8/9] genetlink: use per-op policy for CTRL_CMD_GETPOLICY
` [RFC net-next 9/9] genetlink: allow dumping command-specific policy
[PATCH v3 net-next 00/12] mvneta: introduce XDP multi-buffer support
2020-10-01 15:40 UTC (10+ messages)
` [PATCH v3 net-next 06/12] bpf: helpers: add multibuffer support
` [PATCH v3 net-next 10/12] bpf: add xdp multi-buffer selftest
[net-next v2 00/11] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
2020-10-01 15:38 UTC (15+ messages)
` [net-next v2 01/11] net: bridge: extend the process of special frames
` [net-next v2 02/11] bridge: cfm: Add BRIDGE_CFM to Kconfig
` [net-next v2 03/11] bridge: uapi: cfm: Added EtherType used by the CFM protocol
` [net-next v2 04/11] bridge: cfm: Kernel space implementation of CFM
` [net-next v2 05/11] "
` [net-next v2 06/11] "
` [net-next v2 07/11] bridge: cfm: Netlink Interface
` [net-next v2 08/11] bridge: cfm: Netlink Notifications
` [net-next v2 09/11] bridge: cfm: Bridge port remove
` [net-next v2 10/11] bridge: switchdev: cfm: switchdev interface implementation
` [net-next v2 11/11] bridge: cfm: Added CFM switchdev utilization
[net-next PATCH v1 0/7] ACPI support for dpaa2 driver
2020-10-01 15:36 UTC (6+ messages)
` [net-next PATCH v1 1/7] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v1 6/7] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver
general protection fault in nexthop_is_blackhole
2020-10-01 15:34 UTC (2+ messages)
[PATCH net-next v3 0/4] dpaa2-eth: add devlink parser error drop trap support
2020-10-01 15:11 UTC (5+ messages)
` [PATCH net-next v3 1/4] devlink: add parser error drop packet traps
` [PATCH net-next v3 2/4] devlink: add .trap_group_action_set() callback
` [PATCH net-next v3 3/4] dpaa2-eth: add basic devlink support
` [PATCH net-next v3 4/4] dpaa2-eth: add support for devlink parser error drop traps
[PATCH 1/2] ethtool: improve compat ioctl handling
2020-10-01 15:00 UTC (6+ messages)
` [PATCH 2/2] dev_ioctl: split out SIOC?IFMAP ioctls
[PATCH net-next 00/23] rxrpc: Fixes and preparation for RxGK
2020-10-01 14:59 UTC (24+ messages)
` [PATCH net-next 01/23] keys: Provide the original description to the key preparser
` [PATCH net-next 02/23] rxrpc: Fix bundle counting for exclusive connections
` [PATCH net-next 03/23] rxrpc: Fix rxkad token xdr encoding
` [PATCH net-next 04/23] rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
` [PATCH net-next 05/23] rxrpc: Fix some missing _bh annotations on locking conn->state_lock
` [PATCH net-next 06/23] rxrpc: Fix loss of final ack on shutdown
` [PATCH net-next 07/23] rxrpc: Fix accept on a connection that need securing
` [PATCH net-next 08/23] rxrpc: The server keyring isn't network-namespaced
` [PATCH net-next 09/23] rxrpc: Change basic data packet size alignment to 1
` [PATCH net-next 10/23] rxrpc: Remove the rxk5 security class as it's now defunct
` [PATCH net-next 11/23] rxrpc: List the held token types in the key description in /proc/keys
` [PATCH net-next 12/23] rxrpc: Allow for a security trailer in a packet
` [PATCH net-next 13/23] rxrpc: Merge prime_packet_security into init_connection_security
` [PATCH net-next 14/23] rxrpc: Support keys with multiple authentication tokens
` [PATCH net-next 15/23] rxrpc: Don't retain the server key in the connection
` [PATCH net-next 16/23] rxrpc: Split the server key type (rxrpc_s) into its own file
` [PATCH net-next 17/23] rxrpc: Hand server key parsing off to the security class
` [PATCH net-next 18/23] rxrpc: Don't reserve security header in Tx DATA skbuff
` [PATCH net-next 19/23] rxrpc: Organise connection security to use a union
` [PATCH net-next 20/23] rxrpc: Don't leak the service-side session key to userspace
` [PATCH net-next 21/23] rxrpc: Allow security classes to give more info on server keys
` [PATCH net-next 22/23] rxrpc: Make the parsing of xdr payloads more coherent
` [PATCH net-next 23/23] rxrpc: rxkad: Don't use pskb_pull() to advance through the response packet
[PATCH net-next 0/6] l2tp: add ac/pppoe driver
2020-10-01 14:57 UTC (6+ messages)
` [PATCH net-next 5/6] l2tp: add ac_pppoe pseudowire driver
[PATCH v4 00/13] "Task_isolation" mode
2020-10-01 14:47 UTC (8+ messages)
` [PATCH v4 03/13] task_isolation: userspace hard isolation from kernel
` [PATCH v4 10/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
` [PATCH v4 11/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks
[PATCH net-next 00/16] Add devlink reload action and limit options
2020-10-01 13:59 UTC (17+ messages)
` [PATCH net-next 01/16] devlink: Change devlink_reload_supported() param type
` [PATCH net-next 02/16] devlink: Add reload action option to devlink reload command
` [PATCH net-next 03/16] devlink: Add devlink reload limit option
` [PATCH net-next 04/16] devlink: Add reload stats
` [PATCH net-next 05/16] devlink: Add remote "
` [PATCH net-next 06/16] net/mlx5: Add functions to set/query MFRL register
` [PATCH net-next 07/16] net/mlx5: Set cap for pci sync for fw update event
` [PATCH net-next 08/16] net/mlx5: Handle sync reset request event
` [PATCH net-next 09/16] net/mlx5: Handle sync reset now event
` [PATCH net-next 10/16] net/mlx5: Handle sync reset abort event
` [PATCH net-next 11/16] net/mlx5: Add support for devlink reload action fw activate
` [PATCH net-next 12/16] devlink: Add enable_remote_dev_reset generic parameter
` [PATCH net-next 13/16] net/mlx5: Add devlink param enable_remote_dev_reset support
` [PATCH net-next 14/16] net/mlx5: Add support for fw live patch event
` [PATCH net-next 15/16] net/mlx5: Add support for devlink reload limit no reset
` [PATCH net-next 16/16] devlink: Add Documentation/networking/devlink/devlink-reload.rst
[RFC PATCH 00/24] Control VQ support in vDPA
2020-10-01 13:29 UTC (6+ messages)
` [RFC PATCH 09/24] vdpa: multiple address spaces support
` [RFC PATCH 10/24] vdpa: introduce config operations for associating ASID to a virtqueue group
[PATCH v2] rtw88: pci: Power cycle device during shutdown
2020-10-01 13:28 UTC (2+ messages)
[PATCH 1/2] net: qrtr: Allow forwarded services
2020-10-01 13:26 UTC (2+ messages)
[PATCH v3 devicetree 0/2] Add Seville Ethernet switch to T1040RDB
2020-10-01 13:23 UTC (5+ messages)
` [PATCH v3 devicetree 1/2] powerpc: dts: t1040: add bindings for Seville Ethernet switch
` [PATCH v3 devicetree 2/2] powerpc: dts: t1040rdb: add ports "
[PATCH net-next v2 0/4] dpaa2-eth: add devlink parser error drop trap support
2020-10-01 13:21 UTC (7+ messages)
` [PATCH net-next v2 2/4] devlink: add .trap_group_action_set() callback
` [PATCH net-next v2 4/4] dpaa2-eth: add support for devlink parser error drop traps
[PATCH net-next 0/3] net: atlantic: phy tunables from mac driver
2020-10-01 12:56 UTC (7+ messages)
` [PATCH net-next 3/3] net: atlantic: implement media detect feature via phy tunables
` [EXT] "
[PATCH v2 0/2] vhost: Skip access checks on GIOVAs
2020-10-01 12:46 UTC (2+ messages)
[PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
2020-10-01 12:43 UTC (11+ messages)
[PATCH net-next 00/15] sctp: Implement RFC6951: UDP Encapsulation of SCTP
2020-10-01 12:41 UTC (2+ messages)
dsa: mv88e6xxx: serdes link without phy
2020-10-01 12:36 UTC (4+ messages)
[PATCH bpf-next] libbpf: export bpf_object__reuse_map() to libbpf api
2020-10-01 11:34 UTC (7+ messages)
[PATCH] can: raw: add missing error queue support
2020-10-01 11:03 UTC (2+ messages)
[PATCH net 00/12] net: iflink and link-netnsid fixes
2020-10-01 11:00 UTC (15+ messages)
` [PATCH net 01/12] ipvlan: add get_link_net
` [PATCH net 02/12] geneve: "
` [PATCH net 03/12] Revert "rtnetlink: always put IFLA_LINK for links with a link-netnsid"
` [PATCH net 04/12] rtnetlink: always put IFLA_LINK for links with ndo_get_iflink
` [PATCH net 05/12] bridge: always put IFLA_LINK for ports "
` [PATCH net 06/12] bridge: advertise IFLA_LINK_NETNSID when dumping bridge ports
` [PATCH net 07/12] ipv6: always put IFLA_LINK for devices with ndo_get_iflink
` [PATCH net 08/12] ipv6: advertise IFLA_LINK_NETNSID when dumping ipv6 addresses
` [PATCH net 09/12] net: link_watch: fix operstate when the link has the same index as the device
` [PATCH net 10/12] net: link_watch: fix detection of urgent events
` [PATCH net 11/12] batman-adv: fix iflink detection in batadv_is_on_batman_iface
` [PATCH net 12/12] batman-adv: fix detection of lower link in batadv_get_real_netdevice
[PATCH net-next 0/8] net: ethernet: ti: am65-cpsw: add multi port support in mac-only mode
2020-10-01 10:52 UTC (9+ messages)
` [PATCH net-next 1/8] net: ethernet: ti: am65-cpsw: move ale selection in pdata
` [PATCH net-next 2/8] net: ethernet: ti: am65-cpsw: move free desc queue mode "
` [PATCH net-next 3/8] net: ethernet: ti: am65-cpsw: use cppi5_desc_is_tdcm()
` [PATCH net-next 4/8] net: ethernet: ti: cpsw_ale: add cpsw_ale_vlan_del_modify()
` [PATCH net-next 5/8] net: ethernet: ti: am65-cpsw: fix vlan offload for multi mac mode
` [PATCH net-next 6/8] net: ethernet: ti: am65-cpsw: keep active if cpts enabled
` [PATCH net-next 7/8] net: ethernet: ti: am65-cpsw: prepare xmit/rx path for multi-port devices in mac-only mode
` [PATCH net-next 8/8] net: ethernet: ti: am65-cpsw: add multi port support "
KMSAN: uninit-value in batadv_nc_worker
2020-10-01 10:48 UTC (2+ messages)
INFO: rcu detected stall in batadv_nc_worker (3)
2020-10-01 10:46 UTC
WARNING in cfg80211_connect
2020-10-01 10:28 UTC
[PATCH net-next 0/5] implement kthread based napi poll
2020-10-01 10:01 UTC (5+ messages)
` [PATCH net-next 5/5] net: improve napi threaded config
[PATCH net-next v4 resend 0/5] net/ravb: Add support for explicit internal clock delay configuration
2020-10-01 10:10 UTC (6+ messages)
` [PATCH net-next v4 resend 1/5] dt-bindings: net: ethernet-controller: Add internal delay properties
` [PATCH net-next v4 resend 2/5] dt-bindings: net: renesas,ravb: Document internal clock "
` [PATCH net-next v4 resend 3/5] dt-bindings: net: renesas,etheravb: Convert to json-schema
` [PATCH net-next v4 resend 4/5] ravb: Split delay handling in parsing and applying
` [PATCH net-next v4 resend 5/5] ravb: Add support for explicit internal clock delay configuration
Altera TSE driver not working in 100mbps mode
2020-10-01 8:29 UTC (10+ messages)
` "
[PATCH v9 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
2020-10-01 7:54 UTC (8+ messages)
` [PATCH v9 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v9 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v9 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v9 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v9 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v9 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v9 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()
[PATCH net] r8169: fix handling ether_clk
2020-10-01 7:48 UTC (2+ messages)
[Linux-kernel-mentees] [PATCH] net: bluetooth: Fix null pointer dereference in hci_event_packet()
2020-10-01 7:45 UTC (4+ messages)
` "
[PATCH net-next v2 1/7] net: devlink: Add unused port flavour
2020-10-01 7:39 UTC (11+ messages)
[Linux-kernel-mentees][PATCH v2] net: usb: rtl8150: prevent set_ethernet_addr from setting uninit address
2020-10-01 7:32 UTC
[PATCH bpf-next v2 0/4] Sockmap copying
2020-10-01 7:23 UTC (6+ messages)
` [PATCH bpf-next v2 2/4] selftests: bpf: Add helper to compare socket cookies
[PATCH net] r8169: fix data corruption issue on RTL8402
2020-10-01 7:23 UTC
[patch iproute2-next] devlink: Add health reporter test command support
2020-10-01 7:21 UTC
[iproute2-next v2 1/1] devlink: display elapsed time during flash update
2020-10-01 7:17 UTC (2+ messages)
[PATCH v3] Bluetooth: Check for encryption key size on connect
2020-10-01 7:14 UTC (10+ messages)
[PATCH net] ravb: Fix bit fields checking in ravb_hwtstamp_get()
2020-10-01 7:13 UTC (2+ messages)
[PATCH] e1000: do not panic on malformed rx_desc
2020-10-01 7:06 UTC (5+ messages)
` [Intel-wired-lan] "
INFO: task hung in tcf_action_init_1
2020-10-01 6:40 UTC (2+ messages)
[PATCH v5 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
2020-10-01 6:27 UTC (3+ messages)
` [PATCH v5 bpf-next 2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS
dsa/mv88e6xxx: leaking packets on MV88E6341 switch
2020-10-01 6:21 UTC (3+ messages)
RTL8402 stops working after hibernate/resume
2020-10-01 6:14 UTC (22+ messages)
[PATCH bpf-next v7 1/2] bpf: Add bpf_ktime_get_real_ns
2020-10-01 5:35 UTC (3+ messages)
` [PATCH bpf-next v7 2/2] selftests/bpf: Selftest for real time helper
[PATCH bpf v3] bpf: fix "unresolved symbol" build error with resolve_btfids
2020-10-01 5:13 UTC
[PATCH 0/6] Ancillary bus implementation and SOF multi-client support
2020-10-01 5:08 UTC (7+ messages)
` [PATCH 1/6] Add ancillary bus support
` [PATCH 2/6] ASoC: SOF: Introduce descriptors for SOF client
` [PATCH 3/6] ASoC: SOF: Create client driver for IPC test
` [PATCH 4/6] ASoC: SOF: ops: Add ops for client registration
` [PATCH 5/6] ASoC: SOF: Intel: Define "
` [PATCH 6/6] ASoC: SOF: debug: Remove IPC flood test support in SOF core
[pull request][net-next 00/15] mlx5 updates 2020-09-30
2020-10-01 4:33 UTC (16+ messages)
` [net-next 01/15] net/mlx5: DR, Replace the check for valid STE entry
` [net-next 02/15] net/mlx5: DR, Remove unneeded check from source port builder
` [net-next 03/15] net/mlx5: DR, Remove unneeded vlan check from L2 builder
` [net-next 04/15] net/mlx5: DR, Remove unneeded local variable
` [net-next 05/15] net/mlx5: DR, Call ste_builder directly with tag pointer
` [net-next 06/15] net/mlx5: DR, Add support for rule creation with flow source hint
` [net-next 07/15] net/mlx5: E-switch, Use PF num in metadata reg c0
` [net-next 08/15] net/mlx5: E-switch, Add helper to check egress ACL need
` [net-next 09/15] net/mlx5: E-switch, Use helper function to load unload representor
` [net-next 10/15] net/mlx5: E-switch, Move devlink eswitch ports closer to eswitch
` [net-next 11/15] net/mlx5: E-Switch, Support flow source for local vport
` [net-next 12/15] net/mlx5: Use dma device access helper
` [net-next 13/15] net/mlx5: Fix dereference on pointer attr after null check
` [net-next 14/15] net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()
` [net-next 15/15] net/mlx5e: Fix potential null pointer dereference
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).