netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-21 08:26:24 to 2020-01-21 19:16:48 UTC [more...]

general protection fault in free_verifier_state (3)
 2020-01-21 19:16 UTC  (3+ messages)

[PATCH net-next 00/13] Handle multi chain hardware misses
 2020-01-21 19:08 UTC  (16+ messages)
` [PATCH net-next 01/13] net: sched: support skb chain ext in tc classification path
` [PATCH net-next-mlx5 02/13] net/mlx5: Add new driver lib for mappings unique ids to data
` [PATCH net-next-mlx5 03/13] net/mlx5: E-Switch, Move source port on reg_c0 to the upper 16 bits
` [PATCH net-next-mlx5 04/13] net/mlx5: E-Switch, Get reg_c0 value on CQE
` [PATCH net-next-mlx5 05/13] net/mlx5: E-Switch, Mark miss packets with new chain id mapping
` [PATCH net-next-mlx5 06/13] net/mlx5e: Rx, Split rep rx mpwqe handler from nic
` [PATCH net-next-mlx5 07/13] net/mlx5: E-Switch, Restore chain id on miss
` [PATCH net-next-mlx5 08/13] net/mlx5e: Allow re-allocating mod header actions
` [PATCH net-next-mlx5 09/13] net/mlx5e: Move tc tunnel parsing logic with the rest at tc_tun module
` [PATCH net-next-mlx5 10/13] net/mlx5e: Disallow inserting vxlan/vlan egress rules without decap/pop
` [PATCH net-next-mlx5 11/13] net/mlx5e: Support inner header rewrite with goto action
` [PATCH net-next-mlx5 12/13] net/mlx5: E-Switch, Get reg_c1 value on miss
` [PATCH net-next-mlx5 13/13] net/mlx5e: Restore tunnel metadata "

[PATCH v2 bpf-next 0/3] bpf: Program extensions or dynamic re-linking
 2020-01-21 19:08 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Introduce dynamic program extensions
` [PATCH v2 bpf-next 2/3] libbpf: Add support for "
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add tests "

[PATCH] bpf: btf: Always output invariant hit in pahole DWARF to BTF transform
 2020-01-21 19:06 UTC  (2+ messages)

[PATCH net] net_sched: use validated TCA_KIND attribute in tc_new_tfilter()
 2020-01-21 19:02 UTC 

general protection fault in can_rx_register
 2020-01-21 18:54 UTC  (9+ messages)

[PATCH V2,net-next, 0/2] hv_netvsc: Add XDP support
 2020-01-21 18:53 UTC  (5+ messages)
` [PATCH V2,net-next, 1/2] "

[PATCH net] Revert "udp: do rmem bulk free even if the rx sk queue is empty"
 2020-01-21 18:26 UTC  (2+ messages)

[PATCH net-next v4 0/1] Bareudp Device Support
 2020-01-21 17:52 UTC  (2+ messages)
` [PATCH net-next v4 1/1] Bareudp device support

[PATCH net-next v4 0/2] Bare UDP L3 Encapsulation Module
 2020-01-21 17:51 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net: UDP tunnel encapsulation module for
` [PATCH net-next v4 2/2] net: Special handling for IP & MPLS

[PATCH iproute2] ip: fix link type and vlan oneline output
 2020-01-21 16:59 UTC  (3+ messages)

[PATCH rdma-next 00/10] Relaxed ordering memory regions
 2020-01-21 16:57 UTC  (4+ messages)
` [PATCH rdma-next 07/10] RDMA/efa: Allow passing of optional access flags for MR registration

[PATCH v4 00/17] octeontx2-pf: Add network driver for physical function
 2020-01-21 16:54 UTC  (24+ messages)
` [PATCH v4 01/17] octeontx2-pf: Add Marvell OcteonTX2 NIC driver
` [PATCH v4 02/17] octeontx2-pf: Mailbox communication with AF
` [PATCH v4 03/17] octeontx2-pf: Attach NIX and NPA block LFs
` [PATCH v4 04/17] octeontx2-pf: Initialize and config queues
` [PATCH v4 05/17] octeontx2-pf: Setup interrupts and NAPI handler
` [PATCH v4 06/17] octeontx2-pf: Receive packet handling support
` [PATCH v4 07/17] octeontx2-pf: Add packet transmission support
` [PATCH v4 08/17] octeontx2-pf: Register and handle link notifications
` [PATCH v4 09/17] octeontx2-pf: MTU, MAC and RX mode config support
` [PATCH v4 10/17] octeontx2-pf: Error handling support
` [PATCH v4 11/17] octeontx2-pf: Receive side scaling support
` [PATCH v4 12/17] octeontx2-pf: TCP segmentation offload support
` [PATCH v4 13/17] octeontx2-pf: Add ndo_get_stats64
` [PATCH v4 14/17] octeontx2-pf: Add basic ethtool support
` [PATCH v4 15/17] octeontx2-pf: ethtool RSS config support
` [PATCH v4 16/17] Documentation: net: octeontx2: Add RVU HW and drivers overview
` [PATCH v4 17/17] MAINTAINERS: Add entry for Marvell OcteonTX2 Physical Function driver

[RFC PATCH 0/2] Bluetooth: Handle system suspend gracefully
 2020-01-21 16:53 UTC  (5+ messages)
` [RFC PATCH 1/2] Bluetooth: Add mgmt op set_wake_capable
` [RFC PATCH 2/2] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND

[PATCH net-next v4 00/10] net: sched: add Flow Queue PIE packet scheduler
 2020-01-21 16:52 UTC  (17+ messages)
` [PATCH net-next v4 01/10] net: sched: pie: move common code to pie.h
` [PATCH net-next v4 02/10] pie: use U64_MAX to denote (2^64 - 1)
` [PATCH net-next v4 03/10] pie: rearrange macros in order of length
` [PATCH net-next v4 04/10] pie: use u8 instead of bool in pie_vars
` [PATCH net-next v4 05/10] pie: rearrange structure members and their initializations
` [PATCH net-next v4 06/10] pie: improve comments and commenting style
` [PATCH net-next v4 07/10] net: sched: pie: fix commenting
` [PATCH net-next v4 08/10] net: sched: pie: fix alignment in struct instances
` [PATCH net-next v4 09/10] net: sched: pie: export symbols to be reused by FQ-PIE
` [PATCH net-next v4 10/10] net: sched: add Flow Queue PIE packet scheduler

[net-next:master 7/53] pktgen.c:undefined reference to `__aeabi_uldivmod'
 2020-01-21 16:35 UTC 

[PATCH net] l2tp: Allow duplicate session creation with UDP
 2020-01-21 16:35 UTC  (11+ messages)

[PATCH] net/bluetooth: remove __get_channel/dir
 2020-01-21 16:19 UTC  (2+ messages)

Created benchmarks modules for page_pool
 2020-01-21 16:09 UTC 

[PATCH net v2] net: Fix packet reordering caused by GRO and listified RX cooperation
 2020-01-21 16:01 UTC  (2+ messages)

[PATCH net-next 0/3] vsock: support network namespace
 2020-01-21 15:50 UTC  (17+ messages)
` [PATCH net-next 1/3] vsock: add network namespace support

KASAN: use-after-free Read in ccid_hc_tx_delete
 2020-01-21 15:39 UTC  (4+ messages)

[PATCH] net, ip_tunnel: fix namespaces move
 2020-01-21 15:30 UTC  (8+ messages)
      ` [PATCH v2] "

general protection fault in nft_chain_parse_hook
 2020-01-21 14:35 UTC  (5+ messages)
` [PATCH nf] netfilter: nf_tables: check for valid chain type pointer before dereference

[PATCH 0/5] vDPA support
 2020-01-21 14:17 UTC  (32+ messages)
` [PATCH 3/5] vDPA: introduce vDPA bus

[PATCH bpf-next v5 00/11] tools: Use consistent libbpf include paths everywhere
 2020-01-21 13:33 UTC  (3+ messages)

[PATCH v3] can, slip: Protect tty->disc_data in write_wakeup and close with RCU
 2020-01-21 13:42 UTC 

[PATCH net 0/9] r8152: serial fixes
 2020-01-21 13:19 UTC  (13+ messages)
` [PATCH net 1/9] r8152: fix runtime resume for linking change
` [PATCH net 2/9] r8152: reset flow control patch when linking on for RTL8153B
` [PATCH net 3/9] r8152: get default setting of WOL before initializing
` [PATCH net 4/9] r8152: disable U2P3 for RTL8153B
` [PATCH net 5/9] r8152: Disable PLA MCU clock speed down
` [PATCH net 6/9] r8152: disable test IO for RTL8153B
` [PATCH net 7/9] r8152: don't enable U1U2 with USB_SPEED_HIGH "
` [PATCH net 8/9] r8152: avoid the MCU to clear the lanwake
` [PATCH net 9/9] r8152: disable DelayPhyPwrChg

[PATCH bpf-next v2 00/11] Extend SOCKMAP to store listening sockets
 2020-01-21 12:42 UTC  (7+ messages)
` [PATCH bpf-next v2 02/11] net, sk_msg: Annotate lockless access to sk_prot on clone

KASAN: use-after-free Read in __nf_tables_abort
 2020-01-21 12:37 UTC  (3+ messages)

[PATCH net] net, sk_msg: Don't check if sock is locked when tearing down psock
 2020-01-21 12:31 UTC 

[PATCH v4 1/2] wan/hdlc_x25: make lapb params configurable
 2020-01-21 12:22 UTC  (6+ messages)
` [PATCH v4 2/2] wan/hdlc_x25: fix skb handling

[PATCH bpf-next] xsk, net: make sock_def_readable() have external linkage
 2020-01-21 12:06 UTC  (3+ messages)

[PATCHv3 0/6] bpf: Add trampoline helpers
 2020-01-21 12:05 UTC  (7+ messages)
` [PATCH 1/6] bpf: Allow ctx access for pointers to scalar
` [PATCH 2/6] bpf: Add bpf_perf_event_output_kfunc
` [PATCH 3/6] bpf: Add bpf_get_stackid_kfunc
` [PATCH 4/6] bpf: Add bpf_get_stack_kfunc
` [PATCH 5/6] bpf: Allow to resolve bpf trampoline and dispatcher in unwind
` [PATCH 6/6] selftest/bpf: Add test for allowed trampolines count

Advertise maximum number of sg supported by driver in single request
 2020-01-21 12:03 UTC  (9+ messages)

[PATCH net-next 0/2] Rate adaptation for Felix DSA switch
 2020-01-21 11:55 UTC  (5+ messages)
` [PATCH net-next 1/2] net: dsa: felix: Handle PAUSE RX regardless of AN result

[PATCH bpf-next] xsk: update rings for load-acquire/store-release semantics
 2020-01-21 11:50 UTC  (3+ messages)

pull request (net-next): ipsec-next 2020-01-21
 2020-01-21 11:22 UTC  (2+ messages)

[PATCH -next v2] drivers: net: declance: fix comparing pointer to 0
 2020-01-21 11:10 UTC  (2+ messages)

[net-next, rdma-next] [pull request] Use ODP MRs for kernel ULPs
 2020-01-21 11:05 UTC  (3+ messages)

[PATCH] tcp/ipv4: remove AF_INET_FAMILY
 2020-01-21 11:04 UTC  (2+ messages)

[PATCH] net/hsr: remove seq_nr_after_or_eq
 2020-01-21 11:04 UTC  (2+ messages)

[PATCH net-next 0/9] net: hns3: misc updates for -net-next
 2020-01-21 10:46 UTC  (11+ messages)
` [PATCH net-next 1/9] net: hns3: limit the error logging in the hns3_clean_tx_ring()
` [PATCH net-next 2/9] net: hns3: do not reuse pfmemalloc pages
` [PATCH net-next 3/9] net: hns3: set VF's default reset_type to HNAE3_NONE_RESET
` [PATCH net-next 4/9] net: hns3: move duplicated macro definition into header
` [PATCH net-next 5/9] net: hns3: refine the input parameter 'size' for snprintf()
` [PATCH net-next 6/9] net: hns3: rewrite a log in hclge_put_vector()
` [PATCH net-next 7/9] net: hns3: delete unnecessary blank line and space for cleanup
` [PATCH net-next 8/9] net: hns3: remove redundant print on ENOMEM
` [PATCH net-next 9/9] net: hns3: cleanup some coding style issue

[PATCH net-next] net/smc: allow unprivileged users to read pnet table
 2020-01-21 10:40 UTC  (2+ messages)

[PATCHv2 0/6] bpf: Add trampoline helpers
 2020-01-21  9:56 UTC  (4+ messages)
` [PATCH 5/6] bpf: Allow to resolve bpf trampoline and dispatcher in unwind

[PATCH net-next v2] net/mlx5e: Don't allow forwarding between uplink
 2020-01-21  9:53 UTC  (4+ messages)

[PATCH] tcp: remove redundant assigment to snd_cwnd
 2020-01-21  9:53 UTC  (2+ messages)

[PATCH net-next 0/3] net: phy: add new version of phy_do_ioctl and convert suitable drivers
 2020-01-21  9:50 UTC  (2+ messages)

[PATCH -next v2] net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_read
 2020-01-21  9:49 UTC  (2+ messages)

[PATCH] net: usb: lan78xx: Add .ndo_features_check
 2020-01-21  9:47 UTC  (2+ messages)

[PATCH] tcp_bbr: improve arithmetic division in bbr_update_bw()
 2020-01-21  9:46 UTC  (2+ messages)

[PATCH] net-sysfs: Fix reference count leak
 2020-01-21  9:44 UTC  (3+ messages)
` [PATCH v4] "

[PATCH net] ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actions
 2020-01-21  9:19 UTC  (2+ messages)

[PATCH -next] drivers: net: declance: fix comparing pointer to 0
 2020-01-21  9:18 UTC  (5+ messages)

[PATCH iproute2 v2] tc: flower: fix print with oneline option
 2020-01-21  8:53 UTC 

[PATCH iproute2] tc: flower: fix print with oneline option
 2020-01-21  8:26 UTC  (3+ messages)

pull request (net): ipsec 2020-01-21
 2020-01-21  8:26 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).