netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-05 19:55:27 to 2019-07-07 08:04:13 UTC [more...]

[PATCH net-next 00/11] Add drop monitor for offloaded data paths
 2019-07-07  8:03 UTC  (25+ messages)
` [PATCH net-next 01/11] devlink: Create helper to fill port type information
` [PATCH net-next 02/11] devlink: Add packet trap infrastructure
` [PATCH net-next 03/11] devlink: Add generic packet traps and groups
` [PATCH net-next 04/11] Documentation: Add devlink-trap documentation
` [PATCH net-next 05/11] netdevsim: Add devlink-trap support
` [PATCH net-next 06/11] Documentation: Add description of netdevsim traps
` [PATCH net-next 07/11] mlxsw: core: Add API to set trap action
` [PATCH net-next 08/11] mlxsw: reg: Add new "
` [PATCH net-next 09/11] mlxsw: Add layer 2 discard trap IDs
` [PATCH net-next 10/11] mlxsw: Add trap group for layer 2 discards
` [PATCH net-next 11/11] mlxsw: spectrum: Add devlink-trap support
` [PATCH iproute2-next 0/7] "
  ` [PATCH iproute2-next 1/7] devlink: Increase number of supported options
  ` [PATCH iproute2-next 2/7] devlink: Add devlink trap set and show commands
  ` [PATCH iproute2-next 3/7] devlink: Add devlink trap group "
  ` [PATCH iproute2-next 4/7] devlink: Add devlink trap monitor support
  ` [PATCH iproute2-next 5/7] devlink: Set NETLINK_NO_ENOBUFS when monitoring events
  ` [PATCH iproute2-next 6/7] devlink: Add fflush() to print functions
  ` [PATCH iproute2-next 7/7] devlink: Add man page for devlink-trap
` [RFC PATCH net-next 0/5] selftests: Add devlink-trap selftests
  ` [RFC PATCH net-next 1/5] selftests: devlink_trap: Add test cases for devlink-trap
  ` [RFC PATCH net-next 2/5] Documentation: Add a section for devlink-trap testing
  ` [RFC PATCH net-next 3/5] selftests: forwarding: devlink_lib: Add devlink-trap helpers
  ` [RFC PATCH net-next 4/5] selftests: mlxsw: Add test cases for devlink-trap L2 drops

[PATCH 1/2] proc: revalidate directories created with proc_net_mkdir()
 2019-07-07  8:03 UTC  (3+ messages)

[PATCH net-next v4 0/4] net/sched: Introduce tc connection tracking
 2019-07-07  8:03 UTC  (5+ messages)
` [PATCH net-next v4 1/4] net/sched: Introduce action ct
` [PATCH net-next v4 2/4] net/flow_dissector: add connection tracking dissection
` [PATCH net-next v4 3/4] net/sched: cls_flower: Add matching on conntrack info
` [PATCH net-next v4 4/4] tc-tests: Add tc action ct tests

[PATCH rdma-next 0/2] DEVX VHCA tunnel support
 2019-07-07  7:51 UTC  (3+ messages)

[PATCH net-next v3 0/4] net/sched: Introduce tc connection tracking
 2019-07-07  6:54 UTC  (4+ messages)
` [PATCH net-next v3 1/4] net/sched: Introduce action ct

[PATCH net-next 00/12] mlx5 TLS TX HW offload support
 2019-07-07  6:44 UTC  (6+ messages)
` [PATCH net-next 12/12] net/mlx5e: Add kTLS "

[PATCH 0/4] Fix hang of Armada 8040 SoC in orion-mdio
 2019-07-07  5:21 UTC  (12+ messages)
` [PATCH 1/4] dt-bindings: allow up to four clocks for orion-mdio
` [PATCH 2/4] net: mvmdio: allow up to four clocks to be specified "
` [PATCH 3/4] net: mvmdio: print warning when orion-mdio has too many clocks
` [PATCH 4/4] net: mvmdio: defer probe of orion-mdio if a clock is not ready

[PATCH] ipvs: Delete some unused space characters in Kconfig
 2019-07-07  4:16 UTC 

[PATCH net] tcp: Reset bytes_acked and bytes_received when disconnecting
 2019-07-06 23:13 UTC 

INFO: rcu detected stall in ext4_write_checks
 2019-07-07  1:16 UTC  (13+ messages)

[PATCH][next] 6lowpan: fix off-by-one comparison of index id with LOWPAN_IPHC_CTX_TABLE_SIZE
 2019-07-06 23:23 UTC  (3+ messages)

More complex PBR rules
 2019-07-06 23:06 UTC 

[PATCH net-next 0/4] bnxt_en: Add XDP_REDIRECT support
 2019-07-06 22:26 UTC  (6+ messages)
` [PATCH net-next 1/4] bnxt_en: rename some xdp functions
` [PATCH net-next 2/4] bnxt_en: Refactor __bnxt_xmit_xdp()
` [PATCH net-next 3/4] bnxt_en: optimized XDP_REDIRECT support
` [PATCH net-next 4/4] bnxt_en: add page_pool support

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

[PATCH net-next] tipc: use rcu dereference functions properly
 2019-07-06 22:15 UTC  (5+ messages)

[PATCH iproute2-next] ip: bond: add peer notification delay support
 2019-07-06 21:11 UTC 

[net-next] bonding: fix value exported by Netlink for peer_notif_delay
 2019-07-06 21:01 UTC 

[PATCH] net, skbuff: Handle devmap managed page when skb->head_frag is true
 2019-07-06 19:57 UTC 

[PATCH bpf-next v2 0/6] xdp: Add devmap_hash map type
 2019-07-06 19:14 UTC  (11+ messages)
` [PATCH bpf-next v2 1/6] include/bpf.h: Remove map_insert_ctx() stubs
` [PATCH bpf-next v2 3/6] uapi/bpf: Add new devmap_hash type
` [PATCH bpf-next v2 2/6] xdp: Refactor devmap allocation code for reuse
` [PATCH bpf-next v2 4/6] xdp: Add devmap_hash map type for looking up devices by hashed index
` [PATCH bpf-next v2 6/6] tools: Add definitions for devmap_hash map type
` [PATCH bpf-next v2 5/6] tools/libbpf_probes: Add new devmap_hash type

[PATCH net-next 0/3] devlink: Introduce PCI PF, VF ports and attributes
 2019-07-06 18:38 UTC  (16+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 1/3] devlink: Introduce PCI PF port flavour and port attribute
` [PATCH net-next v3 0/3] devlink: Introduce PCI PF, VF ports and attributes
  ` [PATCH net-next v3 1/3] devlink: Introduce PCI PF port flavour and port attribute
  ` [PATCH net-next v3 2/3] devlink: Introduce PCI VF "
  ` [PATCH net-next v3 3/3] net/mlx5e: Register devlink ports for physical link, PCI PF, VFs
` [PATCH net-next v4 0/4] devlink: Introduce PCI PF, VF ports and attributes
  ` [PATCH net-next v4 1/4] devlink: Refactor physical port attributes
  ` [PATCH net-next v4 2/4] devlink: Introduce PCI PF port flavour and port attribute
  ` [PATCH net-next v4 3/4] devlink: Introduce PCI VF "
  ` [PATCH net-next v4 4/4] net/mlx5e: Register devlink ports for physical link, PCI PF, VFs

epoll_wait() (and epoll_pwait) stall for 206 ms per call on sockets with a small-ish snd/rcv buffer
 2019-07-06 18:19 UTC  (3+ messages)
` Kernel BUG: "

[PATCH v7 bpf-next 0/5] libbpf: add perf buffer abstraction and API
 2019-07-06 18:06 UTC  (6+ messages)
` [PATCH v7 bpf-next 1/5] libbpf: add perf buffer API
` [PATCH v7 bpf-next 2/5] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
` [PATCH v7 bpf-next 3/5] selftests/bpf: test perf buffer API
` [PATCH v7 bpf-next 4/5] tools/bpftool: switch map event_pipe to libbpf's perf_buffer
` [PATCH v7 bpf-next 5/5] libbpf: add perf_buffer_ prefix to README

[PATCH v5 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
 2019-07-06 17:48 UTC  (11+ messages)
` [PATCH v5 bpf-next 4/9] libbpf: add kprobe/uprobe attach API
` [PATCH v5 bpf-next 8/9] selftests/bpf: add kprobe/uprobe selftests

[PATCH v6 bpf-next 0/5] libbpf: add perf buffer abstraction and API
 2019-07-06 17:44 UTC  (9+ messages)
` [PATCH v6 bpf-next 1/5] libbpf: add perf buffer API
` [PATCH v6 bpf-next 2/5] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
` [PATCH v6 bpf-next 3/5] selftests/bpf: test perf buffer API
` [PATCH v6 bpf-next 4/5] tools/bpftool: switch map event_pipe to libbpf's perf_buffer
` [PATCH v6 bpf-next 5/5] libbpf: add perf_buffer_ prefix to README

[PATCH 2/2] net: apply proc_net_mkdir() harder
 2019-07-06 16:55 UTC 

[rdma 00/16] Intel RDMA Diver Updates 2019-07-03
 2019-07-06 16:15 UTC  (7+ messages)
` [rdma 14/16] RDMA/irdma: Add ABI definitions

[net-next 0/3][pull request] Intel Wired LAN ver Updates 2019-07-03
 2019-07-06 16:03 UTC  (11+ messages)
` [net-next 1/3] ice: Initialize and register platform device to provide RDMA

[PATCH v5 bpf-next 0/5] libbpf: add perf buffer abstraction and API
 2019-07-06 15:56 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/5] libbpf: add perf buffer API
` [PATCH v5 bpf-next 2/5] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
` [PATCH v5 bpf-next 3/5] selftests/bpf: test perf buffer API
` [PATCH v5 bpf-next 4/5] tools/bpftool: switch map event_pipe to libbpf's perf_buffer
` [PATCH v5 bpf-next 5/5] libbpf: add perf_buffer_ prefix to README

[PATCH net-next v2 0/3] net: Multipath hashing on inner L3
 2019-07-06 14:55 UTC  (4+ messages)
` [PATCH net-next v2 1/3] ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pkts
` [PATCH net-next v2 2/3] ipv6: Support multipath hashing on inner IP pkts
` [PATCH net-next v2 3/3] selftests: forwarding: Test multipath hashing on inner IP pkts for GRE tunnel

[PATCH] Bluetooth: hidp: NUL terminate a string in the compat ioctl
 2019-07-06 11:08 UTC  (2+ messages)

[PATCH v5 2/2] dt-bindings: net: bluetooth: Add device property firmware-name for QCA6174
 2019-07-06 10:56 UTC  (3+ messages)
` [PATCH v6 "

[PATCH] 6lowpan: no need to check return value of debugfs_create functions
 2019-07-06 10:52 UTC  (2+ messages)

[PATCH v5 1/2] Bluetooth: hci_qca: Load customized NVM based on the device property
 2019-07-06 10:51 UTC  (3+ messages)
` [PATCH v6 "

[PATCH 24/43] docs: leds: convert to ReST
 2019-07-06 10:41 UTC  (3+ messages)

kernel BUG at net/rxrpc/local_object.c:LINE!
 2019-07-06 10:03 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: add xsk_ring_prod__nb_free() function
 2019-07-06  9:57 UTC  (3+ messages)

[PATCH bpf-next 0/3] xdp: Add devmap_hash map type
 2019-07-06  8:41 UTC  (4+ messages)
` [PATCH bpf-next 3/3] xdp: Add devmap_hash map type for looking up devices by hashed index

[PATCH bpf-next] selftests/bpf: fix test_attach_probe map definition
 2019-07-06  5:17 UTC  (2+ messages)

[PATCH] net: pasemi: fix an use-after-free in pasemi_mac_phy_init()
 2019-07-06  4:23 UTC 

[PATCH 0/2] forcedeth: recv cache support
 2019-07-06  4:14 UTC  (3+ messages)
` [PATCH 1/2] forcedeth: add recv cache make nic work steadily

[PATCH v5 bpf-next 0/4] capture integers in BTF type info for map defs
 2019-07-06  3:49 UTC  (3+ messages)

[PATCH] net: axienet: fix a potential double free in axienet_probe()
 2019-07-06  3:38 UTC 

[PATCH] can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()
 2019-07-06  3:37 UTC 

bonded active-backup ethernet-wifi drops packets
 2019-07-06  0:46 UTC  (3+ messages)

[PATCH v8 net-next 2/5] net: ethernet: ti: davinci_cpdma: add dma mapped submit
 2019-07-05 23:57 UTC  (2+ messages)
` [PATCH v9 "

[PATCH 00/15 net-next,v2] netfilter: add hardware offload infrastructure
 2019-07-05 23:27 UTC  (9+ messages)
` [PATCH 04/15 net-next,v2] net: sched: add tcf_block_setup()
` [PATCH 06/15 net-next,v2] net: sched: add tcf_setup_block_offload()
` [PATCH 12/15 net-next,v2] net: flow_offload: make flow block callback list per-driver

[PATCH] rtl8xxxu: Fix wifi low signal strength issue of RTL8723BU
 2019-07-05 23:26 UTC  (7+ messages)

[pull request][net-next V2 0/2] Mellanox, mlx5 updates 2019-07-04
 2019-07-05 23:24 UTC  (2+ messages)

[PATCH net] ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()
 2019-07-05 23:19 UTC  (2+ messages)

[PATCH 6/7] nfp: Use spinlock_t instead of struct spinlock
 2019-07-05 23:18 UTC  (2+ messages)

[net-next, PATCH, v2] net: netsec: Sync dma for device on buffer allocation
 2019-07-05 22:45 UTC  (2+ messages)

[PATCH] net: netsec: Sync dma for device on buffer allocation
 2019-07-05 22:42 UTC  (2+ messages)

[PATCH net-next 0/9] net: hns3: some cleanups & bugfixes
 2019-07-05 22:39 UTC  (2+ messages)

[PATCH net] r8152: set RTL8152_UNPLUG only for real disconnection
 2019-07-05 22:38 UTC  (2+ messages)

[PATCH][net-next] net: remove unused parameter from skb_checksum_try_convert
 2019-07-05 22:30 UTC  (2+ messages)

[PATCH net-next 0/8] mlxsw: Enable/disable PTP shapers
 2019-07-05 22:29 UTC  (2+ messages)

[PATCH v2 net-next] net: socionext: remove set but not used variable 'pkts'
 2019-07-05 22:28 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] net: ethernet: allwinner: Remove unneeded memset
 2019-07-05 22:26 UTC  (2+ messages)

linux-next: Tree for Jun 28 (kernel/bpf/cgroup.c)
 2019-07-05 22:23 UTC  (2+ messages)

[Patch net 0/3] hsr: a few bug fixes
 2019-07-05 22:22 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add test_tcp_rtt to .gitignore
 2019-07-05 22:21 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix test_align liveliness expectations
 2019-07-05 22:21 UTC  (2+ messages)

[PATCH net-next 0/3] net: Multipath hashing on inner L3
 2019-07-05 22:19 UTC  (3+ messages)
` [PATCH net-next 1/3] ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pkts

[PATCH net-next v2 0/8] net: mscc: PTP Hardware Clock (PHC) support
 2019-07-05 22:10 UTC  (8+ messages)
` [PATCH net-next v2 2/8] MIPS: dts: mscc: describe the PTP register range
` [PATCH net-next v2 5/8] net: "
` [PATCH net-next v2 6/8] net: mscc: improve the frame header parsing readability
` [PATCH net-next v2 7/8] net: mscc: remove the frame_info cpuq member
` [PATCH net-next v2 8/8] net: mscc: PTP Hardware Clock (PHC) support

pull request (net-next): ipsec-next 2019-07-05
 2019-07-05 22:01 UTC  (2+ messages)

[PATCH bpf-next] Enable zext optimization for more RV64G ALU ops
 2019-07-05 22:01 UTC  (2+ messages)

[PATCH] tools bpftool: Fix json dump crash on powerpc
 2019-07-05 22:00 UTC  (6+ messages)
  ` [PATCHv2] "

[PATCH bpf-next v2] tools: bpftool: add "prog run" subcommand to test-run programs
 2019-07-05 21:58 UTC  (2+ messages)

[PATCH net-next 0/8] net: mscc: PTP Hardware Clock (PHC) support
 2019-07-05 21:58 UTC  (3+ messages)
` [PATCH net-next 8/8] "

pull request (net): ipsec 2019-07-05
 2019-07-05 21:58 UTC  (2+ messages)

[PATCH net-next 0/2] net: mvpp2: Add classification based on the ETHER flow
 2019-07-05 21:49 UTC  (2+ messages)

[PATCH bpf-next 0/2] libbpf: add an option to reuse maps when loading a program
 2019-07-05 21:44 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf, libbpf: add a new API bpf_object__reuse_maps()
` [PATCH bpf-next 2/2] bpf, libbpf: add an option to reuse existing maps in bpf_prog_load_xattr

[GIT PULL] Keys: Set 4 - Key ACLs for 5.3
 2019-07-05 21:30 UTC 

[GIT PULL] Keys: Set 3 - Keyrings namespacing for 5.3
 2019-07-05 21:20 UTC 

[PATCH] selftests: txring_overwrite: fix incorrect test of mmap() return value
 2019-07-05 19:55 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).