Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH v2 00/17] RDMA: Improve use of umem in DMA drivers
 2020-09-09 18:38 UTC  (2+ messages)

[PATCH v2 00/20] ethernet: convert tasklets to use new
 2020-09-09 18:36 UTC  (10+ messages)
` [PATCH v2 01/20] ethernet: alteon: convert tasklets to use new tasklet_setup() API
` [PATCH v2 02/20] ethernet: amd: "
` [PATCH v2 07/20] ethernet: dlink: "
` [PATCH v2 16/20] ethernet: netronome: "

pull-request: wireless-drivers-2020-09-09
 2020-09-09 18:34 UTC  (2+ messages)

[PATCH net-next 0/4] Some VLAN handling cleanup in DSA
 2020-09-09 18:34 UTC  (9+ messages)
` [PATCH net-next 4/4] net: dsa: set configure_vlan_while_not_filtering to true by default

[PATCH net 0/2] wireguard fixes for 5.9-rc5
 2020-09-09 18:33 UTC  (4+ messages)
` [PATCH net 1/2] wireguard: noise: take lock when removing handshake entry from table
` [PATCH net 2/2] wireguard: peerlookup: take lock before checking hash in replace operation

[PATCH net-next + leds v2 0/7] PLEASE REVIEW: Add support for LEDs on Marvell PHYs
 2020-09-09 18:33 UTC  (12+ messages)
` [PATCH net-next + leds v2 1/7] dt-bindings: leds: document binding for HW controlled LEDs
` [PATCH net-next + leds v2 2/7] leds: add generic API for LEDs that can be controlled by hardware
` [PATCH net-next + leds v2 3/7] net: phy: add simple incrementing phyindex member to phy_device struct
` [PATCH net-next + leds v2 4/7] dt-bindings: net: ethernet-phy: add description for PHY LEDs
` [PATCH net-next + leds v2 5/7] net: phy: add support for LEDs controlled by ethernet PHY chips
` [PATCH net-next + leds v2 6/7] net: phy: marvell: add support for LEDs controlled by Marvell PHYs
` [PATCH net-next + mvebu v2 7/7] arm64: dts: armada-3720-turris-mox: add nodes for ethernet PHY LEDs

[PATCH net-next] cxgb4/ch_ipsec: Registering xfrmdev_ops with cxgb4
 2020-09-09 18:30 UTC  (3+ messages)

[PATCH bpf-next] perf: stop using deprecated bpf_program__title()
 2020-09-09 18:29 UTC  (3+ messages)

[PATCH v3 0/4] ksz9477 dsa switch driver improvements
 2020-09-09 18:26 UTC  (6+ messages)
` [PATCH v3 1/4] net: dsa: microchip: Make switch detection more informative
` [PATCH v3 2/4] net: dsa: microchip: Improve phy mode message
` [PATCH v3 3/4] net: dsa: microchip: Disable RGMII in-band status on KSZ9893
` [PATCH v3 4/4] net: dsa: microchip: Implement recommended reset timing

[PATCH 3/3 nf] selftests: netfilter: remove unused cnt and simplify command testing
 2020-09-09 18:26 UTC 

[PATCH bpf-next v3] selftests/bpf: fix test_sysctl_loop{1,2} failure due to clang change
 2020-09-09 18:26 UTC  (3+ messages)

[PATCH 2/3 nf] selftests: netfilter: fix nft_meta.sh error reporting
 2020-09-09 18:26 UTC 

[PATCH 1/3 nf] selftests: netfilter: add cpu counter check
 2020-09-09 18:25 UTC 

[PATCH bpf-next v4 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-09-09 18:24 UTC  (6+ messages)
` [PATCH bpf-next v4 1/5] bpf: Mutex protect used_maps array and count
` [PATCH bpf-next v4 2/5] bpf: Add BPF_PROG_BIND_MAP syscall
` [PATCH bpf-next v4 3/5] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section
` [PATCH bpf-next v4 4/5] bpftool: support dumping metadata
` [PATCH bpf-next v4 5/5] selftests/bpf: Test load and dump metadata with btftool and skel

[PATCH 00/13] Netfilter updates for net-next
 2020-09-09 18:21 UTC  (15+ messages)
` [PATCH 01/13] netfilter: ip6t_NPT: rewrite addresses in ICMPv6 original packet
` [PATCH 02/13] ipvs: Fix uninit-value in do_ip_vs_set_ctl()
` [PATCH 03/13] netfilter: nf_tables: add userdata attributes to nft_table
` [PATCH 04/13] netfilter: conntrack: do not increment two error counters at same time
` [PATCH 05/13] netfilter: conntrack: remove ignore stats
` [PATCH 06/13] netfilter: conntrack: add clash resolution stat counter
` [PATCH 07/13] netfilter: conntrack: remove unneeded nf_ct_put
` [PATCH 08/13] netfilter: xt_HMARK: Use ip_is_fragment() helper
` [PATCH 09/13] netfilter: nft_socket: add wildcard support
` [PATCH 10/13] ipvs: remove dependency on ip6_tables
` [PATCH 11/13] netfilter: ebt_stp: Remove unused macro BPDU_TYPE_TCN
` [PATCH 12/13] selftests/net: replace obsolete NFT_CHAIN configuration
` [PATCH 13/13] netfilter: nf_tables: add userdata support for nft_object

[PATCH net-next v2] net: dsa: b53: Report VLAN table occupancy via devlink
 2020-09-09 18:19 UTC  (2+ messages)

[PATCH] hsr: avoid newline at end of message in NL_SET_ERR_MSG_MOD
 2020-09-09 18:16 UTC  (2+ messages)

[PATCH net-next 0/4] tcp: increase flexibility of EBPF congestion control initialization
 2020-09-09 18:15 UTC  (5+ messages)
` [PATCH net-next 1/4] tcp: only init congestion control if not initialized already
` [PATCH net-next 2/4] tcp: simplify EBPF TCP_CONGESTION to always init CC
` [PATCH net-next 3/4] tcp: simplify tcp_set_congestion_control(): always reinitialize
` [PATCH net-next 4/4] tcp: simplify _bpf_setsockopt(): remove flags argument

[PATCH net-next v4 0/6] Marvell PP2.2 PTP support
 2020-09-09 18:11 UTC  (8+ messages)
` [PATCH net-next v4 1/6] net: mvpp2: restructure "link status" interrupt handling
` [PATCH net-next v4 2/6] net: mvpp2: rename mis-named "link status" interrupt
` [PATCH net-next v4 3/6] net: mvpp2: check first level interrupt status registers
` [PATCH net-next v4 4/6] net: mvpp2: ptp: add TAI support
` [PATCH net-next v4 5/6] net: mvpp2: ptp: add support for receive timestamping
` [PATCH net-next v4 6/6] net: mvpp2: ptp: add support for transmit timestamping

[PATCH net] ibmvnic: add missing parenthesis in do_reset()
 2020-09-09 18:10 UTC  (3+ messages)

[PATCH net 0/2] net: skb_put_padto() fixes
 2020-09-09 18:05 UTC  (5+ messages)
` [PATCH net 1/2] net: qrtr: check skb_put_padto() return value

[PATCH V3 net-next 0/4] Enhance current features in ena driver
 2020-09-09 18:02 UTC  (4+ messages)
` [PATCH V3 net-next 4/4] net: ena: xdp: add queue counters for xdp actions

[PATCH net-next v3 0/6] Marvell PP2.2 PTP support
 2020-09-09 18:00 UTC  (3+ messages)
` [PATCH net-next v3 7/7] net: mvpp2: ptp: add support for transmit timestamping

[PATCH v3 net-next 0/2] ionic: add devlink dev flash support
 2020-09-09 17:58 UTC  (6+ messages)
` [PATCH v3 net-next 2/2] ionic: add devlink firmware update

[PATCH net-next] net: dsa: b53: Report VLAN table occupancy via devlink
 2020-09-09 17:53 UTC  (4+ messages)

[PATCH v3 net 0/3] net: qed disable aRFS in NPAR and 100G
 2020-09-09 17:43 UTC  (4+ messages)
` [PATCH v3 net 1/3] net: qed: Disable aRFS for "
` [PATCH v3 net 2/3] net: qede: "
` [PATCH v3 net 3/3] net: qed: RDMA personality shouldn't fail VF load

[PATCH net-next 0/3] netpoll: make sure napi_list is safe for RCU traversal
 2020-09-09 17:37 UTC  (4+ messages)
` [PATCH net-next 1/3] net: remove napi_hash_del() from driver-facing API
` [PATCH net-next 2/3] net: manage napi add/del idempotence explicitly
` [PATCH net-next 3/3] net: make sure napi_list is safe for RCU traversal

[PATCH] vhost: new vhost_vdpa SET/GET_BACKEND_FEATURES handlers
 2020-09-09 17:23 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: fix test_sysctl_loop{1,2} failure due to clang change
 2020-09-09 17:10 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] tools: bpftool: support creating outer maps
 2020-09-09 16:59 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] tools: bpftool: clean up function to dump map entry

[PATCH bpf-next v2 0/2] bpf: detect build errors for man pages for bpftool and eBPF helpers
 2020-09-09 16:52 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] tools: bpftool: log info-level messages when building bpftool man pages
` [PATCH bpf-next v2 2/2] selftests, bpftool: add bpftool (and eBPF helpers) documentation build

[PATCH net-next v2 0/9] net: ethernet: ti: ale: add static configuration
 2020-09-09 16:51 UTC  (4+ messages)
` [PATCH net-next v2 2/9] "

[PATCH bpf-next v3 0/3] tools: bpftool: print built-in features, automate some of the documentation
 2020-09-09 16:50 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] tools: bpftool: print optional built-in features along with version
` [PATCH bpf-next v3 2/3] tools: bpftool: include common options from separate file
` [PATCH bpf-next v3 3/3] tools: bpftool: automate generation for "SEE ALSO" sections in man pages

[PATCH] drivers/net/ethernet: fix a typo for stmmac_pltfr_suspend
 2020-09-09 16:35 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] Allow storage of flexible metadata information for eBPF programs
 2020-09-09 16:34 UTC  (9+ messages)
` [PATCH bpf-next v3 3/8] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section

[PATCH] net/netfilter: fix a typo for nf_conntrack_proto_dccp.c
 2020-09-09 16:34 UTC  (2+ messages)

[PATCH net-next 0/1] Support for VLAN interface over HSR/PRP
 2020-09-09 16:08 UTC  (7+ messages)

[PATCH bpf-next 1/2] bpf: Fix context type resolving for extension programs
 2020-09-09 15:54 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Adding test for arg dereference in extension trace

INFO: rcu detected stall in cleanup_net (4)
 2020-09-09 15:52 UTC  (2+ messages)

[PATCH v3 0/5] SMSC: Cleanups and clock setup
 2020-09-09 15:43 UTC  (7+ messages)
` [PATCH v3 1/5] net: phy: smsc: skip ENERGYON interrupt if disabled
` [PATCH v3 2/5] net: phy: smsc: simplify config_init callback
` [PATCH v3 3/5] dt-bindings: net: phy: smsc: document reference clock
` [PATCH v3 4/5] net: phy: smsc: LAN8710/20: add phy refclk in support
` [PATCH v3 5/5] net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flag

[PATCH] vhost-vdpa: fix memory leak in error path
 2020-09-09 15:41 UTC 

[PATCH bpf-next 0/6] xsk: exit NAPI loop when AF_XDP Rx ring is full
 2020-09-09 15:37 UTC  (4+ messages)

[PATCH net-next 0/3] devlink show controller info
 2020-09-09 15:34 UTC  (3+ messages)
` [PATCH net-next v3 0/6] devlink show controller number

[RFC] [PATCH v1 0/3] isolation: limit msix vectors based on housekeeping CPUs
 2020-09-09 15:08 UTC  (4+ messages)
` [RFC][Patch v1 1/3] sched/isolation: API to get num of hosekeeping CPUs
` [RFC][Patch v1 2/3] i40e: limit msix vectors based on housekeeping CPUs
` [RFC][Patch v1 3/3] PCI: Limit pci_alloc_irq_vectors as per "

[MPTCP][PATCH v2 net 0/2] mptcp: fix subflow's local_id/remote_id issues
 2020-09-09 14:39 UTC  (5+ messages)
` [MPTCP][PATCH v2 net 1/2] mptcp: fix subflow's local_id issues
` [MPTCP][PATCH v2 net 2/2] mptcp: fix subflow's remote_id issues

[PATCH] block: remove redundant empty check of mq_list
 2020-09-09 14:21 UTC  (2+ messages)

[PATCH 01/32] wireless: marvell: mwifiex: sdio: Move 'static const struct's into their own header file
 2020-09-09 14:17 UTC  (3+ messages)

[PATCH net-next v7 0/6] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX3255 (AC3x)
 2020-09-09 14:17 UTC  (10+ messages)
` [PATCH net-next v7 1/6] net: marvell: prestera: Add driver for Prestera family ASIC devices

[PATCH net-next] net: stmmac: dwmac-intel-plat: remove redundant null check before clk_disable_unprepare()
 2020-09-09 14:09 UTC 

[PATCH net-next] net: pxa168_eth: remove redundant null check before clk_disable_unprepare()
 2020-09-09 14:06 UTC 

[PATCH] rtw88: pci: Power cycle device during shutdown
 2020-09-09 14:00 UTC  (3+ messages)

[PATCH v4 bpf-next 0/5] BPF ring buffer
 2020-09-09 14:00 UTC  (4+ messages)
` [PATCH v4 bpf-next 5/5] docs/bpf: add BPF ring buffer design notes

[PATCH] qtnfmac: Remove unused macro QTNF_DMP_MAX_LEN
 2020-09-09 13:59 UTC 

[PATCH] wlcore: Remove unused macro WL1271_SUSPEND_SLEEP
 2020-09-09 13:59 UTC 

[PATCH] ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZ
 2020-09-09 13:58 UTC 

[PATCH net-next] i40e: remove redundant assigment
 2020-09-09 13:56 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v1 net-next] net: phy: mchp: Add support for LAN8814 QUAD PHY
 2020-09-09 13:51 UTC  (2+ messages)

[PATCH v2] net: phy: call phy_disable_interrupts() in phy_attach_direct() instead
 2020-09-09 13:46 UTC  (4+ messages)

[PATCH] ath11k: Remove unused inline function htt_htt_stats_debug_dump()
 2020-09-09 13:45 UTC 

[PATCH net-next 0/5] net: ipa: wake up system on RX available
 2020-09-09 13:43 UTC  (4+ messages)
` [PATCH net-next 1/5] net: ipa: use atomic exchange for suspend reference

[PATCH net-next RFC v3 00/14] Add devlink reload action option
 2020-09-09 13:27 UTC  (13+ messages)
` [PATCH net-next RFC v3 01/14] devlink: Add reload action option to devlink reload command

[PATCH net-next] net: cavium: Fix a bunch of kerneldoc parameter issues
 2020-09-09 13:21 UTC 

[PATCH net-next] ath5k: fix 'mode' kernel-doc warning in ath5k_hw_pcu_init()
 2020-09-09 13:18 UTC 

[PATCH net-next 1/1] net: usb: qmi_wwan: add default rx_urb_size
 2020-09-09 12:49 UTC  (5+ messages)
` 答复: "

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

[RFT net] net: ipa: fix u32_replace_bits by u32p_xxx version
 2020-09-09 12:04 UTC  (4+ messages)

[PATCH v2 0/2] To support the HFP WBS, a chip vendor may choose a particular
 2020-09-09 11:11 UTC  (5+ messages)
` [PATCH v2 1/2] Bluetooth: btusb: define HCI packet sizes of USB Alts
` [PATCH v2 2/2] Bluetooth: sco: expose WBS packet length in socket option

[PATCH][next] mt7601u: Use fallthrough pseudo-keyword
 2020-09-09 11:00 UTC  (2+ messages)

KMSAN: uninit-value in skb_release_data (3)
 2020-09-09  9:58 UTC 

general protection fault in skb_release_data (2)
 2020-09-09  9:58 UTC 

[PATCH] net: wireless: fix unmet direct dependendices config warning when !CRYPTO
 2020-09-09  9:54 UTC 

[PATCH v2 net] hdlc_ppp: add range checks in ppp_cp_parse_cr()
 2020-09-09  9:46 UTC 

[net-next] net: iavf: Use the ARRAY_SIZE macro for aq_to_posix
 2020-09-09  9:38 UTC  (3+ messages)

[PATCH] vhost_vdpa: remove unnecessary spin_lock in vhost_vring_call
 2020-09-09  9:04 UTC  (2+ messages)

[PATCH net-next v2 0/3] Allow more than 255 IPv4 multicast interfaces
 2020-09-09  8:51 UTC  (3+ messages)
` [PATCH net-next v2 3/3] ipmr: Use full VIF ID in netlink cache reports

memory leak in mgmt_cmd_status
 2020-09-09  8:49 UTC 

[net-next] net: i40e: Use the ARRAY_SIZE macro for aq_to_posix
 2020-09-09  8:45 UTC 

page:  |  | latest

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