netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 06:31:53 to 2020-09-30 17:34:12 UTC [more...]

[PATCH 0/3] Add LSM/SELinux support for GPRS Tunneling Protocol (GTP)
 2020-09-30 15:56 UTC  (9+ messages)
` [PATCH 3/3] selinux: Add SELinux GTP support

[RESEND PATCH iproute2-next 0/2] Implement filter terse dump mode support
 2020-09-30 17:33 UTC  (7+ messages)
` [RESEND PATCH iproute2-next 1/2] tc: skip actions that don't have options attribute when printing
` [RESEND PATCH iproute2-next 2/2] tc: implement support for terse dump

RTL8402 stops working after hibernate/resume
 2020-09-30 17:32 UTC  (22+ messages)

[PATCH bpf-next v4 0/6] Various BPF helper improvements
 2020-09-30 17:31 UTC  (11+ messages)
` [PATCH bpf-next v4 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next v4 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next v4 3/6] bpf: add redirect_neigh helper as redirect drop-in
` [PATCH bpf-next v4 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs
` [PATCH bpf-next v4 5/6] bpf, selftests: use bpf_tail_call_static where appropriate
` [PATCH bpf-next v4 6/6] bpf, selftests: add redirect_neigh selftest

Fw: [Bug 209427] New: Incorrect timestamp cause packet to be dropped
 2020-09-30 17:17 UTC  (3+ messages)

[PATCH net-next 0/4] dpaa2-eth: add devlink parser error drop trap support
 2020-09-30 17:16 UTC  (5+ messages)
` [PATCH net-next 1/4] devlink: add parser error drop packet traps
` [PATCH net-next 2/4] devlink: add .trap_group_action_set() callback
` [PATCH net-next 3/4] dpaa2-eth: add basic devlink support
` [PATCH net-next 4/4] dpaa2-eth: add support for devlink parser error drop traps

[PATCH iproute2-next v2 0/2] Implement filter terse dump mode support
 2020-09-30 16:59 UTC  (3+ messages)
` [PATCH iproute2-next v2 1/2] tc: skip actions that don't have options attribute when printing
` [PATCH iproute2-next v2 2/2] tc: implement support for terse dump

[net PATCH v2 4/4] octeontx2-pf: Fix synchnorization issue in mbox
 2020-09-30 16:09 UTC 

[net PATCH v2 3/4] octeontx2-pf: Fix the device state on error
 2020-09-30 16:09 UTC 

Genetlink per cmd policies
 2020-09-30 16:44 UTC  (7+ messages)

[net PATCH v2 2/4] octeontx2-pf: Fix TCP/UDP checksum offload for IPv6 frames
 2020-09-30 16:08 UTC 

[net PATCH v2 1/4] octeontx2-af: Fix enable/disable of default NPC entries
 2020-09-30 16:08 UTC 

[net PATCH v2 0/4] Fix bugs in Octeontx2 netdev driver
 2020-09-30 16:08 UTC 

[PATCH bpf] bpf: fix "unresolved symbol" build error with resolve_btfids
 2020-09-30 16:41 UTC 

[PATCH v3 net-next 00/12] mvneta: introduce XDP multi-buffer support
 2020-09-30 16:39 UTC  (15+ messages)
` [PATCH v3 net-next 01/12] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v3 net-next 02/12] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH v3 net-next 03/12] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v3 net-next 04/12] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v3 net-next 05/12] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v3 net-next 06/12] bpf: helpers: add multibuffer support
` [PATCH v3 net-next 07/12] samples/bpf: add bpf program that uses xdp mb helpers
` [PATCH v3 net-next 08/12] bpf: move user_size out of bpf_test_init
` [PATCH v3 net-next 09/12] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v3 net-next 10/12] bpf: add xdp multi-buffer selftest
` [PATCH v3 net-next 11/12] net: mvneta: enable jumbo frames for XDP
` [PATCH v3 net-next 12/12] bpf: cpumap: introduce xdp multi-buff support

[net-next PATCH v1 0/7] ACPI support for dpaa2 driver
 2020-09-30 16:37 UTC  (11+ messages)
` [net-next PATCH v1 1/7] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v1 2/7] net: phy: Introduce phy related fwnode functions
` [net-next PATCH v1 3/7] net: phy: Introduce fwnode_get_phy_id()
` [net-next PATCH v1 4/7] net: mdiobus: Introduce fwnode_mdiobus_register_phy()
` [net-next PATCH v1 5/7] phylink: introduce phylink_fwnode_phy_connect()
` [net-next PATCH v1 6/7] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver
` [net-next PATCH v1 7/7] net/fsl: Use _ADR ACPI object to register PHYs

[PATCH net-next] Revert "vxlan: move encapsulation warning"
 2020-09-30 16:29 UTC  (3+ messages)

[PATCH net-next RFC v1 00/10] nvme-tcp receive offloads
 2020-09-30 16:20 UTC  (11+ messages)
` [PATCH net-next RFC v1 01/10] iov_iter: Skip copy in memcpy_to_page if src==dst
` [PATCH net-next RFC v1 02/10] net: Introduce direct data placement tcp offload
` [PATCH net-next RFC v1 03/10] net: Introduce crc offload for tcp ddp ulp
` [PATCH net-next RFC v1 04/10] net/tls: expose get_netdev_for_sock
` [PATCH net-next RFC v1 05/10] nvme-tcp: Add DDP offload control path
` [PATCH net-next RFC v1 06/10] nvme-tcp: Add DDP data-path
` [PATCH net-next RFC v1 07/10] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH net-next RFC v1 08/10] nvme-tcp: Deal with netdevice DOWN events
` [PATCH net-next RFC v1 09/10] net/mlx5e: Add NVMEoTCP offload
` [PATCH net-next RFC v1 10/10] net/mlx5e: NVMEoTCP, data-path for DDP offload

BUG: soft lockup in mac80211_hwsim_beacon
 2020-09-30 16:20 UTC 

[PATCH 0/6] can: add support for ETAS ES58X CAN USB
 2020-09-30 16:18 UTC  (10+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
` [PATCH v2 2/6] can: dev: add a helper function to get the correct length of Classical frames
` [PATCH v2 3/6] can: dev: __can_get_echo_skb(): fix the return length
` [PATCH v2 4/6] can: dev: add a helper function to calculate the duration of one bit
` [PATCH v2 5/6] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
` [PATCH v2 6/6] usb: cdc-acm: add quirk to blacklist ETAS ES58X devices

[PATCH net-next v3 0/4] GVE Raw Addressing
 2020-09-30 16:10 UTC  (7+ messages)
` [PATCH net-next v3 3/4] gve: Rx Buffer Recycling
` [PATCH net-next v3 4/4] gve: Add support for raw addressing in the tx path

[RFC PATCH net-next 0/6] implement kthread based napi poll
 2020-09-30 15:58 UTC  (8+ messages)

[iproute2-next 0/2] devlink: add flash update overwrite mask
 2020-09-30 15:53 UTC  (3+ messages)
` [iproute2-next 2/2] devlink: support setting the "

[net v2 0/2][pull request] Intel Wired LAN Driver Updates 2020-09-30
 2020-09-30 15:49 UTC  (3+ messages)
` [net v2 1/2] ice: increase maximum wait time for flash write commands
` [net v2 2/2] ice: preserve NVM capabilities in safe mode

[PATCH v2 bpf-next] bpf: fix raw_tp test run in preempt kernel
 2020-09-30 15:48 UTC  (5+ messages)

[PATCH net-next 0/3] net: atlantic: phy tunables from mac driver
 2020-09-30 15:31 UTC  (12+ messages)
` [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
  ` ethtool/phy tunables and extack (was Re: [PATCH net-next 0/3] net: atlantic: phy tunables from mac driver)

[PATCH v5 bpf-next 00/12] BPF TCP header options
 2020-09-30 15:23 UTC  (3+ messages)
` [PATCH v5 bpf-next 09/12] bpf: tcp: Allow bpf prog to write and parse TCP header option

[PATCH v3 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
 2020-09-30 15:20 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array
` [PATCH v3 bpf-next 2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS

[PATCH v2 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
 2020-09-30 15:04 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array

[PATCH net-next 0/2] tcp: exponential backoff in tcp_send_ack()
 2020-09-30 15:00 UTC  (5+ messages)
` [PATCH net-next 1/2] inet: remove icsk_ack.blocked
` [PATCH net-next 2/2] tcp: add exponential backoff in __tcp_send_ack()

[PATCH net-next v2 1/7] net: devlink: Add unused port flavour
 2020-09-30 14:53 UTC  (14+ messages)

[RFC PATCH net] ethtool: Fix incompatibility between netlink and ioctl interfaces
 2020-09-30 14:43 UTC  (7+ messages)

[PATCH] net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()
 2020-09-30 14:25 UTC 

[Linux-kernel-mentees] [PATCH] net: bluetooth: Fix null pointer dereference in hci_event_packet()
 2020-09-30 14:18 UTC  (2+ messages)
`  "

[RFC PATCH] lsm,selinux: pass the family information along with xfrm flow
 2020-09-30 13:44 UTC  (4+ messages)

[PATCH v4 25/52] docs: net: ieee802154.rst: fix C expressions
 2020-09-30 13:24 UTC  (2+ messages)
` [PATCH v4 33/52] docs: net: statistics.rst: remove a duplicated kernel-doc

INFO: rcu detected stall in security_file_open (3)
 2020-09-30 12:49 UTC 

[PATCH net-next v4 0/5] net/ravb: Add support for explicit internal clock delay configuration
 2020-09-30 12:21 UTC  (2+ messages)

Removal of HCI commands, userspace bluetooth regression?
 2020-09-30 12:02 UTC  (13+ messages)

[RFC PATCH 00/24] Control VQ support in vDPA
 2020-09-30 12:02 UTC  (5+ messages)
` [RFC PATCH 05/24] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [RFC PATCH 06/24] vhost-vdpa: switch to use vhost-vdpa specific IOTLB

dsa/mv88e6xxx: leaking packets on MV88E6341 switch
 2020-09-30 11:57 UTC  (3+ messages)

[PATCH] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
 2020-09-30 11:09 UTC  (3+ messages)

[PATCH net-next] net: macb: move pdata to private header
 2020-09-30 10:50 UTC 

[PATCH net-next 0/6] mlxsw: PFC and headroom selftests
 2020-09-30 10:49 UTC  (7+ messages)
` [PATCH net-next 1/6] selftests: forwarding: devlink_lib: Split devlink_..._set() into save & set
` [PATCH net-next 2/6] selftests: forwarding: devlink_lib: Add devlink_cell_size_get()
` [PATCH net-next 3/6] selftests: forwarding: devlink_lib: Support port-less topologies
` [PATCH net-next 4/6] selftests: mlxsw: qos_lib: Add a wrapper for running mlnx_qos
` [PATCH net-next 5/6] selftests: mlxsw: Add headroom handling test
` [PATCH net-next 6/6] selftests: mlxsw: Add a PFC test

[PATCH] [v2] wireless: Initial driver submission for pureLiFi devices
 2020-09-30 10:44 UTC  (8+ messages)

[PATCH net-next v2] virtio-net: ethtool configurable RXCSUM
 2020-09-30 10:06 UTC  (3+ messages)

[bpf-next PATCH 0/2] Add skb_adjust_room() for SK_SKB
 2020-09-30  9:55 UTC  (3+ messages)
` [bpf-next PATCH 1/2] bpf, sockmap: add skb_adjust_room to pop bytes off ingress payload

[PATCH 1/1 nf] selftests: netfilter: add time counter check
 2020-09-30  9:49 UTC  (2+ messages)

[RFC] net: phy: add shutdown hook to struct phy_driver
 2020-09-30  9:47 UTC 

[PATCH bpf-next v2 0/4] Sockmap copying
 2020-09-30  9:37 UTC  (10+ 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

[QUESTION] Enable the wireless module on Pinebook Pro
 2020-09-30  8:54 UTC  (2+ messages)

Request for backport of 78dc70ebaa38aa303274e333be6c98eef87619e2 to 4.19.y
 2020-09-30  8:49 UTC  (6+ messages)

pull-request: bpf 2020-09-29
 2020-09-30  8:49 UTC  (2+ messages)

[PATCH v3 net-next 00/15] Generic adjustment for flow dissector in DSA
 2020-09-30  8:36 UTC  (3+ messages)
` [PATCH v3 net-next 15/15] net: dsa: tag_rtl4_a: use the generic flow dissector procedure

[patch V2 00/36] net: in_interrupt() cleanup and fixes
 2020-09-30  8:00 UTC  (3+ messages)
` [patch V2 16/36] net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()

[PATCH bpf-next v3 0/6] Various BPF helper improvements
 2020-09-30  7:58 UTC  (4+ messages)
` [PATCH bpf-next v3 3/6] bpf: add redirect_neigh helper as redirect drop-in

WARNING in hrtimer_forward
 2020-09-30  7:26 UTC  (3+ messages)

[PATCH v3] e1000e: Increase iteration on polling MDIC ready bit
 2020-09-30  6:54 UTC  (7+ messages)
` [PATCH v4] e1000e: Increase polling timeout on "
  ` [Intel-wired-lan] "

[PATCH net v1] net: phy: realtek: Modify 2.5G PHY name to RTL8226
 2020-09-30  6:48 UTC 

[PATCH bpf-next v4 0/6] bpf: BTF support for ksyms
 2020-09-30  6:48 UTC  (3+ messages)

[PATCH RESEND v3 0/2] Use the new usb control message API
 2020-09-30  6:23 UTC  (5+ 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).