messages from 2020-08-25 15:38:46 to 2020-08-26 09:51:47 UTC [more...]
[PATCH] net: mdiobus: fix device unregistering in mdiobus_register
2020-08-26 9:51 UTC
[PATCH net-next 0/6] mvneta: introduce XDP multi-buffer support
2020-08-26 9:47 UTC (5+ messages)
` [PATCH net-next 1/6] xdp: introduce mb in xdp_buff/xdp_frame
[PATCH 00/30] Set 3: Rid W=1 warnings in Wireless
2020-08-26 9:34 UTC (31+ messages)
` [PATCH 01/30] wireless: marvell: mwifiex: pcie: Move tables to the only place they're used
` [PATCH 02/30] wireless: broadcom: brcmsmac: ampdu: Remove a couple set but unused variables
` [PATCH 03/30] wireless: intel: iwlegacy: 3945-mac: Remove all non-conformant kernel-doc headers
` [PATCH 04/30] wireless: intel: iwlegacy: 3945-rs: "
` [PATCH 05/30] wireless: intel: iwlegacy: 3945: "
` [PATCH 06/30] wireless: broadcom: brcmfmac: p2p: Fix a couple of function headers
` [PATCH 07/30] wireless: intersil: orinoco_usb: Downgrade non-conforming kernel-doc headers
` [PATCH 08/30] wireless: broadcom: brcmsmac: phy_cmn: Remove a unused variables 'vbat' and 'temp'
` [PATCH 09/30] wireless: zydas: zd1211rw: zd_chip: Fix formatting
` [PATCH 10/30] wireless: zydas: zd1211rw: zd_mac: Add missing or incorrect function documentation
` [PATCH 11/30] wireless: zydas: zd1211rw: zd_chip: Correct misspelled function argument
` [PATCH 12/30] wireless: ath: wil6210: wmi: Correct misnamed function parameter 'ptr_'
` [PATCH 13/30] wireless: broadcom: brcm80211: brcmfmac: fwsignal: Finish documenting 'brcmf_fws_mac_descriptor'
` [PATCH 14/30] wireless: ath: ath6kl: wmi: Remove unused variable 'rate'
` [PATCH 15/30] wireless: ti: wlcore: debugfs: Remove unused variable 'res'
` [PATCH 16/30] wireless: rsi: rsi_91x_sdio: Fix a few kernel-doc related issues
` [PATCH 17/30] wireless: ath: ath9k: ar9002_initvals: Remove unused array 'ar9280PciePhy_clkreq_off_L1_9280'
` [PATCH 18/30] wireless: ath: ath9k: ar9001_initvals: Remove unused array 'ar5416Bank6_9100'
` [PATCH 19/30] wireless: intersil: hostap: hostap_hw: Remove unused variable 'fc'
` [PATCH 20/30] wireless: wl3501_cs: Fix a bunch of formatting issues related to function docs
` [PATCH 21/30] wireless: realtek: rtw88: debug: Remove unused variables 'val'
` [PATCH 22/30] wireless: rsi: rsi_91x_sdio_ops: File headers are not good kernel-doc candidates
` [PATCH 23/30] wireless: intersil: prism54: isl_ioctl: Remove unused variable 'j'
` [PATCH 24/30] wireless: marvell: mwifiex: wmm: Mark 'mwifiex_1d_to_wmm_queue' as __maybe_unused
` [PATCH 25/30] wireless: ath: ath9k: ar5008_initvals: Remove unused table entirely
` [PATCH 26/30] wireless: ath: ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are used
` [PATCH 27/30] wireless: broadcom: brcm80211: phy_lcn: Remove a bunch of unused variables
` [PATCH 28/30] wireless: broadcom: brcm80211: phy_n: "
` [PATCH 29/30] wireless: broadcom: brcm80211: phytbl_lcn: Remove unused array 'dot11lcnphytbl_rx_gain_info_rev1'
` [PATCH 30/30] wireless: broadcom: brcm80211: phytbl_n: Remove a few unused arrays
[PATCH bpf-next v4 00/30] bpf: switch to memcg-based memory accounting
2020-08-26 8:57 UTC (8+ messages)
` [PATCH bpf-next v4 02/30] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v4 03/30] bpf: memcg-based memory accounting for bpf maps
` [bpf] 3ebc0a7f46: BUG:KASAN:use-after-free_in_b
[PATCH v12 bpf-next 00/14] bpf: Add d_path helper
2020-08-26 9:30 UTC (19+ messages)
` [PATCH v12 bpf-next 01/14] tools resolve_btfids: Add size check to get_id function
` [PATCH v12 bpf-next 02/14] tools resolve_btfids: Add support for set symbols
` [PATCH v12 bpf-next 03/14] bpf: Move btf_resolve_size into __btf_resolve_size
` [PATCH v12 bpf-next 04/14] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [PATCH v12 bpf-next 05/14] bpf: Add type_id "
` [PATCH v12 bpf-next 06/14] bpf: Remove recursion call in btf_struct_access
` [PATCH v12 bpf-next 07/14] bpf: Factor btf_struct_access function
` [PATCH v12 bpf-next 08/14] bpf: Add btf_struct_ids_match function
` [PATCH v12 bpf-next 09/14] bpf: Add BTF_SET_START/END macros
` [PATCH v12 bpf-next 10/14] bpf: Add d_path helper
` [PATCH v12 bpf-next 11/14] bpf: Update .BTF_ids section in btf.rst with sets info
` [PATCH v12 bpf-next 12/14] selftests/bpf: Add verifier test for d_path helper
` [PATCH v12 bpf-next 13/14] selftests/bpf: Add "
` [PATCH v12 bpf-next 14/14] selftests/bpf: Add set test to resolve_btfids
[PATCH bpf-next v3 0/4] bpf: verifier: use target program's type for access verifications
2020-08-26 9:26 UTC (7+ messages)
` [PATCH bpf-next v3 1/4] "
` [PATCH bpf-next v3 2/4] selftests/bpf: add test for freplace program with write access
` [PATCH bpf-next v3 3/4] selftests/bpf: test for checking return code for the extended prog
` [PATCH bpf-next v3 4/4] selftests/bpf: test for map update access from within EXT programs
[PATCH][next] selftests/bpf: fix spelling mistake "scoket" -> "socket"
2020-08-26 8:59 UTC
[bpf] eda7ef0c7b: canonical_address#:#[##]
2020-08-26 8:57 UTC
ethernet-phy-ieee802.3-c22 binding and reset-gpios
2020-08-26 8:58 UTC (3+ messages)
WARNING: ODEBUG bug in __do_softirq
2020-08-26 8:54 UTC (2+ messages)
[PATCH ipsec] xfrmi: drop ignore_df check before updating pmtu
2020-08-26 8:40 UTC (6+ messages)
[net-next v5 0/6] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
2020-08-26 8:17 UTC (5+ messages)
` [net-next v5 1/6] net: marvell: prestera: Add driver for Prestera family ASIC devices
[PATCH bpf-next] libbpf: Fix unintentional success return code in bpf_object__load
2020-08-26 7:55 UTC
[RFC 0/3] staging: qlge: Re-writing the debugging features
2020-08-26 7:52 UTC (2+ messages)
[PATCH net-next] gtp: add notification mechnism
2020-08-26 7:47 UTC (4+ messages)
` [PATCH net-next v2] gtp: add notification mechanism
[PATCH v2 0/6] xfrm: Add compat layer
2020-08-26 7:19 UTC (9+ messages)
` [PATCH v2 1/6] xfrm/compat: Add 64=>32-bit messages translator
` [PATCH v2 2/6] xfrm/compat: Attach xfrm dumps to 64=>32 bit translator
` [PATCH v2 3/6] netlink/compat: Append NLMSG_DONE/extack to frag_list
` [PATCH v2 4/6] xfrm/compat: Add 32=>64-bit messages translator
` [PATCH v2 5/6] xfrm/compat: Translate 32-bit user_policy from sockptr
` [PATCH v2 6/6] selftest/net/xfrm: Add test for ipsec tunnel
[PATCH 1/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
2020-08-26 7:13 UTC (15+ messages)
` [PATCH 2/3] ARM: dts: Add ethernet
` [PATCH 3/3] ARM: defconfig: Enable ax88796c driver
[PATCH net-next v3 0/3] net: openvswitch: improve codes
2020-08-26 7:09 UTC (5+ messages)
` [PATCH net-next v3 1/3] net: openvswitch: improve coding style
[PATCH] net: cdc_ncm: Fix build error
2020-08-26 7:03 UTC (2+ messages)
[PATCH] Revert "wlcore: Adding suppoprt for IGTK key in wlcore driver"
2020-08-26 5:49 UTC
[PATCH] net: hns3: Fix for geneve tx checksum bug
2020-08-26 5:11 UTC
[PATCH net 0/8] bnxt_en: Bug fixes
2020-08-26 5:08 UTC (9+ messages)
` [PATCH net 1/8] bnxt_en: Don't query FW when netif_running() is false
` [PATCH net 2/8] bnxt_en: Check for zero dir entries in NVRAM
` [PATCH net 3/8] bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled
` [PATCH net 4/8] bnxt_en: Fix PCI AER error recovery flow
` [PATCH net 5/8] bnxt_en: Fix possible crash in bnxt_fw_reset_task()
` [PATCH net 6/8] bnxt_en: fix HWRM error when querying VF temperature
` [PATCH net 7/8] bnxt_en: init RSS table for Minimal-Static VF reservation
` [PATCH net 8/8] bnxt_en: Setup default RSS map in all scenarios
[PATCH v2] net: dp83869: Fix RGMII internal delay configuration
2020-08-26 5:00 UTC
[PATCH v3 0/2] Add Ethernet support for Intel Keem Bay SoC
2020-08-26 4:33 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: net: Add bindings for Intel Keem Bay
` [PATCH v3 2/2] net: stmmac: Add dwmac-intel-plat for GBE driver
[PATCH net-next 0/3] devlink show controller info
2020-08-26 4:27 UTC (4+ messages)
` [PATCH net-next 2/3] devlink: Consider other controller while building phys_port_name
expects argument of type 'size_t', but argument 5 has type 'Elf64_Xword
2020-08-26 3:18 UTC (2+ messages)
[PATCH] ptp: ptp_ines: Remove redundant null check
2020-08-26 3:12 UTC
[PATCH bpf-next] libbpf: fix compilation warnings for 64-bit printf args
2020-08-26 3:09 UTC
[PATCH net] drivers/net/wan/lapbether: Set network_header before transmitting
2020-08-26 3:03 UTC
[net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-13
2020-08-26 2:53 UTC (16+ messages)
` [net-next 1/5] ice: add the virtchnl handler for AdminQ command
Recall: [net-next 1/5] ice: add the virtchnl handler for AdminQ command
2020-08-26 2:52 UTC
Packet gets stuck in NOLOCK pfifo_fast qdisc
2020-08-26 2:38 UTC (12+ messages)
START UP FUNDS
2020-08-25 23:18 UTC
[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
2020-08-26 1:51 UTC (13+ messages)
` [PATCH] block: "
[PATCHv2 next] net: add option to not create fall-back tunnels in root-ns as well
2020-08-26 1:49 UTC (5+ messages)
[PATCH net v3] ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
2020-08-26 1:14 UTC (3+ messages)
[PATCH net-next 00/18] GVE Driver v1.1.0 Features
2020-08-26 0:53 UTC (10+ messages)
` [PATCH net-next 05/18] gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags
` [PATCH net-next 07/18] gve: Use link status register to report link status
[net-next v5 1/2] seg6: inherit DSCP of inner IPv4 packets
2020-08-26 0:45 UTC (4+ messages)
[PATCH] rtw88: pci: Power cycle device during shutdown
2020-08-26 0:27 UTC (2+ messages)
[PATCH 0/2] Bluetooth: Report extended adv capabilities to userspace
2020-08-25 23:31 UTC (3+ messages)
` [PATCH 1/2] bluetooth: Report num supported adv instances for hw offloading
` [PATCH 2/2] bluetooth: Add MGMT capability flags for tx power and ext advertising
[PATCH net] mptcp: free acked data before waiting for more memory
2020-08-25 23:31 UTC
linux-next: build failure after merge of the bpf-next tree
2020-08-25 23:09 UTC (10+ messages)
[PATCH v1] net: phy: leds: Deduplicate link LED trigger registration
2020-08-25 22:59 UTC (2+ messages)
[PATCH] staging: qlge: fix build breakage with dumping enabled
2020-08-25 22:37 UTC (4+ messages)
[PATCH v3 0/8] Hirschmann Hellcreek DSA driver
2020-08-25 22:28 UTC (19+ messages)
` [PATCH v3 5/8] net: dsa: hellcreek: Add TAPRIO offloading support
` [PATCH v3 8/8] dt-bindings: net: dsa: Add documentation for Hellcreek switches
[PATCH 00/28] Rid W=1 warnings in Wireless
2020-08-25 20:56 UTC (3+ messages)
` [PATCH 21/28] wireless: ath: wil6210: debugfs: Fix a couple of formatting issues in 'wil6210_debugfs_init'
[PATCH 00/49] DRM driver for Hikey 970
2020-08-25 20:21 UTC (9+ messages)
[PATCH net] mwifiex: Increase AES key storage size to 256 bits
2020-08-25 20:18 UTC (5+ messages)
[PATCH net-next 0/2] devlink fixes for port and reporter field access
2020-08-25 20:10 UTC (3+ messages)
[PATCH] net: dp83869: Fix RGMII internal delay configuration
2020-08-25 19:57 UTC (3+ messages)
[PATCH net-next v2 0/7] net-next: dsa: mt7530: add support for MT7531
2020-08-25 19:43 UTC (3+ messages)
` [PATCH net-next v2 4/7] dt-bindings: net: dsa: add new MT7531 binding to support MT7531
[PATCH] net: sunrpc: delete repeated words
2020-08-25 19:08 UTC (2+ messages)
[PATCH bpf-next 0/3] bpf: add MPTCP subflow support
2020-08-25 18:55 UTC (3+ messages)
Fw: [Bug 209037] New: lec_seq_next does not update index position
2020-08-25 17:52 UTC
[PATCH net v3 0/3] Avoid premature Rx buffer reuse for XDP_REDIRECT
2020-08-25 17:40 UTC (5+ messages)
` [PATCH net v3 1/3] i40e: avoid premature Rx buffer reuse
` [PATCH net v3 2/3] ixgbe: "
` [PATCH net v3 3/3] ice: "
[PATCH net-next v1] taprio: Fix using wrong queues in gate mask
2020-08-25 17:44 UTC
[PATCH net v2 0/3] Avoid premature Rx buffer reuse for XDP_REDIRECT
2020-08-25 17:14 UTC (4+ messages)
` [PATCH net v2 3/3] ice: avoid premature Rx buffer reuse
general protection fault in addrconf_notify
2020-08-25 17:13 UTC
[PATCH net v2] ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
2020-08-25 17:08 UTC (2+ messages)
[PATCH v3 1/2] net: add support for threaded NAPI polling
2020-08-25 16:38 UTC (2+ messages)
[net v3 PATCH] net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid()
2020-08-25 16:36 UTC (2+ messages)
[RFC PATCH net-next 0/2] Granular VF Trust Flags for SR-IOV
2020-08-25 16:31 UTC (2+ messages)
[net-next v5 2/2] seg6: Add documentation for seg6_inherit_inner_ipv4_dscp sysctl
2020-08-25 16:23 UTC (4+ messages)
[net-next v5 2/2] seg6: Add documentation for seg6_inherit_inner_ipv4_dscp sysctl
2020-08-25 15:58 UTC
[net v3 PATCH 1/2] net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host port
2020-08-25 15:51 UTC (4+ messages)
` [net v3 PATCH 2/2] net: ethernet: ti: cpsw_new: "
[PATCH] net: usb: Fix uninit-was-stored issue in asix_read_cmd()
2020-08-25 15:44 UTC (10+ 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).