netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-30 14:45:52 to 2019-07-31 07:45:13 UTC [more...]

[PATCH v2 bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-07-31  7:44 UTC  (19+ messages)
` [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access "

[PATCH] net: ethernet: et131x: Use GFP_KERNEL instead of GFP_ATOMIC when allocating tx_ring->tcb_ring
 2019-07-31  7:38 UTC 

KASAN: use-after-free Read in nr_rx_frame (2)
 2019-07-31  7:30 UTC 

[PATCH v2 bpf-next 00/12] CO-RE offset relocations
 2019-07-31  6:52 UTC  (24+ messages)
` [PATCH v2 bpf-next 01/12] libbpf: add .BTF.ext offset relocation section loading
` [PATCH v2 bpf-next 02/12] libbpf: implement BPF CO-RE offset relocation algorithm
` [PATCH v2 bpf-next 03/12] selftests/bpf: add BPF_CORE_READ relocatable read macro
` [PATCH v2 bpf-next 04/12] selftests/bpf: add CO-RE relocs testing setup
` [PATCH v2 bpf-next 05/12] selftests/bpf: add CO-RE relocs struct flavors tests
` [PATCH v2 bpf-next 06/12] selftests/bpf: add CO-RE relocs nesting tests
` [PATCH v2 bpf-next 07/12] selftests/bpf: add CO-RE relocs array tests
` [PATCH v2 bpf-next 08/12] selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests
` [PATCH v2 bpf-next 09/12] selftests/bpf: add CO-RE relocs modifiers/typedef tests
` [PATCH v2 bpf-next 10/12] selftests/bpf: add CO-RE relocs ptr-as-array tests
` [PATCH v2 bpf-next 11/12] selftests/bpf: add CO-RE relocs ints tests
` [PATCH v2 bpf-next 12/12] selftests/bpf: add CO-RE relocs misc tests

[PATCH net] drop_monitor: Add missing uAPI file to MAINTAINERS file
 2019-07-31  6:38 UTC 

KASAN: use-after-free Read in release_sock
 2019-07-31  6:38 UTC  (2+ messages)

[PATCH net 0/2] mlxsw: Two small fixes
 2019-07-31  6:33 UTC  (3+ messages)
` [PATCH net 1/2] mlxsw: spectrum: Fix error path in mlxsw_sp_module_init()
` [PATCH net 2/2] mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2

[PATCH v4 3/3] net/xdp: convert put_page() to put_user_page*()
 2019-07-31  6:08 UTC  (2+ messages)

[PATCH net-next 1/2] net: phy: broadcom: set features explicitly for BCM54616S
 2019-07-31  6:00 UTC  (6+ messages)

[RFC] net: phy: read link status twice when phy_check_link_status()
 2019-07-31  5:58 UTC  (11+ messages)

[PATCH] can: flexcan: add LPSR mode support for i.MX7D
 2019-07-31  5:56 UTC 

[PATCH net-next 2/2] net: phy: broadcom: add 1000Base-X support for BCM54616S
 2019-07-31  5:55 UTC  (10+ messages)

[PATCH net-next v2 0/4] net: phy: Add AST2600 MDIO support
 2019-07-31  5:39 UTC  (5+ messages)
` [PATCH net-next v2 1/4] dt-bindings: net: Add aspeed,ast2600-mdio binding
` [PATCH net-next v2 2/4] net: phy: Add mdio-aspeed
` [PATCH net-next v2 3/4] net: ftgmac100: Add support for DT phy-handle property
` [PATCH net-next v2 4/4] net: ftgmac100: Select ASPEED MDIO driver for the AST2600

[PATCH] net: sctp: Rename fallthrough label to unhandled
 2019-07-31  5:04 UTC 

[PATCH 0/4] net: dsa: mv88e6xxx: add support for MV88E6220
 2019-07-31  4:30 UTC  (7+ messages)
` [PATCH 4/4] net: dsa: mv88e6xxx: add PTP support for MV88E6250 family

[PATCH bpf-next v2] tools: bpftool: add support for reporting the effective cgroup progs
 2019-07-31  4:16 UTC  (3+ messages)

[PATCH v2 bpf-next] selftests/bpf: fix clearing buffered output between tests/subtests
 2019-07-31  4:14 UTC  (2+ messages)

[bpf-next,v2 0/6] Introduce a BPF helper to generate SYN cookies
 2019-07-31  4:12 UTC  (4+ messages)

[PATCH] atm: iphase: Fix Spectre v1 vulnerability
 2019-07-31  3:21 UTC 

net: ipv6: Fix a bug in ndisc_send_ns when netdev only has a global address
 2019-07-31  3:32 UTC  (5+ messages)
        ` Fwd: "

[PATCH] net: bridge: Allow bridge to joing multicast groups
 2019-07-31  3:31 UTC  (12+ messages)

Reminder: 99 open syzbot bugs in net subsystem
 2019-07-31  2:57 UTC  (7+ messages)

[PATCH net v3] net: ipv6: Fix a bug in ndisc_send_ns when netdev only has a global address
 2019-07-31  1:52 UTC 

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-07-31  1:53 UTC  (3+ messages)
` [PATCH bpf-next v10 10/10] landlock: Add user and kernel documentation for Landlock

[PATCH 0/2] tools: bpftool: add net (un)load command to load XDP
 2019-07-31  1:52 UTC  (10+ messages)
` [PATCH 1/2] tools: bpftool: add net load command to load XDP on interface
` [PATCH 2/2] tools: bpftool: add net unload command to unload "

[PATCH bpf 0/2] bpf: fix bug in x64 JIT
 2019-07-31  1:38 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: fix x64 JIT code generation for jmp to 1st insn
` [PATCH bpf 2/2] selftests/bpf: tests "

[PATCH v2 net] hv_sock: Fix hang when a connection is closed
 2019-07-31  1:25 UTC 

[PATCH v4 net-next 00/19] Add ionic driver
 2019-07-31  1:10 UTC  (20+ messages)
` [PATCH v4 net-next 08/19] ionic: Add notifyq support
` [PATCH v4 net-next 09/19] ionic: Add the basic NDO callbacks for netdev support
` [PATCH v4 net-next 12/19] ionic: Add async link status check and basic stats
` [PATCH v4 net-next 13/19] ionic: Add initial ethtool support
` [PATCH v4 net-next 15/19] ionic: Add netdev-event handling

[PATCH nf] netfilter: nf_tables: map basechain priority to hardware priority
 2019-07-31  0:21 UTC  (3+ messages)

[PATCH bpf-next] libbpf : make libbpf_num_possible_cpus function thread safe
 2019-07-30 23:05 UTC  (2+ messages)

[patch net-next v2 0/3] net: devlink: Finish network namespace support
 2019-07-30 22:40 UTC  (7+ messages)
` [patch net-next v2 1/3] net: devlink: allow to change namespaces
` [patch net-next v2 2/3] net: devlink: export devlink net set/get helpers
` [patch net-next v2 3/3] netdevsim: create devlink and netdev instances in namespace

[RFC PATCH v2 net-next 0/3] net: batched receive in GRO path
 2019-07-30 22:21 UTC  (4+ messages)
` [RFC PATCH v2 net-next 1/3] sfc: don't score irq moderation points for GRO
` [RFC PATCH v2 net-next 2/3] sfc: falcon: "
` [RFC PATCH v2 net-next 3/3] net: use listified RX for handling GRO_NORMAL skbs

[PATCH V4 0/3] net: dsa: ksz: Add Microchip KSZ87xx support
 2019-07-30 22:14 UTC  (2+ messages)

[PATCH v3] net: dsa: qca8k: enable port flow control
 2019-07-30 22:08 UTC  (2+ messages)

[PATCH v5 09/29] compat_ioctl: pppoe: fix PPPOEIOCSFWD handling
 2019-07-30 21:43 UTC  (9+ messages)
` [PATCH v5 12/29] compat_ioctl: move drivers to compat_ptr_ioctl
` [PATCH v5 13/29] compat_ioctl: move more "
  ` [PATCH v5 17/29] compat_ioctl: move isdn/capi ioctl translation into driver
  ` [PATCH v5 18/29] compat_ioctl: move rfcomm handlers "
  ` [PATCH v5 19/29] compat_ioctl: move hci_sock "

[net 1/1] tipc: fix unitilized skb list crash
 2019-07-30 21:40 UTC  (3+ messages)

[pull request][net-next 00/13] Mellanox, mlx5 tc flow handling for concurrent execution (Part 1)
 2019-07-30 21:34 UTC  (9+ messages)
` [net-next 01/13] net/mlx5e: Print a warning when LRO feature is dropped or not allowed
` [net-next 08/13] net/mlx5e: Protect tc flows hashtable with rcu

[PATCH v2 0/3 net-next] Finish conversion of skb_frag_t to bio_vec
 2019-07-30 21:30 UTC  (6+ messages)

[PATCH v6 51/57] net: Remove dev_err() usage after platform_get_irq()
 2019-07-30 21:25 UTC  (2+ messages)

[PATCHv2 net-next 0/5] sctp: clean up __sctp_connect function
 2019-07-30 21:18 UTC  (5+ messages)
` [PATCHv2 net-next 1/5] sctp: only copy the available addr data in sctp_transport_init

[PATCH net-next] net/tls: prevent skb_orphan() from leaking TLS plain text with offload
 2019-07-30 21:12 UTC 

[PATCH] net: usb: pegasus: fix improper read if get_registers() fail
 2019-07-30 21:10 UTC  (4+ messages)

[patch net-next 0/3] net: devlink: Finish network namespace support
 2019-07-30 21:03 UTC  (6+ messages)
` [patch net-next 3/3] netdevsim: create devlink and netdev instances in namespace

[PATCH bpf-next] tools: bpftool: add support for reporting the effective cgroup progs
 2019-07-30 21:00 UTC  (3+ messages)

[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
 2019-07-30 20:42 UTC  (14+ messages)
` [PATCH v4 1/5] vsock/virtio: limit the memory used per-socket

[PATCH stable 4.9] tcp: reset sk_send_head in tcp_write_queue_purge
 2019-07-30 20:17 UTC  (4+ messages)

[RFC PATCH net-next 0/3] net: batched receive in GRO path
 2019-07-30 20:02 UTC  (10+ messages)

[PATCH net] ipvs: Improve robustness to the ipvs sysctl
 2019-07-30 19:29 UTC  (3+ messages)
` [PATCH net v2] "

INFO: task hung in perf_event_free_task
 2019-07-30 18:44 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix clearing buffered output between tests/subtests
 2019-07-30 17:56 UTC 

[FINAL REMINDER!!] LPC 2019 Networking Track CFP
 2019-07-30 17:41 UTC 

[PATCH net-next] rxrpc: Fix -Wframe-larger-than= warnings from on-stack crypto
 2019-07-30 17:32 UTC  (2+ messages)

[PATCH net 0/2] rxrpc: Fixes
 2019-07-30 17:31 UTC  (4+ messages)
` [PATCH net 1/2] rxrpc: Fix potential deadlock
` [PATCH net 2/2] rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packet

[PATCH] enetc: Fix build error without PHYLIB
 2019-07-30 17:28 UTC  (3+ messages)

[PATCH net] net: stmmac: Sync RX Buffer upon allocation
 2019-07-30 17:26 UTC  (2+ messages)

[PATCH net] net: bridge: mcast: don't delete permanent entries when fast leave is enabled
 2019-07-30 17:23 UTC  (4+ messages)

[PATCH][net-next][V2] mlxsw: spectrum_ptp: fix duplicated check on orig_egr_types
 2019-07-30 17:20 UTC  (2+ messages)

[PATCH bpf-next v3 00/11] XDP unaligned chunk placement support
 2019-07-30  8:54 UTC  (13+ messages)
` [PATCH bpf-next v4 "
  ` [PATCH bpf-next v4 01/11] i40e: simplify Rx buffer recycle
  ` [PATCH bpf-next v4 02/11] ixgbe: "
  ` [PATCH bpf-next v4 03/11] libbpf: add flags to umem config
  ` [PATCH bpf-next v4 04/11] xsk: add support to allow unaligned chunk placement
  ` [PATCH bpf-next v4 05/11] i40e: modify driver for handling offsets
  ` [PATCH bpf-next v4 06/11] ixgbe: "
  ` [PATCH bpf-next v4 07/11] mlx5e: "
  ` [PATCH bpf-next v4 08/11] samples/bpf: add unaligned chunks mode support to xdpsock
  ` [PATCH bpf-next v4 09/11] samples/bpf: add buffer recycling for unaligned chunks "
  ` [PATCH bpf-next v4 10/11] samples/bpf: use hugepages in xdpsock app
  ` [PATCH bpf-next v4 11/11] doc/af_xdp: include unaligned chunk case

[PATCH v2 0/2] mmc: core: Fix Marvell WiFi reset by adding SDIO API to replug card
 2019-07-30 16:59 UTC  (3+ messages)

[PATCH] net: dsa: mv88e6xxx: use link-down-define instead of plain value
 2019-07-30 16:56 UTC  (2+ messages)

[PATCH] net: phy: fixed_phy: print gpio error only if gpio node is present
 2019-07-30 16:55 UTC  (2+ messages)

[PATCH net-next v4 0/4] enetc: Add mdio bus driver for the PCIe MDIO endpoint
 2019-07-30 16:53 UTC  (3+ messages)

[PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput
 2019-07-30 16:02 UTC  (9+ messages)
` [PATCH net-next v5 1/5] vsock/virtio: limit the memory used per-socket
` [PATCH net-next v5 2/5] vsock/virtio: reduce credit update messages
` [PATCH net-next v5 3/5] vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()
` [PATCH net-next v5 4/5] vhost/vsock: split packets to send using multiple buffers
` [PATCH net-next v5 5/5] vsock/virtio: change the maximum packet size allowed

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-07-30 15:57 UTC  (6+ messages)
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool

[PATCH 1/2] net: dsa: mv88e6xxx: add support to setup led-control register through device-tree
 2019-07-30 15:50 UTC  (3+ messages)

[PATCH v3] net/socket: fix GCC8+ Wpacked-not-aligned warnings
 2019-07-30 15:30 UTC 

[PATCH net v3] net: neigh: fix multiple neigh timer scheduling
 2019-07-30 15:19 UTC  (3+ messages)

linux-next: Tree for Jul 30 (drivers/net/phy/mdio-octeon.c: i386)
 2019-07-30 15:00 UTC 

[PATCH v2] net/socket: fix GCC8+ Wpacked-not-aligned warnings
 2019-07-30 14:59 UTC  (3+ messages)

[PATCH net-next] be2net: disable bh with spin_lock in be_process_mcc
 2019-07-30 14:45 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).