netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-22 13:06:11 to 2020-01-23 01:42:28 UTC [more...]

[PATCH bpf-next 00/12] Add support for XDP in egress path
 2020-01-23  1:42 UTC  (7+ messages)
` [PATCH bpf-next 01/12] net: Add new XDP setup and query commands
` [PATCH bpf-next 02/12] net: Add BPF_XDP_EGRESS as a bpf_attach_type
` [PATCH bpf-next 03/12] net: Add IFLA_XDP_EGRESS for XDP programs in the egress path
` [PATCH bpf-next 05/12] tuntap: check tun_msg_ctl type at necessary places
` [PATCH bpf-next 06/12] tun: move shared functions to if_tun.h
` [PATCH bpf-next 07/12] vhost_net: user tap recvmsg api to access ptr ring

[PATCHv3 0/6] bpf: Add trampoline helpers
 2020-01-23  1:16 UTC  (8+ messages)
` [PATCH 1/6] bpf: Allow ctx access for pointers to scalar

[PATCH] net/rose: fix spelling mistake "to" -> "too"
 2020-01-23  1:01 UTC 

[PATCH] wcn36xx: rockchip: fix spelling mistake "to" -> "too"
 2020-01-23  0:51 UTC 

[PATCH] caif_usb: fix spelling mistake "to" -> "too"
 2020-01-23  0:45 UTC 

[PATCH] ipvs: fix spelling mistake "to" -> "too"
 2020-01-23  0:43 UTC 

[PATCH v3 bpf-next 0/3] bpf: tcp: Add bpf_cubic example
 2020-01-23  0:40 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Add BPF_FUNC_jiffies64
` [PATCH v3 bpf-next 2/3] bpf: Sync uapi bpf.h to tools/
` [PATCH v3 bpf-next 3/3] bpf: tcp: Add bpf_cubic example

[PATCH -next] i40e: remove unnecessary conversions to bool
 2020-01-23  0:40 UTC  (2+ messages)
` [Intel-wired-lan] "

Request to back port "net: phy: Keep reporting transceiver type" to stable-4.9
 2020-01-23  0:37 UTC 

[PATCH] net-core: remove unnecessary ETHTOOL_GCHANNELS initialization
 2020-01-23  0:18 UTC  (3+ messages)

[PATCH] ar5523: fix spelling mistake "to" -> "too"
 2020-01-23  0:18 UTC 

[PATCH] i40e: fix spelling mistake "to" -> "too"
 2020-01-23  0:14 UTC 

[PATCH] staging: qlge: fix spelling mistake "to" -> "too"
 2020-01-23  0:07 UTC 

[PATCH] macb: Don't unregister clks unconditionally
 2020-01-22 23:56 UTC  (2+ messages)

[Patch net] net_sched: fix datalen for ematch
 2020-01-22 23:45 UTC  (2+ messages)

[PATCH bpf-next v3 00/12] Extend SOCKMAP to store listening sockets
 2020-01-22 23:11 UTC  (19+ messages)
` [PATCH bpf-next v3 02/12] net, sk_msg: Annotate lockless access to sk_prot on clone
` [PATCH bpf-next v3 04/12] tcp_bpf: Don't let child socket inherit parent protocol ops on copy
` [PATCH bpf-next v3 05/12] bpf, sockmap: Allow inserting listening TCP sockets into sockmap
` [PATCH bpf-next v3 06/12] bpf, sockmap: Don't set up sockmap progs for listening sockets
` [PATCH bpf-next v3 08/12] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP
` [PATCH bpf-next v3 09/12] bpf: Allow selecting reuseport socket from a SOCKMAP
` [PATCH bpf-next v3 10/12] net: Generate reuseport group ID on group creation
` [PATCH bpf-next v3 11/12] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
` [PATCH bpf-next v3 12/12] selftests/bpf: Tests for SOCKMAP holding listening sockets

[PATCH] mvneta driver disallow XDP program on hardware buffer management
 2020-01-22 23:04 UTC  (2+ messages)

[PATCH] mvneta driver XDP fixes armhf
 2020-01-22 22:57 UTC  (2+ messages)

[PATCH net v3 00/12] Fixes for SONIC ethernet driver
 2020-01-22 22:07 UTC  (13+ messages)
` [PATCH net v3 10/12] net/sonic: Fix command register usage
` [PATCH net v3 04/12] net/sonic: Fix interface error stats collection
` [PATCH net v3 08/12] net/sonic: Fix receive buffer replenishment
` [PATCH net v3 02/12] net/sonic: Clear interrupt flags immediately
` [PATCH net v3 06/12] net/sonic: Avoid needless receive descriptor EOL flag updates
` [PATCH net v3 03/12] net/sonic: Use MMIO accessors
` [PATCH net v3 11/12] net/sonic: Fix CAM initialization
` [PATCH net v3 12/12] net/sonic: Prevent tx watchdog timeout
` [PATCH net v3 07/12] net/sonic: Improve receive descriptor status flag check
` [PATCH net v3 09/12] net/sonic: Quiesce SONIC before re-initializing descriptor memory
` [PATCH net v3 01/12] net/sonic: Add mutual exclusion for accessing shared state
` [PATCH net v3 05/12] net/sonic: Fix receive buffer handling

[PATCH v2 bpf-next 0/3] bpf: tcp: Add bpf_cubic example
 2020-01-22 22:17 UTC  (4+ messages)
` [PATCH v2 bpf-next 3/3] "

[PATCH v2 bpf-next 0/3] bpf: Program extensions or dynamic re-linking
 2020-01-22 22:12 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in __nla_put_nohdr
 2020-01-22 22:09 UTC  (5+ messages)

WARNING in bpf_warn_invalid_xdp_action
 2020-01-22 21:38 UTC  (3+ messages)

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-01-22 21:29 UTC  (21+ messages)
` [PATCH ghak90 V8 02/16] audit: add container id
` [PATCH ghak90 V8 04/16] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V8 05/16] audit: log drop of contid on exit of last task
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V8 11/16] audit: add support for containerid to network namespaces
` [PATCH ghak90 V8 12/16] audit: contid check descendancy and nesting
` [PATCH ghak90 V8 13/16] audit: track container nesting
` [PATCH ghak90 V8 14/16] audit: check contid depth and add limit config param
` [PATCH ghak90 V8 15/16] audit: check contid count per netns and add config param limit
` [PATCH ghak90 V8 16/16] audit: add capcontid to set contid outside init_user_ns

[PATCH] net-xdp: netdev attribute to control xdpgeneric skb linearization
 2020-01-22 20:32 UTC 

[PATCH V3,net-next, 0/2] hv_netvsc: Add XDP support
 2020-01-22 20:29 UTC  (5+ messages)
` [PATCH V3,net-next, 1/2] "
` [PATCH V3,net-next, 2/2] hv_netvsc: Update document for "

[PATCH net-next] net: convert additional drivers to use phy_do_ioctl
 2020-01-22 20:17 UTC  (2+ messages)

[PATCH] net, ip6_tunnel: fix namespaces move
 2020-01-22 20:15 UTC  (2+ messages)

Overlapping networks can only be added in a certain order
 2020-01-22 20:14 UTC 

[PATCH net] net_sched: use validated TCA_KIND attribute in tc_new_tfilter()
 2020-01-22 20:12 UTC  (2+ messages)

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

[RFC PATCH V2 11/11] x86: tsc: avoid system instability in hibernation
 2020-01-22 20:07 UTC  (10+ messages)

[PATCH net-next 0/2] net: phy: aquantia: indicate rate adaptation
 2020-01-22 20:05 UTC  (5+ messages)
` [PATCH net-next 1/2] net: phy: aquantia: add rate_adaptation indication
` [PATCH net-next 2/2] dpaa_eth: support all modes with rate adapting PHYs

[PATCH v4 00/17] octeontx2-pf: Add network driver for physical function
 2020-01-22 19:50 UTC  (16+ messages)
` [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 06/17] octeontx2-pf: Receive packet handling support
` [PATCH v4 07/17] octeontx2-pf: Add packet transmission support

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

[PATCH net] MAINTAINERS: Make Russell King designated reviewer of phylib
 2020-01-22 19:33 UTC  (2+ messages)

[PATCH v3] can, slip: Protect tty->disc_data in write_wakeup and close with RCU
 2020-01-22 19:32 UTC  (2+ messages)

[PATCH net] net, sk_msg: Don't check if sock is locked when tearing down psock
 2020-01-22 19:30 UTC  (4+ messages)

[PATCH net-next v2] net/mlx5e: Add mlx5e_flower_parse_meta support
 2020-01-22 19:17 UTC  (7+ messages)

[PATCH net-next 00/14] qed*: Utilize FW 8.42.2.0
 2020-01-22 19:12 UTC  (26+ messages)
` [PATCH net-next 01/14] qed: FW 8.42.2.0 Internal ram offsets modifications
` [PATCH net-next 02/14] qed: FW 8.42.2.0 Expose new registers and change windows
` [PATCH net-next 03/14] qed: FW 8.42.2.0 Queue Manager changes
` [PATCH net-next 04/14] qed: FW 8.42.2.0 Parser offsets modified
` [PATCH net-next 05/14] qed: Use dmae to write to widebus registers in fw_funcs
` [PATCH net-next 06/14] qed: FW 8.42.2.0 Additional ll2 type
` [PATCH net-next 07/14] qed: Add abstraction for different hsi values per chip
` [PATCH net-next 08/14] qed: FW 8.42.2.0 iscsi/fcoe changes
` [PATCH net-next 09/14] qed: FW 8.42.2.0 HSI changes
` [PATCH net-next 10/14] qed: FW 8.42.2.0 Add fw overlay feature
` [PATCH net-next 11/14] qed: Debug feature: ilt and mdump
` [PATCH net-next 12/14] qed: rt init valid initialization changed
` [PATCH net-next 13/14] qed: FW 8.42.2.0 debug features
        ` [EXT] "
` [PATCH net-next 14/14] qed: bump driver version
    ` [EXT] "

[PATCH] net/mlx5e: Fix printk format warning
 2020-01-22 18:51 UTC  (8+ messages)

XDP multi-buffer design discussion
 2020-01-22 18:50 UTC  (9+ messages)

[PATCH net-next v4 0/2] Bare UDP L3 Encapsulation Module
 2020-01-22 18:30 UTC  (5+ 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 net-next v7 00/10] net: sched: add Flow Queue PIE packet scheduler
 2020-01-22 18:22 UTC  (11+ messages)
` [PATCH net-next v7 01/10] net: sched: pie: move common code to pie.h
` [PATCH net-next v7 02/10] pie: use U64_MAX to denote (2^64 - 1)
` [PATCH net-next v7 03/10] pie: rearrange macros in order of length
` [PATCH net-next v7 04/10] pie: use u8 instead of bool in pie_vars
` [PATCH net-next v7 05/10] pie: rearrange structure members and their initializations
` [PATCH net-next v7 06/10] pie: improve comments and commenting style
` [PATCH net-next v7 07/10] net: sched: pie: fix commenting
` [PATCH net-next v7 08/10] net: sched: pie: fix alignment in struct instances
` [PATCH net-next v7 09/10] net: sched: pie: export symbols to be reused by FQ-PIE
` [PATCH net-next v7 10/10] net: sched: add Flow Queue PIE packet scheduler

[PATCH net] mlxsw: spectrum_acl: Fix use-after-free during reload
 2020-01-22 18:09 UTC 

[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
 2020-01-22 18:10 UTC  (3+ messages)

Fw: [Bug 206281] New: Problem in IPsec route
 2020-01-22 17:58 UTC 

[Bluez PATCH v1] bluetooth: secure bluetooth stack from bluedump attack
 2020-01-22 17:52 UTC  (3+ messages)

[PATCH net-next v6 00/10] net: sched: add Flow Queue PIE packet scheduler
 2020-01-22 17:40 UTC  (4+ messages)
` [PATCH net-next v6 10/10] "

[PATCH v2] bpf: btf: Always output invariant hit in pahole DWARF to BTF transform
 2020-01-22 17:24 UTC  (2+ messages)

[PATCH 3/3] selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS
 2020-01-22 17:23 UTC  (2+ messages)

[PATCH net] tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()
 2020-01-22 17:07 UTC 

[PATCH net-next 0/2] Add PHY IDs for DP83825/6
 2020-01-22 17:07 UTC  (5+ messages)
` [PATCH net-next 1/2] phy: dp83826: Add phy IDs for DP83826N and 826NC
` [PATCH net-next 2/2] net: phy: DP83822: Add support for additional DP83825 devices

KMSAN: uninit-value in eth_type_trans (2)
 2020-01-22 16:47 UTC 

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

general protection fault in nf_flow_table_offload_setup
 2020-01-22 16:24 UTC  (2+ messages)

[PATCH v3] [net]: Fix skb->csum update in inet_proto_csum_replace16()
 2020-01-22 16:22 UTC  (5+ messages)

[PATCH bpf-next] bpf: Fix error path under memory pressure
 2020-01-22 15:56 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix trampoline usage in preempt
 2020-01-22 15:55 UTC  (2+ messages)

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

[PATCH 0/3] Add Support for MCAN in AM654x-idk
 2020-01-22 14:53 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: net: can: m_can: Add Documentation for stb-gpios
  ` [PATCH 2/3] can: m_can: m_can_platform: Add support for enabling transceiver through the STB line

[PATCH] net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10G
 2020-01-22 14:15 UTC 

[PATCH net-next 00/13] Handle multi chain hardware misses
 2020-01-22 13:51 UTC  (9+ messages)
` [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 v3] net/mlx5e: Don't allow forwarding between uplink
 2020-01-22 13:33 UTC  (2+ messages)

[PATCH] devlink: Add enable_ecn boolean generic parameter
 2020-01-22 13:32 UTC  (2+ messages)

[PATCH net 0/3] net: fsl/fman: address erratum A011043
 2020-01-22 13:20 UTC  (4+ messages)
` [PATCH net 1/3] dt-bindings: net: add fsl,erratum-a011043
` [PATCH net 2/3] powerpc/fsl/dts: "
` [PATCH net 3/3] net/fsl: treat fsl,erratum-a011043


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