netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-21 21:37:52 to 2020-12-22 22:08:25 UTC [more...]

kernel BUG at lib/string.c:LINE! (6)
 2020-12-22 22:07 UTC  (3+ messages)

[PATCH net] net: dcb: Validate netlink message in DCB handler
 2020-12-22 21:49 UTC 

[PATCH v3 00/24] wfx: get out from the staging area
 2020-12-22 21:19 UTC  (21+ messages)
` [PATCH v3 01/24] mmc: sdio: add SDIO IDs for Silabs WF200 chip
` [PATCH v3 03/24] wfx: add Makefile/Kconfig
` [PATCH v3 05/24] wfx: add main.c/main.h
` [PATCH v3 09/24] wfx: add hwio.c/hwio.h
` [PATCH v3 12/24] wfx: add hif_api_*.h
` [PATCH v3 18/24] wfx: add data_tx.c/data_tx.h

[PATCH v5 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2020-12-22 21:09 UTC  (3+ messages)
` [PATCH v5 bpf-next 1/2] net: xdp: introduce xdp_init_buff utility routine
` [PATCH v5 bpf-next 2/2] net: xdp: introduce xdp_prepare_buff "

[Aspeed, v1 0/1] net: ftgmac100: Change the order of getting MAC address
 2020-12-22 21:00 UTC  (8+ messages)
` [Aspeed, v1 1/1] "
  ` [Aspeed, v2 0/2] "
  ` [Aspeed, v2 1/2] "
  ` [Aspeed, v2 2/2] "

[PATCH v10 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-12-22 20:26 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: work-around EBUSY errors from hashmap update/delete
 2020-12-22 19:53 UTC 

[PATCH bpf-next 0/2] bpf: misc performance improvements for cgroup hooks
 2020-12-22 19:11 UTC  (10+ messages)
` [PATCH bpf-next 1/2] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next 2/2] bpf: split cgroup_bpf_enabled per attach type

[PATCH bpf-next V10 0/7] bpf: New approach for BPF MTU handling
 2020-12-22 18:58 UTC  (9+ messages)
` [PATCH bpf-next V10 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V10 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V10 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V10 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V10 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V10 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V10 7/7] bpf/selftests: tests using bpf_check_mtu BPF-helper

[PATCH] net/ncsi: Use real net-device for response handler
 2020-12-22 18:38 UTC  (3+ messages)

[PATCH 00/12 v2 RFC] Generic zcopy_* functions
 2020-12-22 18:29 UTC  (28+ messages)
` [PATCH 01/12 v2 RFC] net: group skb_shinfo zerocopy related bits together
` [PATCH 02/12 v2 RFC] skbuff: remove unused skb_zcopy_abort function
` [PATCH 03/12 v2 RFC] skbuff: simplify sock_zerocopy_put
` [PATCH 04/12 v2 RFC] skbuff: Push status and refcounts into sock_zerocopy_callback
` [PATCH 05/12 v2 RFC] skbuff: replace sock_zerocopy_put() with skb_zcopy_put()
` [PATCH 06/12 v2 RFC] skbuff: replace sock_zerocopy_get with skb_zcopy_get
` [PATCH 07/12 v2 RFC] skbuff: Add skb parameter to the ubuf zerocopy callback
` [PATCH 08/12 v2 RFC] skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort
` [PATCH 09/12 v2 RFC] skbuff: add zc_flags to ubuf_info for ubuf setup
` [PATCH 10/12 v2 RFC] tap/tun: use skb_zcopy_set() instead of open coded assignment
` [PATCH 11/12 v2 RFC] skbuff: Call skb_zcopy_clear() before unref'ing fragments
` [PATCH 12/12 v2 RFC] skbuff: rename sock_zerocopy_* to msg_zerocopy_*

[PATCH net 0/3] net: ipa: GSI interrupt handling fixes
 2020-12-22 18:00 UTC  (4+ messages)
` [PATCH net 1/3] net: ipa: clear pending interrupts before enabling
` [PATCH net 2/3] net: ipa: use state to determine channel command success
` [PATCH net 3/3] net: ipa: use state to determine event ring "

[RFC PATCH v2 0/8] Adding the Sparx5 Switch Driver
 2020-12-22 16:56 UTC  (19+ messages)
` [RFC PATCH v2 1/8] dt-bindings: net: sparx5: Add sparx5-switch bindings
` [RFC PATCH v2 2/8] net: sparx5: add the basic sparx5 driver
` [RFC PATCH v2 3/8] net: sparx5: add hostmode with phylink support
` [RFC PATCH v2 4/8] net: sparx5: add port module support

pull-request: wireless-drivers-2020-12-22
 2020-12-22 16:37 UTC 

[PATCH v2] net: neighbor: fix a crash caused by mod zero
 2020-12-22 16:34 UTC  (3+ messages)
` [PATCH v3] "

[PATCH net] net: ipa: fix interconnect enable bug
 2020-12-22 16:18 UTC  (2+ messages)

[PATCH net v2 0/3] net-sysfs: fix race conditions in the xps code
 2020-12-22 16:12 UTC  (8+ messages)
` [PATCH net v2 1/3] net: fix race conditions in xps by locking the maps and dev->tc_num
` [PATCH net v2 2/3] net: move the xps cpus retrieval out of net-sysfs

[PATCH net-next v1] stmmac: intel: Add PCI IDs for TGL-H platform
 2020-12-22 16:03 UTC 

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2020-12-22 15:44 UTC  (15+ messages)
` [RFC v2 01/13] mm: export zap_page_range() for driver use
` [RFC v2 02/13] eventfd: track eventfd_signal() recursion depth separately in different cases
` [RFC v2 03/13] eventfd: Increase the recursion depth of eventfd_signal()
` [RFC v2 04/13] vdpa: Remove the restriction that only supports virtio-net devices
` [RFC v2 05/13] vdpa: Pass the netlink attributes to ops.dev_add()
` [RFC v2 06/13] vduse: Introduce VDUSE - vDPA Device in Userspace
` [RFC v2 07/13] vduse: support get/set virtqueue state
` [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops
` [RFC v2 09/13] vduse: Add support for processing vhost iotlb message
` [RFC v2 10/13] vduse: grab the module's references until there is no vduse device
` [RFC v2 11/13] vduse/iova_domain: Support reclaiming bounce pages
` [RFC v2 12/13] vduse: Add memory shrinker to reclaim "
` [RFC v2 13/13] vduse: Introduce a workqueue for irq injection

[PATCH bpf-next V9 0/7] bpf: New approach for BPF MTU handling
 2020-12-22 15:30 UTC  (4+ messages)
` [PATCH bpf-next V9 7/7] bpf/selftests: tests using bpf_check_mtu BPF-helper

[PATCH -next] scsi: megaraid: Remove unnecessary memset
 2020-12-22 14:33 UTC  (2+ messages)

[PATCH net v2 0/2] fixes for vhost_net
 2020-12-22 14:24 UTC  (5+ messages)
` [PATCH net v2 2/2] vhost_net: fix high cpu load when sendmsg fails

Reporting SFP presence status
 2020-12-22 14:22 UTC  (4+ messages)

[PATCH v3] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2020-12-22 13:59 UTC  (2+ messages)

[PATCH wireless v3 -next] brcmfmac: Delete useless kfree code
 2020-12-22 13:51 UTC 

[RFC PATCH v2 net-next 00/15] tag_8021q for Ocelot switches
 2020-12-22 13:44 UTC  (16+ messages)
` [RFC PATCH v2 net-next 01/15] net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLAN
` [RFC PATCH v2 net-next 02/15] net: mscc: ocelot: export VCAP structures to include/soc/mscc
` [RFC PATCH v2 net-next 03/15] net: mscc: ocelot: store a namespaced VCAP filter ID
` [RFC PATCH v2 net-next 04/15] net: dsa: felix: add new VLAN-based tagger
` [RFC PATCH v2 net-next 05/15] net: mscc: ocelot: stop returning IRQ_NONE in ocelot_xtr_irq_handler
` [RFC PATCH v2 net-next 06/15] net: mscc: ocelot: only drain extraction queue on error
` [RFC PATCH v2 net-next 07/15] net: mscc: ocelot: just flush the CPU extraction group "
` [RFC PATCH v2 net-next 08/15] net: mscc: ocelot: better error handling in ocelot_xtr_irq_handler
` [RFC PATCH v2 net-next 09/15] net: mscc: ocelot: use DIV_ROUND_UP helper in ocelot_port_inject_frame
` [RFC PATCH v2 net-next 10/15] net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmit
` [RFC PATCH v2 net-next 11/15] net: mscc: ocelot: export struct ocelot_frame_info
` [RFC PATCH v2 net-next 12/15] net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_poll
` [RFC PATCH v2 net-next 13/15] net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021q
` [RFC PATCH v2 net-next 14/15] net: dsa: felix: use promisc on master for PTP with tag_8021q
` [RFC PATCH net-next 15/15] net: dsa: tag_ocelot_8021q: add support for PTP timestamping

[PATCH -next] scsi: megaraid: Remove unnecessary memset
 2020-12-22 13:34 UTC 

[PATCH net-next] net: tipc: Replace expression with offsetof()
 2020-12-22 13:34 UTC 

[PATCH] dt-bindings: net: qcom,ipa: Drop unnecessary type ref on 'memory-region'
 2020-12-22 13:32 UTC  (2+ messages)

[PATCH V5 0/5] can: flexcan: add stop mode support for i.MX8QM
 2020-12-22 12:33 UTC  (4+ messages)

[PATCH] rtw88: coex: remove useless if and else
 2020-12-22 12:28 UTC 

[PATCH v3 0/5] MSFT offloading support for advertisement monitor
 2020-12-22 10:27 UTC  (6+ messages)
` [PATCH v3 4/5] Bluetooth: advmon offload MSFT handle controller reset

[PATCH v5 0/5] MSFT offloading support for advertisement monitor
 2020-12-22 10:26 UTC  (6+ messages)
` [PATCH v5 1/5] Bluetooth: advmon offload MSFT add rssi support
` [PATCH v5 2/5] Bluetooth: advmon offload MSFT add monitor
` [PATCH v5 3/5] Bluetooth: advmon offload MSFT remove monitor
` [PATCH v5 4/5] Bluetooth: advmon offload MSFT handle controller reset
` [PATCH v5 5/5] Bluetooth: advmon offload MSFT handle filter enablement

[PATCH v4 0/5] MSFT offloading support for advertisement monitor
 2020-12-22  9:57 UTC  (6+ messages)
` [PATCH v4 1/5] Bluetooth: advmon offload MSFT add rssi support
` [PATCH v4 2/5] Bluetooth: advmon offload MSFT add monitor
` [PATCH v4 3/5] Bluetooth: advmon offload MSFT remove monitor
` [PATCH v4 4/5] Bluetooth: advmon offload MSFT handle controller reset
` [PATCH v4 5/5] Bluetooth: advmon offload MSFT handle filter enablement

[RFC PATCH 0/1] net: arcnet: Fix RESET sequence
 2020-12-22  9:03 UTC  (2+ messages)
` [RFC PATCH 1/1] net: arcnet: Fix RESET flag handling

general protection fault in find_match (2)
 2020-12-22  8:36 UTC 

general protection fault in j1939_netdev_notify (2)
 2020-12-22  6:11 UTC  (5+ messages)

[PATCH] virtio_net: Fix recursive call to cpus_read_lock()
 2020-12-22  3:49 UTC 

[Aspeed,ncsi-rx, v1 0/1] net: ftgmac100: Fix AST2600EVB NCSI RX issue
 2020-12-22  2:43 UTC  (5+ messages)
    ` [Aspeed, ncsi-rx, "
` [Aspeed,ncsi-rx, v2 1/1] net: ftgmac100: Fix AST2600 EVB "

[PATCH v6 net-next 0/2] net: dsa: add stats64 support
 2020-12-22  1:59 UTC  (3+ messages)
` [PATCH v6 net-next 2/2] net: dsa: qca: ar9331: export stats64

[PATCH net v4] net: mvpp2: Fix GoP port 3 Networking Complex Control configurations
 2020-12-22  1:50 UTC  (2+ messages)

[PATCH net] ppp: Fix PPPIOCUNBRIDGECHAN request number
 2020-12-22  1:50 UTC  (2+ messages)

[PATCH net] atm: idt77252: call pci_disable_device() on error path
 2020-12-22  1:40 UTC  (2+ messages)

[PATCH net] ionic: account for vlan tag len in rx buffer len
 2020-12-22  1:40 UTC  (2+ messages)

[PATCH net v2 0/3] ucc_geth fixes
 2020-12-22  1:40 UTC  (2+ messages)

[Patch bpf-next v3 0/3] bpf: introduce timeout map
 2020-12-22  1:33 UTC  (4+ messages)
` [Patch bpf-next v3 1/3] "
` [Patch bpf-next v3 2/3] selftests/bpf: add test cases for bpf "
` [Patch bpf-next v3 3/3] selftests/bpf: add timeout map check in map_ptr tests

[PATCH iproute2-next] tc/htb: Hierarchical QoS hardware offload
 2020-12-22  1:17 UTC  (3+ messages)
` [PATCH net-next v3 2/4] sch_htb: "

[RFC PATCH net-next 0/2] tag_8021q for Ocelot switches
 2020-12-22  0:31 UTC  (3+ messages)
` [RFC PATCH net-next 1/2] net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLAN
` [RFC PATCH net-next 2/2] net: dsa: felix: add new VLAN-based tagger

[PATCH 0/9 v1 RFC] Generic zcopy_* functions
 2020-12-22  0:07 UTC  (11+ messages)
` [PATCH 3/9 v1 RFC] skbuff: replace sock_zerocopy_put() with skb_zcopy_put()

[PATCH] net: lantiq_etop: check the result of request_irq()
 2020-12-21 23:41 UTC  (5+ messages)

[RFC PATCH net-next 0/4] Reduce coupling between DSA and Broadcom SYSTEMPORT driver
 2020-12-21 23:41 UTC  (9+ messages)
` [RFC PATCH net-next 3/4] net: systemport: use standard netdevice notifier to detect DSA presence

[PATCH bpf] bpf: add schedule point in htab_init_buckets()
 2020-12-21 23:20 UTC  (2+ messages)

[PATCH net] net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE
 2020-12-21 22:55 UTC  (12+ messages)

[PATCH net] igb: Enable RSS for Intel I211 Ethernet Controller
 2020-12-21 22:25 UTC 

[PATCH net] igb: Enable RSS for Intel I211 Ethernet Controller
 2020-12-21 22:11 UTC  (2+ messages)


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