netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 01:42:28 to 2020-01-23 18:34:52 UTC [more...]

[PATCH bpf 0/4] Various fixes for sockmap and reuseport tests
 2020-01-23 18:34 UTC  (10+ messages)
` [PATCH bpf 1/4] selftests: bpf: use a temporary file in test_sockmap
` [PATCH bpf 2/4] selftests: bpf: ignore RST packets for reuseport tests
` [PATCH bpf 3/4] selftests: bpf: make reuseport test output more legible
` [PATCH bpf 4/4] selftests: bpf: reset global state between reuseport test runs

[PATCH net] tcp: do not leave dangling pointers in tp->highest_sack
 2020-01-23 18:30 UTC  (2+ messages)

WARNING in cbq_destroy
 2020-01-23 18:14 UTC  (2+ messages)

[PATCH] net-xdp: netdev attribute to control xdpgeneric skb linearization
 2020-01-23 18:11 UTC  (10+ messages)

[PATCH net-next v5 0/1] Bareudp Device Support
 2020-01-23 18:06 UTC  (2+ messages)
` [PATCH net-next v5 1/1] Bareudp device support

[PATCH net-next v5 0/2] Bare UDP L3 Encapsulation Module
 2020-01-23 18:05 UTC  (3+ messages)
` [PATCH net-next v5 1/2] net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS,IP,NSH etc
` [PATCH net-next v5 2/2] net: Special handling for IP & MPLS

[PATCH net-next 0/4] net: bridge: add per-vlan state option
 2020-01-23 17:58 UTC  (7+ messages)
` [PATCH net-next 1/4] net: bridge: check port state before br_allowed_egress
` [PATCH net-next 2/4] net: bridge: vlan: add basic option dumping support
` [PATCH net-next 3/4] net: bridge: vlan: add basic option setting support
` [PATCH net-next 4/4] net: bridge: vlan: add per-vlan state

[PATCH net-next v2] devlink: Add health recover notifications on devlink flows
 2020-01-23 17:57 UTC 

[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
 2020-01-23 17:50 UTC  (5+ messages)

[PATCH net] net: bcmgenet: Use netif_tx_napi_add() for TX NAPI
 2020-01-23 17:49 UTC 

[PATCH] net-core: remove unnecessary ETHTOOL_GCHANNELS initialization
 2020-01-23 17:47 UTC  (6+ messages)

[Bluez PATCH v1] bluetooth: secure bluetooth stack from bluedump attack
 2020-01-23 17:46 UTC  (4+ messages)

[PATCH V3,net-next, 0/2] hv_netvsc: Add XDP support
 2020-01-23 17:44 UTC  (6+ messages)
` [PATCH V3,net-next, 1/2] "

Request to back port "net: phy: Keep reporting transceiver type" to stable-4.9
 2020-01-23 17:42 UTC  (2+ messages)

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

[PATCH bpf-next v4 00/12] Extend SOCKMAP to store listening sockets
 2020-01-23 17:18 UTC  (15+ messages)
` [PATCH bpf-next v4 01/12] bpf, sk_msg: Don't clear saved sock proto on restore
` [PATCH bpf-next v4 02/12] net, sk_msg: Annotate lockless access to sk_prot on clone
` [PATCH bpf-next v4 03/12] net, sk_msg: Clear sk_user_data pointer on clone if tagged
` [PATCH bpf-next v4 04/12] tcp_bpf: Don't let child socket inherit parent protocol ops on copy
` [PATCH bpf-next v4 05/12] bpf, sockmap: Allow inserting listening TCP sockets into sockmap
` [PATCH bpf-next v4 06/12] bpf, sockmap: Don't set up sockmap progs for listening sockets
` [PATCH bpf-next v4 07/12] bpf, sockmap: Return socket cookie on lookup from syscall
` [PATCH bpf-next v4 08/12] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP
` [PATCH bpf-next v4 09/12] bpf: Allow selecting reuseport socket from a SOCKMAP
` [PATCH bpf-next v4 10/12] net: Generate reuseport group ID on group creation
` [PATCH bpf-next v4 11/12] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
` [PATCH bpf-next v4 12/12] selftests/bpf: Tests for SOCKMAP holding listening sockets

[PATCH] bpf: devmap: Pass lockdep expression to RCU lists
 2020-01-23 17:18 UTC  (7+ messages)

[PATCH v2 net-next 00/13] qed*: Utilize FW 8.42.2.0
 2020-01-23 17:16 UTC  (15+ 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 ghak90 V8 00/16] audit: implement container identifier
 2020-01-23 17:09 UTC  (5+ messages)
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon

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

[RFC PATCH V2 11/11] x86: tsc: avoid system instability in hibernation
 2020-01-23 16:27 UTC  (11+ messages)

[PATCHv4 0/3] bpf: trampoline fixes
 2020-01-23 16:15 UTC  (4+ messages)
` [PATCH 1/3] bpf: Allow BTF ctx access for string pointers
` [PATCH 2/3] bpf: Allow to resolve bpf trampoline and dispatcher in unwind
` [PATCH 3/3] selftest/bpf: Add test for allowed trampolines count

[PATCH net-next v7 00/10] net: sched: add Flow Queue PIE packet scheduler
 2020-01-23 16:14 UTC  (3+ messages)

[PATCH] Support for nlattr and nested_nlattr attribute search in EBPF filter
 2020-01-23 15:57 UTC  (2+ messages)

[PATCH net-next] soreuseport: Cleanup duplicate initialization of more_reuse->max_socks
 2020-01-23 15:52 UTC 

[PATCH net-next] net/core: Replace driver version to be kernel version
 2020-01-23 15:17 UTC  (4+ messages)

[net-next 1/1] tipc: change maintainer email address
 2020-01-23 15:09 UTC 

[PATCH net-next v4 0/2] Bare UDP L3 Encapsulation Module
 2020-01-23 14:50 UTC  (8+ 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 v3] [net]: Fix skb->csum update in inet_proto_csum_replace16()
 2020-01-23 14:29 UTC  (8+ messages)

[PATCH v1] net: fddi: skfp: Use print_hex_dump() helper
 2020-01-23 14:27 UTC 

[PATCH net-next 00/14] qed*: Utilize FW 8.42.2.0
 2020-01-23 14:26 UTC  (12+ messages)
` [PATCH net-next 01/14] qed: FW 8.42.2.0 Internal ram offsets modifications
` [PATCH net-next 14/14] qed: bump driver version
    ` [EXT] "

[PATCH v4 00/17] octeontx2-pf: Add network driver for physical function
 2020-01-23 14:24 UTC  (13+ messages)
` [PATCH v4 02/17] octeontx2-pf: Mailbox communication with AF
` [PATCH v4 04/17] octeontx2-pf: Initialize and config queues
` [PATCH v4 07/17] octeontx2-pf: Add packet transmission support

[PATCH v1] net: atm: use %*ph to print small buffer
 2020-01-23 14:20 UTC 

[PATCH net] fou: Fix IPv6 netlink policy
 2020-01-23 13:34 UTC  (2+ messages)

pull-request: bpf-next 2020-01-22
 2020-01-23  1:43 UTC 

WARNING in nf_tables_table_destroy
 2020-01-23 12:30 UTC  (2+ messages)

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

[PATCH bpf-next 00/12] Add support for XDP in egress path
 2020-01-23 11:35 UTC  (15+ messages)
` [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 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 14/16] net: qrtr: Add MHI transport layer
 2020-01-23 11:18 UTC  (2+ messages)
` [PATCH 15/16] net: qrtr: Do not depend on ARCH_QCOM

pull-request: wireless-drivers-2020-01-23
 2020-01-23 11:09 UTC 

[PATCH bpf-next v3 00/12] Extend SOCKMAP to store listening sockets
 2020-01-23 10:59 UTC  (10+ messages)
` [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 10/12] net: Generate reuseport group ID on group creation

[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] 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 00/13] Handle multi chain hardware misses
 2020-01-23  9:54 UTC  (3+ 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 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 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  (5+ 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  (3+ 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/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


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