netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-22 18:10:22 to 2020-01-23 10:59:50 UTC [more...]

[PATCH bpf-next v3 00/12] Extend SOCKMAP to store listening sockets
 2020-01-23 10:59 UTC  (18+ 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 v2 net-next 00/13] qed*: Utilize FW 8.42.2.0
 2020-01-23 10:58 UTC  (14+ messages)
` [PATCH v2 net-next 01/13] qed: FW 8.42.2.0 Internal ram offsets modifications
` [PATCH v2 net-next 02/13] qed: FW 8.42.2.0 Expose new registers and change windows
` [PATCH v2 net-next 03/13] qed: FW 8.42.2.0 Queue Manager changes
` [PATCH v2 net-next 04/13] qed: FW 8.42.2.0 Parser offsets modified
` [PATCH v2 net-next 05/13] qed: Use dmae to write to widebus registers in fw_funcs
` [PATCH v2 net-next 06/13] qed: FW 8.42.2.0 Additional ll2 type
` [PATCH v2 net-next 07/13] qed: Add abstraction for different hsi values per chip
` [PATCH v2 net-next 08/13] qed: FW 8.42.2.0 iscsi/fcoe changes
` [PATCH v2 net-next 09/13] qed: FW 8.42.2.0 HSI changes
` [PATCH v2 net-next 10/13] qed: FW 8.42.2.0 Add fw overlay feature
` [PATCH v2 net-next 11/13] qed: Debug feature: ilt and mdump
` [PATCH v2 net-next 12/13] qed: rt init valid initialization changed
` [PATCH v2 net-next 13/13] qed: FW 8.42.2.0 debug features

[PATCH net] tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()
 2020-01-23 10:44 UTC  (2+ messages)

[PATCH net-next v7 00/10] net: sched: add Flow Queue PIE packet scheduler
 2020-01-23 10:39 UTC  (12+ 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-23 10:34 UTC  (2+ messages)

[PATCH iproute2 0/6] devlink: Replace devlink print helper functions with common library functions
 2020-01-23 10:32 UTC  (7+ messages)
` [PATCH iproute2 1/6] json_print: Introduce print_#type_name_value
` [PATCH iproute2 2/6] json_print: Add new json object function not as array item
` [PATCH iproute2 3/6] devlink: Replace json prints by common library functions
` [PATCH iproute2 4/6] devlink: Replace pr_out_str wrapper function with common function
` [PATCH iproute2 5/6] devlink: Replace pr_#type_value wrapper functions with common functions
` [PATCH iproute2 6/6] devlink: Replace pr_out_bool/uint() wrappers with common print functions

[PATCH net 0/9] r8152: serial fixes
 2020-01-23 10:21 UTC  (3+ messages)
` [PATCH net v3 "

[PATCH net] gtp: make sure only SOCK_DGRAM UDP sockets are accepted
 2020-01-23 10:17 UTC  (2+ messages)

[PATCH net] net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
 2020-01-23 10:16 UTC  (2+ messages)

[PATCH 1/2] airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATE
 2020-01-23 10:03 UTC  (4+ messages)
` [PATCH 2/2] airo: Add missing CAP_NET_ADMIN check "

[PATCH net-next v4 0/2] Bare UDP L3 Encapsulation Module
 2020-01-23 10:00 UTC  (7+ 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 00/13] Handle multi chain hardware misses
 2020-01-23  9:54 UTC  (3+ messages)

[PATCH] net-xdp: netdev attribute to control xdpgeneric skb linearization
 2020-01-23  9:53 UTC  (2+ messages)

[PATCH v2 net-next] net: convert suitable drivers to use phy_do_ioctl_running
 2020-01-23  9:49 UTC  (2+ messages)

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

[PATCH] net-core: remove unnecessary ETHTOOL_GCHANNELS initialization
 2020-01-23  8:40 UTC  (5+ messages)

[PATCH bpf-next 00/12] Add support for XDP in egress path
 2020-01-23  8:26 UTC  (15+ 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 04/12] net: core: rename netif_receive_generic_xdp() to do_generic_xdp_core()
` [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
` [PATCH bpf-next 08/12] tuntap: remove usage of ptr ring in vhost_net
` [PATCH bpf-next 09/12] tun: set egress XDP program
` [PATCH bpf-next 10/12] tun: run XDP program in tx path
` [PATCH bpf-next 11/12] libbpf: Add egress XDP support
` [PATCH bpf-next 12/12] samples/bpf: xdp1, add "

[PATCH v3] [net]: Fix skb->csum update in inet_proto_csum_replace16()
 2020-01-23  8:21 UTC  (6+ messages)

[PATCH net-next 00/14] qed*: Utilize FW 8.42.2.0
 2020-01-23  8:18 UTC  (13+ messages)
` [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 v2] mvneta driver disallow XDP program on hardware buffer management
 2020-01-23  8:16 UTC 

[PATCH v5 00/38] Hardened usercopy whitelisting
 2020-01-23  8:14 UTC  (6+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

[PATCH 0/3] Add Support for MCAN in AM654x-idk
 2020-01-23  7:39 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: net: can: m_can: Add Documentation for stb-gpios

[PATCH net-next 0/2] net: phy: aquantia: indicate rate adaptation
 2020-01-23  7:38 UTC  (7+ 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

KASAN: slab-out-of-bounds Read in __nla_put_nohdr
 2020-01-23  7:13 UTC  (6+ messages)

[PATCH 6/6] ipv6_route_seq_next should increase position index
 2020-01-23  7:12 UTC 

[PATCH 5/6] rt_cpu_seq_next should increase position index
 2020-01-23  7:11 UTC 

[PATCH 4/6] neigh_stat_seq_next() should increase position index
 2020-01-23  7:11 UTC 

[PATCH 3/6] vcc_seq_next should increase position index
 2020-01-23  7:11 UTC 

[PATCH 1/6] seq_tab_next() should increase position index
 2020-01-23  7:11 UTC 

[PATCH 0/6] netdev: seq_file .next functions should increase position index
 2020-01-23  7:11 UTC 

[PATCH 2/6] l2t_seq_next should increase position index
 2020-01-23  7:11 UTC 

pull-request: bpf-next 2020-01-22
 2020-01-23  7:10 UTC  (2+ messages)

[PATCH net-next v2 00/13] Handle multi chain hardware misses
 2020-01-23  7:06 UTC  (4+ messages)
` [PATCH net-next v2 01/13] net: sched: support skb chain ext in tc classification path

[pull request][net-next 00/15] Mellanox, mlx5 mlx5-updates-2020-01-22
 2020-01-23  6:40 UTC  (16+ messages)
` [net-next 01/15] net/mlx5e: Fix printk format warning
` [net-next 02/15] net/mlx5e: allow TSO on VXLAN over VLAN topologies
` [net-next 03/15] net/mlx5: make the symbol 'ESW_POOLS' static
` [net-next 04/15] net/mlx5e: Add mlx5e_flower_parse_meta support
` [net-next 05/15] net/mlx5: DR, Modify set action limitation extension
` [net-next 06/15] net/mlx5: DR, Modify header copy support
` [net-next 07/15] net/mlx5: DR, Allow connecting flow table to a lower/same level table
` [net-next 08/15] net/mlx5e: Move uplink rep init/cleanup code into own functions
` [net-next 09/15] net/mlx5e: Profile specific stats groups
` [net-next 10/15] net/mlx5e: Declare stats groups via macro
` [net-next 11/15] net/mlx5e: Convert stats groups array to array of group pointers
` [net-next 12/15] net/mlx5e: IPoIB, use separate stats groups
` [net-next 13/15] net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infra
` [net-next 14/15] net/mlx5e: Create q counters on uplink representors
` [net-next 15/15] net/mlx5e: Enable all available stats for uplink reps

[PATCH mlx5-next] net/mlx5: Add bit to indicate support for encap/decap in sw-steering managed tables
 2020-01-23  6:39 UTC 

WARNING in bpf_warn_invalid_xdp_action
 2020-01-23  6:19 UTC  (4+ messages)

[RFC 0/2] Add ACPI bindings to the genet
 2020-01-23  6:08 UTC  (3+ messages)
` [RFC 1/2] net: bcmgenet: Initial bcmgenet ACPI support
` [RFC 2/2] net: bcmgenet: Fetch MAC address from the adapter

[PATCH] staging: qlge: fix spelling mistake "to" -> "too"
 2020-01-23  5:19 UTC  (2+ messages)

[PATCH net] tcp: do not leave dangling pointers in tp->highest_sack
 2020-01-23  5:03 UTC 

[PATCH] net/rose: fix spelling mistake "to" -> "too"
 2020-01-23  4:07 UTC  (2+ messages)

[PATCH bpf-next v2 2/9] riscv, bpf: add support for far branching
 2020-01-23  2:08 UTC  (5+ messages)
` [PATCH bpf-next v2 0/9] riscv: BPF JIT fix, optimizations and far jumps support

[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] 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] 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] 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] 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)

[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 V3,net-next, 0/2] hv_netvsc: Add XDP support
 2020-01-22 20:29 UTC  (4+ messages)
` [PATCH V3,net-next, 1/2] "

[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 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  (2+ messages)

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

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


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