netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-22 19:10:25 to 2019-12-24 01:01:17 UTC [more...]

[RFC net-next 0/2] mvpp2: page_pool support
 2019-12-24  1:01 UTC 

[PATCH bpf-next v2 00/11] Introduce BPF STRUCT_OPS
 2019-12-23 23:26 UTC  (22+ messages)
` [PATCH bpf-next v2 04/11] bpf: Support bitfield read access in btf_struct_access
` [PATCH bpf-next v2 05/11] bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
` [PATCH bpf-next v2 06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
` [PATCH bpf-next v2 07/11] bpf: tcp: Support tcp_congestion_ops in bpf
` [PATCH bpf-next v2 10/11] bpf: libbpf: Add STRUCT_OPS support
` [PATCH bpf-next v2 11/11] bpf: Add bpf_dctcp example

[PATCH net] sctp: fix err handling of stream initialization
 2019-12-23 22:55 UTC  (4+ messages)

refcount issue with net/mlx5: DR, Expose steering table functionality
 2019-12-23 22:12 UTC  (2+ messages)

[net-next v3 PATCH] page_pool: handle page recycle for NUMA_NO_NODE condition
 2019-12-23 22:10 UTC  (10+ messages)
` [net-next v5 "

[PATCH net-next v8 00/14] ethtool netlink interface, part 1
 2019-12-23 22:05 UTC  (17+ messages)
` [PATCH net-next v8 01/14] ethtool: introduce ethtool netlink interface
` [PATCH net-next v8 02/14] ethtool: helper functions for "
` [PATCH net-next v8 03/14] ethtool: netlink bitset handling
` [PATCH net-next v8 04/14] ethtool: support for netlink notifications
` [PATCH net-next v8 05/14] ethtool: default handlers for GET requests
` [PATCH net-next v8 06/14] ethtool: provide string sets with STRSET_GET request
` [PATCH net-next v8 07/14] ethtool: provide link settings with LINKINFO_GET request
` [PATCH net-next v8 08/14] ethtool: set link settings with LINKINFO_SET request
` [PATCH net-next v8 09/14] ethtool: add default notification handler
` [PATCH net-next v8 10/14] ethtool: add LINKINFO_NTF notification
` [PATCH net-next v8 11/14] ethtool: provide link mode information with LINKMODES_GET request
` [PATCH net-next v8 12/14] ethtool: set link modes related data with LINKMODES_SET request
` [PATCH net-next v8 13/14] ethtool: add LINKMODES_NTF notification
` [PATCH net-next v8 14/14] ethtool: provide link state with LINKSTATE_GET request

[PATCH net-next v2 0/5] tcp_cubic: various fixes
 2019-12-23 20:27 UTC  (6+ messages)
` [PATCH net-next v2 1/5] tcp_cubic: optimize hystart_update()
` [PATCH net-next v2 2/5] tcp_cubic: remove one conditional from hystart_update()
` [PATCH net-next v2 3/5] tcp_cubic: switch bictcp_clock() to usec resolution
` [PATCH net-next v2 4/5] tcp_cubic: tweak Hystart detection for short RTT flows
` [PATCH net-next v2 5/5] tcp_cubic: make Hystart aware of pacing

[PATCH net-next 0/5] tcp_cubic: various fixes
 2019-12-23 20:22 UTC  (7+ messages)
` [PATCH net-next 1/5] tcp_cubic: optimize hystart_update()
` [PATCH net-next 2/5] tcp_cubic: remove one conditional from hystart_update()
` [PATCH net-next 3/5] tcp_cubic: switch bictcp_clock() to usec resolution
` [PATCH net-next 4/5] tcp_cubic: tweak Hystart detection for short RTT flows
` [PATCH net-next 5/5] tcp_cubic: make Hystart aware of pacing

[PATCH net] virtio_net: CTRL_GUEST_OFFLOADS depends on CTRL_VQ
 2019-12-23 20:21 UTC  (6+ messages)

[PATCH v6 net-next 0/9] ipv6: Extension header infrastructure
 2019-12-23 20:02 UTC  (6+ messages)
` [PATCH v6 net-next 1/9] ipeh: Fix destopts and hopopts counters on drop

[PATCH net-next v2 2/3] net: emaclite: In kconfig remove arch dependency
 2019-12-23 19:38 UTC  (2+ messages)

[PATCH net] net_sched: sch_fq: properly set sk->sk_pacing_status
 2019-12-23 19:18 UTC  (2+ messages)

[net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
 2019-12-23 19:06 UTC  (3+ messages)
` [PATCH v3 02/20] ice: Initialize and register a virtual bus to provide RDMA

[PATCH bpf-next v2 2/9] riscv, bpf: add support for far branching
 2019-12-23 18:58 UTC  (10+ messages)
` [PATCH bpf-next v2 0/9] riscv: BPF JIT fix, optimizations and far jumps support
  ` [PATCH bpf-next v2 3/9] riscv, bpf: add support for far branching when emitting tail call
  ` [PATCH bpf-next v2 4/9] riscv, bpf: add support for far jumps and exits
  ` [PATCH bpf-next v2 5/9] riscv, bpf: optimize BPF tail calls
  ` [PATCH bpf-next v2 6/9] riscv, bpf: provide RISC-V specific JIT image alloc/free
  ` [PATCH bpf-next v2 7/9] riscv, bpf: optimize calls
  ` [PATCH bpf-next v2 8/9] riscv, bpf: add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
  ` [PATCH bpf-next v2 9/9] riscv, perf: add arch specific perf_arch_bpf_user_pt_regs

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-23 18:24 UTC  (8+ messages)

[PATCH net 0/2] bnx2x: Bug fixes
 2019-12-23 18:23 UTC  (3+ messages)
` [PATCH net 1/2] bnx2x: Use appropriate define for vlan credit
` [PATCH net 2/2] bnx2x: Fix accounting of vlan resources among the PFs

[PATCH v2 bpf-next] libbpf: support CO-RE relocations for LDX/ST/STX instructions
 2019-12-23 18:10 UTC  (2+ messages)

[RFC 0/3] VLANs, DSA switches and multiple bridges
 2019-12-23 18:02 UTC  (7+ messages)
` [RFC 1/3] net: switchdev: do not propagate bridge updates across bridges
` [RFC 2/3] net: dsa: mv88e6xxx: fix duplicate vlan warning
` [RFC 3/3] net: dsa: mv88e6xxx: fix vlan setup

[PATCH bpf-next] libbpf: support CO-RE relocations for LD/LDX/ST/STX instructions
 2019-12-23 17:58 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2019-12-23 17:57 UTC  (4+ messages)

SCTP over GRE (w csum)
 2019-12-23 17:49 UTC  (2+ messages)

[PATCH net] of: mdio: mark stub of_mdiobus_child_is_phy as inline
 2019-12-23 15:24 UTC  (2+ messages)

KASAN: use-after-free Read in eth_type_trans
 2019-12-23 14:55 UTC 

pull-request: bpf 2019-12-23
 2019-12-23 14:48 UTC 

[PATCH net,v2] dpaa_eth: fix DMA mapping leak
 2019-12-23 14:48 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in j1939_tp_txtimer
 2019-12-23 14:45 UTC 

[PATCH bpf] libbpf: Fix build on read-only filesystems
 2019-12-23 14:39 UTC  (7+ messages)
        ` [PATCH bpf v3] "

[PATCH 0/6] Add PHY connection types for XFI and SFI
 2019-12-23 14:30 UTC  (19+ messages)
` [PATCH 1/6] net: phy: add interface modes for XFI, SFI

[PATCH net-next 0/3] s390/qeth: updates 2019-12-23
 2019-12-23 14:22 UTC  (4+ messages)
` [PATCH net-next 1/3] s390/qeth: consolidate RX code
` [PATCH net-next 2/3] s390/qeth: use napi_gro_frags() for SG skbs
` [PATCH net-next 3/3] s390/qeth: remove QETH_RX_PULL_LEN

[PATCH net 0/6] s390/qeth: fixes 2019-12-23
 2019-12-23 14:03 UTC  (7+ messages)
` [PATCH net 1/6] s390/qeth: fix qdio teardown after early init error
` [PATCH net 2/6] s390/qeth: lock the card while changing its hsuid
` [PATCH net 3/6] s390/qeth: fix false reporting of VNIC CHAR config failure
` [PATCH net 4/6] s390/qeth: Fix vnicc_is_in_use if rx_bcast not set
` [PATCH net 5/6] s390/qeth: vnicc Fix init to default
` [PATCH net 6/6] s390/qeth: fix initialization on old HW

[PATCH] Revert "iwlwifi: mvm: fix scan config command size"
 2019-12-23 13:52 UTC  (4+ messages)

[PATCH 0/9] rtlwifi: Cleanups
 2019-12-23 12:37 UTC  (10+ messages)
` [PATCH 1/9] rtlwifi: rtl8192cu: Fix typo
` [PATCH 2/9] rtlwifi: rtl8188ee: Make functions static & rm sw.h
` [PATCH 3/9] rtlwifi: rtl8192ce: "
` [PATCH 4/9] rtlwifi: rtl8192cu: Remove sw.h header
` [PATCH 5/9] rtlwifi: rtl8192ee: Make functions static & rm sw.h
` [PATCH 6/9] rtlwifi: rtl8192se: Remove sw.h header
` [PATCH 7/9] rtlwifi: rtl8723ae: Make functions static & rm sw.h
` [PATCH 8/9] rtlwifi: rtl8723be: "
` [PATCH 9/9] rtlwifi: rtl8821ae: "

[PATCH net-next 0/9] Simplify IPv6 route offload API
 2019-12-23 13:28 UTC  (10+ messages)
` [PATCH net-next 1/9] net: fib_notifier: Add temporary events to the FIB notification chain
` [PATCH net-next 2/9] ipv6: Notify newly added route if should be offloaded
` [PATCH net-next 3/9] ipv6: Notify route if replacing currently offloaded one
` [PATCH net-next 4/9] ipv6: Notify multipath route if should be offloaded
` [PATCH net-next 5/9] ipv6: Only Replay routes of interest to new listeners
` [PATCH net-next 6/9] ipv6: Handle route deletion notification
` [PATCH net-next 7/9] ipv6: Handle multipath "
` [PATCH net-next 8/9] mlxsw: spectrum_router: Start using new IPv6 route notifications
` [PATCH net-next 9/9] ipv6: Remove old route notifications and convert listeners

[PATCH] sctp: do trace_sctp_probe after SACK validation and check
 2019-12-23 13:26 UTC  (4+ messages)

[PATCH] ss: use compact output for undetected screen width
 2019-12-23 12:47 UTC 

[PATCH net-next] net/sched: act_mirred: Ensure mac_len is pulled prior redirect to a non mac_header_xmit target device
 2019-12-23 12:33 UTC 

[PATCH net-next] xen-netback: support dynamic unbind/bind
 2019-12-23 11:46 UTC  (3+ messages)

[PATCH net-next v4 00/15] net: macsec: initial support for hardware offloading
 2019-12-23 11:36 UTC  (3+ messages)
` [PATCH net-next v4 15/15] net: macsec: add support for offloading to the MAC
  ` [EXT] "

[PATCH] of: mdio: Add missing inline to of_mdiobus_child_is_phy() dummy
 2019-12-23 11:10 UTC  (3+ messages)

[PATCH net-next v2 0/7] Add PHY connection types for XFI and SFI
 2019-12-23 11:10 UTC  (10+ messages)
` [PATCH net-next v2 1/7] net: phy: add interface modes for XFI, SFI
` [PATCH net-next v2 2/7] net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10G
` [PATCH net-next v2 3/7] net: fsl/fman: add support for PHY_INTERFACE_MODE_XFI
` [PATCH net-next v2 4/7] net: fsl/fman: add support for PHY_INTERFACE_MODE_SFI
` [PATCH net-next v2 5/7] net: phy: aquantia: add support for PHY_INTERFACE_MODE_XFI
` [PATCH net-next v2 6/7] dt-bindings: net: add xfi, sfi to phy-connection-type
` [PATCH net-next v2 7/7] arm64: dts: ls104xardb: set correct PHY interface mode

[RFC net-next 00/14] XDP in tx path
 2019-12-23 11:06 UTC  (16+ messages)
` [RFC net-next 11/14] tun: run XDP program "

[PATCH net] af_packet: refactoring code for prb_calc_retire_blk_tmo
 2019-12-23 10:42 UTC  (2+ messages)
` [PATCH net-next v2] "

[PATCH] ss: use compact output for undetected screen width
 2019-12-23 10:45 UTC 

[PATCH net-next 0/2] net: sched: unify __gnet_stats_copy_xxx() for percpu and non-percpu
 2019-12-23  9:55 UTC  (3+ messages)

[PATCH] xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO
 2019-12-23  9:36 UTC  (2+ messages)

[RFC PATCH bpf-next] xdp: Add tracepoint on XDP program return
 2019-12-23  9:25 UTC  (5+ messages)

[PATCH V8 net-next 00/12] Peer to Peer One-Step time stamping
 2019-12-23  9:13 UTC  (5+ messages)
` [PATCH V8 net-next 06/12] net: phy: dp83640: Move the probe and remove methods around
` [PATCH V8 net-next 07/12] net: Introduce a new MII time stamping interface

[RFC] obsolete references to Documentation/devicetree/bindings/net/ethernet.txt
 2019-12-23  9:00 UTC 

[PATCH] mv88e6xxx: Add serdes Rx statistics
 2019-12-23  8:45 UTC  (2+ messages)

[PATCH net,v2] net: phy: aquantia: add suspend / resume ops for AQR105
 2019-12-23  8:06 UTC 

[PATCH] dpaa_eth: fix DMA mapping leak
 2019-12-23  7:19 UTC  (4+ messages)

[PATCH net] net: phy: aquantia: add suspend / resume ops for AQR105
 2019-12-23  5:56 UTC  (3+ messages)

[PATCH 0/2] ath10k: Enable QDSS clock on sm8150
 2019-12-23  5:48 UTC  (3+ messages)
` [PATCH 1/2] ath10k: Add optional qdss clk
` [PATCH 2/2] arm64: dts: qcom: sm8150: Specify qdss clock for wifi

[net-next] enetc: add support time specific departure base on the qos etf
 2019-12-23  3:42 UTC 

[PATCH bpf] bpf: Fix precision tracking for unbounded scalars
 2019-12-23  1:29 UTC  (2+ messages)

[PATCH net] virtio-net: Skip set_features on non-cvq devices
 2019-12-22 23:14 UTC  (9+ messages)

[PATCHv4 net 0/8] disable neigh update for tunnels during pmtu update
 2019-12-22 22:10 UTC  (3+ messages)
` [PATCHv5 "

[PATCH, net-next, v3, 0/2] net/ethtool: Introduce link_ksettings API for virtual network devices
 2019-12-22 21:26 UTC  (5+ messages)
` [PATCH, net-next, v3, 1/2] ethtool: Factored out similar ethtool link settings for virtual devices to core
` [PATCH, net-next, v3, 2/2] net: Enable virtual network devices to use ethtool's set/get link settings functions

[GIT] Networking
 2019-12-22 19:10 UTC  (2+ messages)

[PATCH bpf-next v2 9/9] riscv, perf: add arch specific perf_arch_bpf_user_pt_regs
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 8/9] riscv, bpf: add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 7/9] riscv, bpf: optimize calls
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 6/9] riscv, bpf: provide RISC-V specific JIT image alloc/free
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 5/9] riscv, bpf: optimize BPF tail calls
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 4/9] riscv, bpf: add support for far jumps and exits
 2019-12-16  9:13 UTC 

[PATCH bpf-next v2 3/9] riscv, bpf: add support for far branching when emitting tail call
 2019-12-16  9:13 UTC 


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