netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-23 18:30:27 to 2019-11-25 07:27:31 UTC [more...]

[PATCH bpf-next] bpf: add bpf_jit_blinding_enabled for !CONFIG_BPF_JIT
 2019-11-25  7:27 UTC  (4+ messages)

iwlwifi: Checking a kmemdup() call in iwl_req_fw_callback()
 2019-11-25  7:24 UTC  (2+ messages)

[PATCH] macvlan.c: schedule port->bc_work even if error
 2019-11-25  6:59 UTC  (2+ messages)

[PATCH net] ipv6: set lwtstate for ns and na dst
 2019-11-25  6:23 UTC 

net-next is CLOSED
 2019-11-25  6:08 UTC 

pull-request: bpf-next 2019-11-24
 2019-11-25  6:06 UTC  (2+ messages)

[net-next] enetc: add support Credit Based Shaper(CBS) for hardware offload
 2019-11-25  5:56 UTC  (5+ messages)
    ` [EXT] "
` [v2,net-next] "

[PATCH v2 net-next] Enhanced skb_mpls_pop to update ethertype of the packet in all the cases when an ethernet header is present is the packet
 2019-11-25  5:32 UTC  (3+ messages)

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25  4:20 UTC  (20+ messages)
` [PATCH 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 13/19] net/xdp: "
` [PATCH 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 16/19] vfio, mm: "
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH bpf-next 0/8] Extend SOCKMAP to store listening sockets
 2019-11-25  4:17 UTC  (20+ messages)
` [PATCH bpf-next 1/8] bpf, sockmap: Return socket cookie on lookup from syscall
` [PATCH bpf-next 2/8] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP
` [PATCH bpf-next 3/8] bpf, sockmap: Allow inserting listening TCP sockets into SOCKMAP
` [PATCH bpf-next 4/8] bpf, sockmap: Don't let child socket inherit psock or its ops on copy
` [PATCH bpf-next 5/8] bpf: Allow selecting reuseport socket from a SOCKMAP
` [PATCH bpf-next 6/8] libbpf: Recognize SK_REUSEPORT programs from section name
` [PATCH bpf-next 7/8] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
` [PATCH bpf-next 8/8] selftests/bpf: Tests for SOCKMAP holding listening sockets

[PATCH net] sctp: get netns from asoc and ep base
 2019-11-25  3:59 UTC 

[PATCH 0/2] can: xilinx_can: Bug fixes on can driver
 2019-11-25  3:58 UTC  (3+ messages)
` [PATCH 1/2] can: xilinx_can: skip error message on deferred probe

pull request (net): ipsec 2019-09-05
 2019-11-25  3:02 UTC  (5+ messages)
  ` xfrmi: request for stable trees (was: Re: pull request (net): ipsec 2019-09-05)
      ` xfrmi: request for stable trees

pull request: bluetooth-next 2019-11-24
 2019-11-25  2:58 UTC  (2+ messages)

error loading xdp program on virtio nic
 2019-11-25  2:42 UTC  (2+ messages)

[PATCH net] ax88179_178a: add ethtool_op_get_ts_info()
 2019-11-25  2:41 UTC  (2+ messages)

[PATCH net-next 0/2] mlxsw: Two small updates
 2019-11-25  2:38 UTC  (4+ messages)
` [PATCH net-next 1/2] mlxsw: spectrum_router: After underlay moves, demote conflicting tunnels
` [PATCH net-next 2/2] mlxsw: spectrum_router: Fix use of uninitialized adjacency index

[PATCH net v3] net: macb: add missed tasklet_kill
 2019-11-25  2:21 UTC  (2+ messages)

bpf-next is CLOSED
 2019-11-25  1:29 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the net-next tree
 2019-11-25  1:19 UTC  (2+ messages)

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-25  0:53 UTC  (8+ messages)
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages

[PATCH] net: Fix a documentation bug wrt. ip_unprivileged_port_start
 2019-11-25  0:09 UTC  (4+ messages)

[net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
 2019-11-25  0:09 UTC  (17+ messages)

[PATCH bpf-next v2 0/6] Introduce the BPF dispatcher and xdp_call.h
 2019-11-25  0:08 UTC  (10+ messages)
` [PATCH bpf-next v2 1/6] bpf: introduce BPF dispatcher
` [PATCH bpf-next v2 2/6] xdp: introduce xdp_call

[PATCH net-next v2] drivers: net: virtio_net: Implement a dev_watchdog handler
 2019-11-24 23:37 UTC  (12+ messages)

[PATCH v2] powerpc: Add const qual to local_read() parameter
 2019-11-24 23:18 UTC  (3+ messages)

WARNING: suspicious RCU usage in pid_task
 2019-11-24 23:05 UTC 

[PATCH net-next v2 00/13] bnxt_en: Updates
 2019-11-24 22:55 UTC  (15+ messages)
` [PATCH net-next v2 01/13] bnxt_en: Add chip IDs for 57452 and 57454 chips
` [PATCH net-next v2 02/13] bnxt_en: Disable/enable Bus master during suspend/resume
` [PATCH net-next v2 03/13] bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path
` [PATCH net-next v2 04/13] bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command
` [PATCH net-next v2 05/13] bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()
` [PATCH net-next v2 06/13] bnxt_en: Fix suspend/resume path on 57500 chips
` [PATCH net-next v2 07/13] bnxt_en: Initialize context memory to the value specified by firmware
` [PATCH net-next v2 08/13] bnxt_en: Assign more RSS context resources to the VFs
` [PATCH net-next v2 09/13] bnxt_en: Skip disabling autoneg before PHY loopback when appropriate
` [PATCH net-next v2 10/13] bnxt_en: Refactor the initialization of the ethtool link settings
` [PATCH net-next v2 11/13] bnxt_en: Add async. event logic for PHY configuration changes
` [PATCH net-next v2 12/13] bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW
` [PATCH net-next v2 13/13] bnxt_en: Add support for flashing the device via devlink

Potential bug in ss resulting in segfault
 2019-11-24 22:50 UTC 

[PATCH net-next 0/3] Configure the MTU on DSA switches
 2019-11-24 22:48 UTC  (16+ messages)
` [PATCH net-next 1/3] net: dsa: Configure the MTU for switch ports
` [PATCH net-next 2/3] net: dsa: sja1105: Implement the port MTU callbacks
` [PATCH net-next 3/3] net: dsa: vsc73xx: Make the MTU configurable

[PATCH net-next 3/4] sfc: add statistics for ARFS
 2019-11-24 22:45 UTC  (3+ messages)
` [PATCH net-next] sfc: fix build without CONFIG_RFS_ACCEL

[PATCH 0/5] Fix -Wcast-function-type net drivers
 2019-11-24 22:39 UTC  (7+ messages)
` [PATCH 1/5] drivers: net: hso: Fix -Wcast-function-type
` [PATCH 2/5] drivers: net: usbnet: "
` [PATCH 3/5] drivers: net: b43legacy: "
` [PATCH 4/5] drivers: net: intel: "
` [PATCH 5/5] drivers: net: realtek: "

[PATCH] bpf: emit audit messages upon successful prog load and unload
 2019-11-24 22:38 UTC  (11+ messages)

KASAN: use-after-free Read in blkdev_get
 2019-11-24 19:30 UTC  (2+ messages)

[PATCH iproute2] ip: fix oneline output
 2019-11-24 16:02 UTC 

[PATCH v2] net: ip/tnl: Set iph->id only when don't fragment is not set
 2019-11-24 13:24 UTC 

[PATCH] net: ip/tnl: Set iph->id only when don't fragment is not set
 2019-11-24 13:02 UTC  (4+ messages)

[PATCH net-next] ip_gre: Make none-tun-dst gre tunnel keep tunnel info
 2019-11-24 11:14 UTC  (10+ messages)
  ` Question about flow table offload in mlx5e

[PATCH 0/2] net: wireless: ti: wl1251: sdio: remove ti,power-gpio
 2019-11-24 10:47 UTC  (4+ messages)
` [PATCH 1/2] DTS: bindings: wl1251: mark ti,power-gpio as optional
` [PATCH 2/2] net: wireless: ti: wl1251: sdio: remove ti,power-gpio

[PATCH] net-sctp: replace some sock_net(sk) with just 'net'
 2019-11-24 10:47 UTC 

[ipsec-next:testing 6/6] net/xfrm/espintcp.c:402:13: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2019-11-24 10:19 UTC  (2+ messages)

[PATCH 1/3] net: inet_is_local_reserved_port() should return bool not int
 2019-11-24  9:27 UTC  (5+ messages)
      ` [PATCH] net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)

[PATCH net-next] hv_netvsc: make recording RSS hash depend on feature flag
 2019-11-24  2:44 UTC  (3+ messages)

[PATCH] net: phy: Use the correct style for SPDX License Identifier
 2019-11-24  2:34 UTC  (2+ messages)

[PATCH net] sctp: cache netns in sctp_ep_common
 2019-11-24  2:29 UTC  (2+ messages)

[PATCH] sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
 2019-11-24  2:25 UTC  (2+ messages)

[PATCH next-net] net: gro: use vlan API instead of accessing directly
 2019-11-24  2:08 UTC  (2+ messages)

[PATCH net 0/4] ibmvnic: Harden device commands and queries
 2019-11-24  1:49 UTC  (6+ messages)
` [PATCH net 3/4] ibmvnic: Bound waits for device queries
` [PATCH net 4/4] ibmvnic: Serialize "

[PATCH bpf-next] bpf: simplify __bpf_arch_text_poke poke type handling
 2019-11-24  1:24 UTC  (2+ messages)

[PATCH V2 net-next 0/6] mlxfw: Improve error reporting
 2019-11-24  1:20 UTC  (8+ messages)
` [PATCH V2 net-next 1/6] netlink: Convert extack msg to a formattable buffer
` [PATCH V2 net-next 3/6] net/mlxfw: Improve FSM err message reporting and return codes

[pull request][net-next 0/6] Mellanox, mlx5 updates 2019-11-22
 2019-11-24  0:42 UTC  (2+ messages)

[PATCH net-next] be2net: gather more debug info and display on a tx-timeout
 2019-11-24  0:28 UTC  (2+ messages)

[CFT PATCH net-next v2] net: phylink: rename mac_link_state() op to mac_pcs_get_state()
 2019-11-24  0:15 UTC  (7+ messages)

[PATCH net-next 00/15] bnxt_en: Updates
 2019-11-24  0:09 UTC  (5+ messages)
` [PATCH net-next 15/15] bnxt_en: Add support for devlink info command

KASAN: use-after-free Read in __queue_work (2)
 2019-11-23 23:37 UTC  (2+ messages)

[PATCH] [RFC] r8169: check for valid MAC before clobbering
 2019-11-23 22:46 UTC  (4+ messages)

[PATCH bpf-next] mm: implement no-MMU variant of vmalloc_user_node_flags
 2019-11-23 22:08 UTC 

[PATCH bpf-next] bpf: fail mmap without CONFIG_MMU
 2019-11-23 21:52 UTC  (4+ messages)

[PATCHSET 0/2] io_uring: add support for connect()
 2019-11-23 21:27 UTC  (3+ messages)
` [PATCH 1/2] net: add __sys_connect_file() helper
` [PATCH 2/2] io_uring: add support for IORING_OP_CONNECT

[PATCH bpf-next] bpf: Introduce BPF_TRACE_x helper for the tracing tests
 2019-11-23 21:13 UTC  (2+ messages)

[PULL] virtio: last minute bugfixes
 2019-11-23 21:10 UTC  (2+ messages)

dp83867: Why does ti,fifo-depth set only TX, and why is it mandatory?
 2019-11-23 21:00 UTC  (6+ messages)

[PATCH net-next] net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
 2019-11-23 20:17 UTC  (2+ messages)

pull-request: wireless-drivers-next-2019-11-22
 2019-11-23 20:11 UTC  (2+ messages)

[PATCH net-next v2 0/3] cxgb4: add UDP Segmentation Offload support
 2019-11-23 19:57 UTC  (4+ messages)
` [PATCH net-next v2 2/3] cxgb4: add UDP segmentation offload support

[PATCH v2 0/5] docs: networking: nfc: convert from txt to rst
 2019-11-23 19:14 UTC  (2+ messages)

[PATCH net-next] net: phy: remove phy_ethtool_sset()
 2019-11-23 18:51 UTC  (3+ messages)

[PATCH net-next] net: phy: initialise phydev speed and duplex sanely
 2019-11-23 18:50 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).