netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-24 04:53:25 to 2019-05-24 15:51:46 UTC [more...]

[PATCH net] sk_msg: Keep reference on socket file while psock lives
 2019-05-24 15:51 UTC  (8+ messages)

[PATCH v2] vmalloc: Fix issues with flush flag
 2019-05-24 15:50 UTC  (7+ messages)

[PATCH bpf-next v3 0/3] tools: bpftool: add an option for debug output from libbpf and verifier
 2019-05-24 15:48 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] tools: bpftool: add -d option to get debug output from libbpf
` [PATCH bpf-next v3 2/3] libbpf: add bpf_object__load_xattr() API function to pass log_level
` [PATCH bpf-next v3 3/3] tools: bpftool: make -d option print debug output from verifier

[PATCH net] bonding: make debugging output more succinct
 2019-05-24 15:19 UTC  (2+ messages)

[PATCH net 0/3] dpaa2-eth: Fix smatch warnings
 2019-05-24 15:15 UTC  (4+ messages)
` [PATCH net 1/3] dpaa2-eth: Fix potential spectre issue
` [PATCH net 2/3] dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriate
` [PATCH net 3/3] dpaa2-eth: Make constant 64-bit long

r8169: Link only up after 16 s (A link change request failed with some changes committed already. Interface enp3s0 may have been left with an inconsistent configuration, please check.)
 2019-05-24 15:14 UTC  (3+ messages)

[PATCH v3 net-next 0/3] flow_offload: Re-add per-action statistics
 2019-05-24 15:09 UTC  (10+ messages)

[patch net-next 0/7] expose flash update status to user
 2019-05-24 15:04 UTC  (13+ messages)
` [patch net-next 3/7] mlxfw: Propagate error messages through extack
` [patch net-next 7/7] netdevsim: implement fake flash updating with notifications
` [patch iproute2 3/3] devlink: implement flash status monitoring

[PATCH v2] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
 2019-05-24 15:01 UTC 

[PATCH] net:phy:dp83867: set up rgmii tx delay
 2019-05-24 14:37 UTC  (2+ messages)

[PATCH V6] net: phy: tja11xx: Add TJA11xx PHY driver
 2019-05-24 14:36 UTC  (2+ messages)

[PATCH V5] net: phy: tja11xx: Add TJA11xx PHY driver
 2019-05-24 14:28 UTC  (7+ messages)

[RFC PATCH 0/5] net: dsa: POC support for mv88e6250
 2019-05-24 14:27 UTC  (10+ messages)
` [PATCH v2 0/5] net: dsa: "
  ` [PATCH v2 1/5] net: dsa: mv88e6xxx: introduce support for two chips using direct smi addressing
  ` [PATCH v2 2/5] net: dsa: prepare mv88e6xxx_g1_atu_op() for the mv88e6250
  ` [PATCH v2 3/5] net: dsa: implement vtu_getnext and vtu_loadpurge for mv88e6250
  ` [PATCH v2 4/5] net: dsa: mv88e6xxx: implement watchdog_ops "
  ` [PATCH v2 5/5] net: dsa: add support "

[PATCH net-next v4] net: sched: Introduce act_ctinfo action
 2019-05-24 14:24 UTC  (4+ messages)

[RFC PATCH net-next 0/9] Decoupling PHYLINK from struct net_device
 2019-05-24 13:55 UTC  (14+ messages)
` [RFC PATCH net-next 2/9] net: phy: Guard against the presence of a netdev
` [RFC PATCH net-next 3/9] net: phy: Add phy_standalone sysfs entry
` [RFC PATCH net-next 8/9] net: dsa: Use PHYLINK for the CPU/DSA ports

[PATCH net] bonding/802.3ad: fix slave link initialization transition states
 2019-05-24 13:49 UTC 

[PATCH 0/2] net: macb: Add support for SiFive FU540-C000
 2019-05-24 13:48 UTC  (10+ messages)
` [PATCH 1/2] net/macb: bindings doc: add sifive fu540-c000 binding
` [PATCH 2/2] net: macb: Add support for SiFive FU540-C000

[PATCH net] net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
 2019-05-24 13:44 UTC  (2+ messages)

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-05-24 13:28 UTC  (22+ messages)

[PATCH v3 0/2] XDP generic fixes
 2019-05-24 13:25 UTC  (9+ messages)
` [PATCH v3 2/2] net: core: support XDP generic on stacked devices

[PATCH v1] ipvs: add checksum support for gue encapsulation
 2019-05-24 13:09 UTC  (2+ messages)

bonding-devel mail list?
 2019-05-24 12:56 UTC  (5+ messages)

[PATCH net-next] udp: Avoid post-GRO UDP checksum recalculation
 2019-05-24 12:50 UTC  (2+ messages)

[PATCH net-next] vrf: local route leaking
 2019-05-24  8:05 UTC 

[PATCH net-next 0/3] net: ethernet: ti: cpsw: Add XDP support
 2019-05-24 11:54 UTC  (5+ messages)
` [PATCH net-next 3/3] net: ethernet: ti: cpsw: add "

[PATCH net-next 0/3] Add hw offload of TC police on MSCC ocelot
 2019-05-24 11:40 UTC  (5+ messages)
` [PATCH net-next v2 0/1] "
  ` [PATCH net-next v2 1/1] net: mscc: ocelot: Implement port policers via tc command

[PATCH v8 bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-05-24 11:35 UTC  (17+ messages)
` [PATCH v8 bpf-next 01/16] bpf: verifier: mark verified-insn with sub-register zext flag
` [PATCH v8 bpf-next 02/16] bpf: verifier: mark patched-insn "
` [PATCH v8 bpf-next 03/16] bpf: introduce new mov32 variant for doing explicit zero extension
` [PATCH v8 bpf-next 04/16] bpf: verifier: insert zero extension according to analysis result
` [PATCH v8 bpf-next 05/16] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v8 bpf-next 06/16] bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH v8 bpf-next 07/16] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v8 bpf-next 08/16] selftests: bpf: adjust several test_verifier helpers for insn insertion
` [PATCH v8 bpf-next 09/16] selftests: bpf: enable hi32 randomization for all tests
` [PATCH v8 bpf-next 10/16] arm: bpf: eliminate zero extension code-gen
` [PATCH v8 bpf-next 11/16] powerpc: "
` [PATCH v8 bpf-next 12/16] s390: "
` [PATCH v8 bpf-next 13/16] sparc: "
` [PATCH v8 bpf-next 14/16] x32: "
` [PATCH v8 bpf-next 15/16] riscv: "
` [PATCH v8 bpf-next 16/16] nfp: "

[PATCH net-next 0/4] net: hns3: add aRFS feature and fix FEC bugs for HNS3 driver
 2019-05-24 11:19 UTC  (5+ messages)
` [PATCH net-next 1/4] net: hns3: initialize CPU reverse mapping
` [PATCH net-next 2/4] net: hns3: refine the flow director handle
` [PATCH net-next 3/4] net: hns3: add aRFS support for PF
` [PATCH net-next 4/4] net: hns3: fix for FEC configuration

[PATCH v6 0/3] MIPS: ath79: add ag71xx support
 2019-05-24 11:12 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: net: add qca,ar71xx.txt documentation
` [PATCH v6 2/3] MIPS: ath79: ar9331: add Ethernet nodes
` [PATCH v6 3/3] net: ethernet: add ag71xx driver

[PATCH 1/8] dt-bindings: net: Add YAML schemas for the generic Ethernet options
 2019-05-24 11:06 UTC  (11+ messages)
` [PATCH 2/8] dt-bindings: net: Add a YAML schemas for the generic PHY options
` [PATCH 6/8] dt-bindings: net: stmmac: Convert the binding to a schemas

[PATCH] net/mlx5e: Allow matching only enc_key_id/enc_dst_port for decapsulation action
 2019-05-24 10:54 UTC  (3+ messages)

[PATCH 0/3] net:phy:dp83867: add some fixes
 2019-05-24 10:25 UTC  (4+ messages)
` [PATCH 1/3] net:phy:dp83867: fix speed 10 in sgmii mode
` [PATCH 2/3] net:phy:dp83867: increase SGMII autoneg timer duration
` [PATCH 3/3] net:phy:dp83867: do not call config_init twice

[PATCH bpf-next v3 00/16] AF_XDP infrastructure improvements and mlx5e support
 2019-05-24 10:18 UTC  (18+ messages)
` [PATCH bpf-next v3 01/16] xsk: Add API to check for available entries in FQ
` [PATCH bpf-next v3 02/16] xsk: Add getsockopt XDP_OPTIONS
` [PATCH bpf-next v3 03/16] libbpf: Support "
` [PATCH bpf-next v3 04/16] xsk: Extend channels to support combined XSK/non-XSK traffic
` [PATCH bpf-next v3 05/16] xsk: Change the default frame size to 4096 and allow controlling it
` [PATCH bpf-next v3 06/16] xsk: Return the whole xdp_desc from xsk_umem_consume_tx
` [PATCH bpf-next v3 07/16] net/mlx5e: Replace deprecated PCI_DMA_TODEVICE
` [PATCH bpf-next v3 08/16] net/mlx5e: Calculate linear RX frag size considering XSK
` [PATCH bpf-next v3 09/16] net/mlx5e: Allow ICO SQ to be used by multiple RQs
` [PATCH bpf-next v3 10/16] net/mlx5e: Refactor struct mlx5e_xdp_info
` [PATCH bpf-next v3 11/16] net/mlx5e: Share the XDP SQ for XDP_TX between RQs
` [PATCH bpf-next v3 12/16] net/mlx5e: XDP_TX from UMEM support
` [PATCH bpf-next v3 13/16] net/mlx5e: Consider XSK in XDP MTU limit calculation
` [PATCH bpf-next v3 14/16] net/mlx5e: Encapsulate open/close queues into a function
` [PATCH bpf-next v3 15/16] net/mlx5e: Move queue param structs to en/params.h
` [PATCH bpf-next v3 16/16] net/mlx5e: Add XSK support

[RESEND][PATCH] Fix MACsec kernel panics, oopses and bugs
 2019-05-24 10:09 UTC  (2+ messages)

[PATCH net-next 0/5] net: mvpp2: Classifier updates, RSS
 2019-05-24 10:05 UTC  (6+ messages)
` [PATCH net-next 1/5] net: mvpp2: cls: Use the correct number of rules in various places
` [PATCH net-next 2/5] net: mvpp2: cls: Bypass C2 internals FIFOs at init
` [PATCH net-next 3/5] net: mvpp2: cls: Use RSS contexts to handle RSS tables
` [PATCH net-next 4/5] net: mvpp2: cls: Extract the RSS context when parsing the ethtool rule
` [PATCH net-next 5/5] net: mvpp2: cls: Support steering to RSS contexts

[PATCH net-next] net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool ops
 2019-05-24 10:05 UTC 

memory leak in batadv_tvlv_handler_register
 2019-05-24  9:59 UTC  (5+ messages)
` [PATCH net] batadv: fix for leaked TVLV handler
      ` [PATCH net v2] batman-adv: "

[PATCH bpf-next 0/3] veth: Bulk XDP_TX
 2019-05-24  9:53 UTC  (11+ messages)
` [PATCH bpf-next 3/3] veth: Support bulk XDP_TX

[PATCH bpf-next v2 0/3] tools: bpftool: add an option for debug output from libbpf and verifier
 2019-05-24  9:47 UTC  (13+ messages)
` [PATCH bpf-next v2 1/3] tools: bpftool: add -d option to get debug output from libbpf
` [PATCH bpf-next v2 2/3] libbpf: add bpf_object__load_xattr() API function to pass log_level
` [PATCH bpf-next v2 3/3] tools: bpftool: make -d option print debug output from verifier

[v2, PATCH] add some features in stmmac
 2019-05-24  9:44 UTC  (7+ messages)
` [v2, PATCH] net: stmmac: add support for hash table size 128/256 in dwmac4

[PATCH] spi: Fix a memory leaking bug in wl1271_probe()
 2019-05-24  9:42 UTC  (2+ messages)

[PATCH v2] sdio: Fix a memory leaking bug in wl1271_probe()
 2019-05-24  9:28 UTC  (4+ messages)
  ` [PATCH v2] wlcore: "

bpf build error
 2019-05-24  9:24 UTC  (3+ messages)

[PATCH] netfilter: ctnetlink: Resolve conntrack L3-protocol flush regression
 2019-05-24  9:22 UTC  (6+ messages)

[PATCH v2 bpf-next 00/12] BTF-to-C converter
 2019-05-24  9:15 UTC  (7+ messages)
` [PATCH v2 bpf-next 10/12] bpftool: add C output format option to btf dump subcommand
` [PATCH v2 bpf-next 11/12] bpftool/docs: add description of btf dump C option
` [PATCH v2 bpf-next 12/12] bpftool: update bash-completion w/ new c option for btf dump

[PATCH iproute2] lib: suppress error msg when filling the cache
 2019-05-24  8:59 UTC 

[PATCH net-next v2 0/5] net: stmmac: enable EHL SGMII
 2019-05-24  8:50 UTC  (3+ messages)
` [PATCH net-next v2 1/5] net: stmmac: enable clause 45 mdio support

[PATCH net-next v2 00/18] net: stmmac: Improvements and Selftests
 2019-05-24  8:20 UTC  (19+ messages)
` [PATCH net-next v2 01/18] net: stmmac: Add MAC loopback callback to HWIF
` [PATCH net-next v2 02/18] net: stmmac: dwmac100: Add MAC loopback support
` [PATCH net-next v2 03/18] net: stmmac: dwmac1000: "
` [PATCH net-next v2 04/18] net: stmmac: dwmac4/5: "
` [PATCH net-next v2 05/18] net: stmmac: dwxgmac2: "
` [PATCH net-next v2 06/18] net: ethernet: stmmac: dwmac-sun8i: Enable control of loopback
` [PATCH net-next v2 07/18] net: stmmac: Switch MMC functions to HWIF callbacks
` [PATCH net-next v2 08/18] net: stmmac: dwmac1000: Also pass control frames while in promisc mode
` [PATCH net-next v2 09/18] net: stmmac: dwmac4/5: "
` [PATCH net-next v2 10/18] net: stmmac: dwxgmac2: "
` [PATCH net-next v2 11/18] net: stmmac: Introduce selftests support
` [PATCH net-next v2 12/18] net: stmmac: dwmac1000: Fix Hash Filter
` [PATCH net-next v2 13/18] net: stmmac: dwmac1000: Clear unused address entries
` [PATCH net-next v2 14/18] net: stmmac: dwmac4/5: Fix Hash Filter
` [PATCH net-next v2 15/18] net: stmmac: dwmac4/5: Do not disable whole RX in dma_stop_rx()
` [PATCH net-next v2 16/18] net: stmmac: dwxgmac2: "
` [PATCH net-next v2 17/18] net: stmmac: dwmac4/5: Clear unused address entries
` [PATCH net-next v2 18/18] net: stmmac: Prevent missing interrupts when running NAPI

[PATCH net-next 0/6] vhost: accelerate metadata access
 2019-05-24  8:12 UTC  (7+ messages)
` [PATCH net-next 1/6] vhost: generalize adding used elem
` [PATCH net-next 2/6] vhost: fine grain userspace memory accessors
` [PATCH net-next 3/6] vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()
` [PATCH net-next 4/6] vhost: introduce helpers to get the size of metadata area
` [PATCH net-next 5/6] vhost: factor out setting vring addr and num
` [PATCH net-next 6/6] vhost: access vq metadata through kernel virtual address

[PATCH v2 bpf-next 0/3] bpf: optimize explored_states
 2019-05-24  8:05 UTC  (2+ messages)

[PATCH] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
 2019-05-24  8:00 UTC  (2+ messages)

[PATCH RESEND RESEND] can: m_can: implement errata "Needless activation of MRAF irq"
 2019-05-24  7:11 UTC 

[PATCH net-next 00/18] net: stmmac: Improvements and Selftests
 2019-05-24  7:24 UTC  (4+ messages)

[v4, PATCH 0/3] fix some bugs in stmmac
 2019-05-24  7:07 UTC  (5+ messages)
` [v4, PATCH 1/3] net: stmmac: update rx tail pointer register to fix rx dma hang issue
` [v4, PATCH 2/3] net: stmmac: fix csr_clk can't be zero issue
` [v4, PATCH 3/3] net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write fail

linux-next: build warning after merge of the net-next tree
 2019-05-24  5:30 UTC  (3+ messages)
` [PATCH] net: ll_temac: Fix compile error

[PATCH net 0/4] Allow TX timestamp with UDP GSO
 2019-05-24  5:02 UTC  (9+ messages)
` [PATCH net 1/4] net/udp_gso: "
` [PATCH net 4/4] net/udpgso_bench_tx: audit error queue


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