netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-26 06:14:11 to 2020-06-26 17:55:50 UTC [more...]

[PATCH bpf-next 00/10] BPF TCP header options
 2020-06-26 17:55 UTC  (5+ messages)
` [PATCH bpf-next 01/10] tcp: Use a struct to represent a saved_syn
` [PATCH bpf-next 03/10] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
` [PATCH bpf-next 04/10] bpf: tcp: Allow bpf prog to write and parse BPF TCP header option
` [PATCH bpf-next 06/10] bpf: selftests: Add fastopen_connect to network_helpers

[net-next v3 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-06-25
 2020-06-26 17:52 UTC  (17+ messages)
` [net-next v3 04/15] iecm: Common module introduction and function stubs
` [net-next v3 05/15] iecm: Add basic netdevice functionality
` [net-next v3 06/15] iecm: Implement mailbox functionality
` [net-next v3 07/15] iecm: Implement virtchnl commands
` [net-next v3 12/15] iecm: Add singleq TX/RX

[PATCH v4 00/11] Stop monitoring disabled devices
 2020-06-26 17:37 UTC  (13+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/11] acpi: thermal: Fix error handling in the register function
  ` [PATCH v5 02/11] thermal: Store thermal mode in a dedicated enum
  ` [PATCH v5 03/11] thermal: Add current mode to thermal zone device
  ` [PATCH v5 04/11] thermal: Store device mode in struct thermal_zone_device
  ` [PATCH v5 05/11] thermal: remove get_mode() operation of drivers
  ` [PATCH v5 06/11] thermal: Add mode helpers
  ` [PATCH v5 07/11] thermal: Use mode helpers in drivers
  ` [PATCH v5 08/11] thermal: Explicitly enable non-changing thermal zone devices
  ` [PATCH v5 09/11] thermal: core: Stop polling DISABLED thermal devices
  ` [PATCH v5 10/11] thermal: Simplify or eliminate unnecessary set_mode() methods
  ` [PATCH v5 11/11] thermal: Rename set_mode() to change_mode()

[PATCH net-next 0/2] mlxsw: Add support for QSFP-DD transceiver type
 2020-06-26 17:33 UTC  (8+ messages)
` [PATCH net-next 1/2] mlxsw: core: Add ethtool support for QSFP-DD transceivers
` [PATCH net-next 2/2] mlxsw: core: Add support for temperature thresholds reading "

[PATCHv2 dlm-next 0/3] fs: dlm: add support to set skb mark value
 2020-06-26 17:31 UTC  (5+ messages)
` [PATCHv2 dlm-next 1/3] net: sock: add sock_set_mark
` [PATCHv2 dlm-next 2/3] fs: dlm: set skb mark for listen socket
` [PATCHv2 dlm-next 3/3] fs: dlm: set skb mark per peer socket

[PATCH net-next v2 0/4] mptcp: refactor token container
 2020-06-26 17:30 UTC  (5+ messages)
` [PATCH net-next v2 1/4] mptcp: add __init annotation on setup functions
` [PATCH net-next v2 2/4] mptcp: refactor token container
` [PATCH net-next v2 3/4] mptcp: move crypto test to KUNIT
` [PATCH net-next v2 4/4] mptcp: introduce token KUNIT self-tests

[PATCH net-next 0/8] net: organize driver docs by device type
 2020-06-26 17:27 UTC  (9+ messages)
` [PATCH net-next 1/8] docs: networking: reorganize driver documentation again
` [PATCH net-next 2/8] docs: networking: move z8530 to the hw driver section
` [PATCH net-next 3/8] docs: networking: move baycom "
` [PATCH net-next 4/8] docs: networking: move ray_cs "
` [PATCH net-next 5/8] docs: networking: move remaining Ethernet driver docs to the hw section
` [PATCH net-next 6/8] docs: networking: move AppleTalk / LocalTalk drivers to the hw driver section
` [PATCH net-next 7/8] docs: networking: move ATM "
` [PATCH net-next 8/8] docs: networking: move FDDI "

[PATCH net-next 4/5] ipv6: ioam: Generic Netlink to configure IOAM
 2020-06-26 17:23 UTC  (4+ messages)
` [PATCH net-next] Fix unchecked dereference

possible deadlock in team_device_event
 2020-06-26 17:19 UTC 

KASAN: use-after-free Read in tipc_nl_node_dump_link
 2020-06-26 17:19 UTC 

KMSAN: uninit-value in __nla_validate_parse
 2020-06-26 17:19 UTC 

WARNING in hsr_dev_finalize
 2020-06-26 17:19 UTC 

[PATCH net-next 0/5] Data plane support for IOAM Pre-allocated Trace with IPv6
 2020-06-26 17:14 UTC  (20+ messages)
` [PATCH net-next 1/5] ipv6: eh: Introduce removable TLVs
` [PATCH net-next 2/5] ipv6: IOAM tunnel decapsulation
` [PATCH net-next 3/5] ipv6: ioam: Data plane support for Pre-allocated Trace

[RFC PATCH 0/9] Hirschmann Hellcreek DSA driver
 2020-06-26 17:11 UTC  (6+ messages)
` [RFC PATCH 9/9] dt-bindings: net: dsa: Add documentation for Hellcreek switches

possible deadlock in dev_mc_unsync
 2020-06-26 17:09 UTC 

KASAN: vmalloc-out-of-bounds Read in tipc_nl_publ_dump
 2020-06-26 17:09 UTC 

WARNING: suspicious RCU usage in tipc_l2_send_msg
 2020-06-26 17:09 UTC 

BUG: using smp_processor_id() in preemptible code in tipc_crypto_xmit
 2020-06-26 17:09 UTC 

KASAN: use-after-free Read in nl8NUM_dump_wpan_phy (2)
 2020-06-26 17:08 UTC 

[PATCH net-next 0/3] cxgb4: add mirror action support for TC-MATCHALL
 2020-06-26 16:55 UTC  (4+ messages)

[PATCH bpf-next v2 1/4] bpf: add BPF_CGROUP_INET_SOCK_RELEASE hook
 2020-06-26 16:52 UTC  (4+ messages)
` [PATCH bpf-next v2 2/4] libbpf: add support for BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next v2 3/4] bpftool: support BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next v2 4/4] selftests/bpf: test BPF_CGROUP_INET_SOCK_RELEASE

[PATCH net-next 0/4] mptcp: refactor token container
 2020-06-26 16:46 UTC  (7+ messages)
` [PATCH net-next 1/4] mptcp: add __init annotation on setup functions
` [PATCH net-next 2/4] mptcp: refactor token container
` [PATCH net-next 3/4] mptcp: move crypto test to KUNIT
` [PATCH net-next 4/4] mptcp: introduce token KUNIT self-tests

[PATCH v2 net] ionic: update the queue count on open
 2020-06-26 16:21 UTC  (2+ messages)

[PATCH net] enetc: Fix tx rings bitmap iteration range, irq handling
 2020-06-26 16:17 UTC 

[PATCH v4 00/11] Stop monitoring disabled devices
 2020-06-26 16:08 UTC  (4+ messages)
    ` [PATCH v4 07/11] thermal: Use mode helpers in drivers

[PATCH 0/6] net: phy: relax PHY and MDIO reset handling
 2020-06-26 16:07 UTC  (10+ messages)
` [PATCH 1/6] net: phy: arrange headers in mdio_bus.c alphabetically
` [PATCH 2/6] net: phy: arrange headers in mdio_device.c alphabetically
` [PATCH 3/6] net: phy: arrange headers in phy_device.c alphabetically
` [PATCH 4/6] net: mdio: add a forward declaration for reset_control to mdio.h
` [PATCH 5/6] net: phy: reset the PHY even if probe() is not implemented
` [PATCH 6/6] net: phy: mdio: reset MDIO devices "

[PATCH net-next v13 0/3] xen networking: add XDP support to xen-netfront
 2020-06-26 16:05 UTC  (7+ messages)
` [PATCH net-next v13 1/3] xen: netif.h: add a new extra type for XDP
` [PATCH net-next v13 2/3] xen networking: add basic XDP support for xen-netfront
` [PATCH net-next v13 3/3] xen networking: add XDP offset adjustment to xen-netback

[PATCH net-next v11 0/3] xen networking: add XDP support to xen-netfront
 2020-06-26 16:04 UTC  (6+ messages)
` [PATCH net-next v11 1/3] xen: netif.h: add a new extra type for XDP
` [PATCH net-next v11 2/3] xen networking: add basic XDP support for xen-netfront
` [PATCH net-next v11 3/3] xen networking: add XDP offset adjustment to xen-netback

[PATCH v2 bpf-next 0/4] bpf: introduce bpf_get_task_stack()
 2020-06-26 15:52 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/4] perf: export get/put_chain_entry()
` [PATCH v2 bpf-next 2/4] bpf: introduce helper bpf_get_task_stak()
` [PATCH v2 bpf-next 3/4] bpf: allow %pB in bpf_seq_printf() and bpf_trace_printk()
  ` [Potential Spoof] "
` [PATCH v2 bpf-next 4/4] selftests/bpf: add bpf_iter test with bpf_get_task_stack()

linux-next: Tree for Jun 26 (net/core/filter.o)
 2020-06-26 15:35 UTC 

[PATCH v1 1/4] ide: use generic power management
 2020-06-26 15:35 UTC  (2+ messages)

[PATCH] mwifiex: Use macro MWIFIEX_MAX_BSS_NUM for specifying limit of interfaces
 2020-06-26 15:29 UTC 

[PATCH v2] net: mvneta: speed down the PHY, if WoL used, to save energy
 2020-06-26 15:18 UTC 

[PATCH 0/3] Drivers: hv: vmbus: vmbus_requestor data structure
 2020-06-26 14:48 UTC  (3+ messages)

[net-next PATCH v1] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver
 2020-06-26 14:02 UTC  (5+ messages)

[PATCH net-next 0/5] sched: A series of fixes and optimisations for sch_cake
 2020-06-26 14:01 UTC  (8+ messages)
` [PATCH net-next 1/5] sch_cake: fix IP protocol handling in the presence of VLAN tags
        ` [Cake] "

[PATCH net] xsk: remove cheap_dma optimization
 2020-06-26 13:43 UTC 

RE:Re: [v1,net-next 3/4] net: qos: police action add index for tc flower offloading
 2020-06-26 13:28 UTC  (2+ messages)
`  "

ADQ - comparison to aRFS, clarifications on NAPI ID, binding with busy-polling
 2020-06-26 12:48 UTC  (3+ messages)

the XSK buffer pool needs be to reverted
 2020-06-26 12:45 UTC  (4+ messages)

[PATCH 1/2] net: stmmac: change Kconfig menu entry to STMMAC/DWMAC
 2020-06-26 12:05 UTC  (2+ messages)
` [PATCH 2/2] net: stmmac: add Rockchip as supported platform in STMMAC_PLATFORM help text

linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)
 2020-06-26 11:50 UTC  (13+ messages)

[PATCH 2/2] staging: qlge: fix else after return or break
 2020-06-26 11:47 UTC  (5+ messages)

[PATCH v3 bpf-next 0/8] bpf, printk: add BTF-based type printing
 2020-06-26 11:37 UTC  (4+ messages)
` [PATCH v3 bpf-next 4/8] printk: add type-printing %pT format specifier which uses BTF

[PATCH net-next 00/15] sfc: prerequisites for EF100 driver, part 1
 2020-06-26 11:32 UTC  (16+ messages)
` [PATCH net-next 01/15] sfc: update MCDI protocol headers
` [PATCH net-next 02/15] sfc: determine flag word automatically in efx_has_cap()
` [PATCH net-next 03/15] sfc: extend bitfield macros up to POPULATE_DWORD_13
` [PATCH net-next 04/15] sfc: don't try to create more channels than we can have VIs
` [PATCH net-next 05/15] sfc: refactor EF10 stats handling
` [PATCH net-next 06/15] sfc: split up nic.h
` [PATCH net-next 07/15] sfc: commonise ethtool link handling functions
` [PATCH net-next 08/15] sfc: commonise ethtool NFC and RXFH/RSS functions
` [PATCH net-next 09/15] sfc: commonise other ethtool bits
` [PATCH net-next 10/15] sfc: commonise FC advertising
` [PATCH net-next 11/15] sfc: track which BAR is mapped
` [PATCH net-next 12/15] sfc: commonise PCI error handlers
` [PATCH net-next 13/15] sfc: commonise drain event handling
` [PATCH net-next 14/15] sfc: commonise ARFS handling
` [PATCH net-next 15/15] sfc: extend common GRO interface to support CHECKSUM_COMPLETE

[PATCH net-next 0/7] PHYLINK integration improvements for Felix DSA driver
 2020-06-26 11:32 UTC  (7+ messages)
` [PATCH net-next 5/7] net: dsa: felix: delete .phylink_mac_an_restart code

Number IPv6 routing entries are growing without limit when processing routing advertisements
 2020-06-26 11:30 UTC 

[PATCH net-next v12 0/3] xen networking: add XDP support to xen-netfront
 2020-06-26 11:29 UTC  (6+ messages)
` [PATCH net-next v12 1/3] xen: netif.h: add a new extra type for XDP
` [PATCH net-next v12 2/3] xen networking: add basic XDP support for xen-netfront
` [PATCH net-next v12 3/3] xen networking: add XDP offset adjustment to xen-netback

[bpf PATCH v2 0/3] Sockmap RCU splat fix
 2020-06-26 11:11 UTC  (7+ messages)
` [bpf PATCH v2 1/3] bpf, sockmap: RCU splat with redirect and strparser error or TLS
` [bpf PATCH v2 2/3] bpf, sockmap: RCU dereferenced psock may be used outside RCU block
` [bpf PATCH v2 3/3] bpf, sockmap: Add ingres skb tests that utilize merge skbs

[RFC PATCH] sch_htb: Hierarchical QoS hardware offload
 2020-06-26 10:46 UTC 

[PATCH bpf-next v3 0/4] bpf, netns: Prepare for multi-prog attachment
 2020-06-26 10:40 UTC  (6+ messages)
` [PATCH bpf-next v3 2/4] bpf, netns: Keep attached programs in bpf_prog_array

[PATCH v1] bnx2x: use generic power management
 2020-06-26 10:15 UTC  (3+ messages)
` [EXT] "

[PATCH v4 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-06-26 10:06 UTC  (7+ messages)
` [PATCH v4 bpf-next 6/9] bpf: cpumap: implement XDP_REDIRECT for eBPF programs attached to map entries

PROBLEM: can't ping anycast IPv6 address on lo interface
 2020-06-26  9:20 UTC 

[PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation]
 2020-06-26  9:12 UTC  (10+ messages)

[PATCH 1/3] samples: bpf: fix bpf programs with kprobe/sys_connect event
 2020-06-26  8:17 UTC  (3+ messages)
` [PATCH 2/3] samples: bpf: cleanup pointer error check with libbpf
` [PATCH 3/3] samples: bpf: refactor BPF map in map test "

Request for net merge into net-next
 2020-06-26  7:54 UTC  (4+ messages)

[PATCH net-next v3 0/2] bridge: mrp: Extend MRP netlink interface with IFLA_BRIDGE_MRP_CLEAR
 2020-06-26  7:33 UTC  (3+ messages)
` [PATCH net-next v3 1/2] "
` [PATCH net-next v3 2/2] bridge: mrp: Fix endian conversion and some other warnings

[PATCH bpf-next 1/4] bpf: add BPF_CGROUP_INET_SOCK_RELEASE hook
 2020-06-26  7:00 UTC  (2+ messages)

[net-next v3 0/8][pull request] 40GbE Intel Wired LAN Driver Updates 2020-06-25
 2020-06-26  6:28 UTC  (9+ messages)
` [net-next v3 1/8] i40e: Move client header location
` [net-next v3 2/8] i40e: remove unused defines
` [net-next v3 3/8] i40e: make PF wait reset loop reliable
` [net-next v3 4/8] i40e: detect and log info about pre-recovery mode
` [net-next v3 5/8] i40e: Add a check to see if MFS is set
` [net-next v3 6/8] net/intel: remove driver versions from Intel drivers
` [net-next v3 7/8] i40e: Add support for 5Gbps cards
` [net-next v3 8/8] i40e: Remove scheduling while atomic possibility


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