netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-31 09:07:15 to 2019-10-31 19:08:44 UTC [more...]

[RFC net-next v2 1/1] net: sched: prevent duplicate flower rules from tcf_proto destroy race
 2019-10-31 19:08 UTC 

[PATCH net-next 0/9] net: hns3: add some optimizations ane cleanups
 2019-10-31 19:03 UTC  (12+ messages)
` [PATCH net-next 1/9] net: hns3: dump some debug information when reset fail
` [PATCH net-next 2/9] net: hns3: add struct netdev_queue debug info for TX timeout
` [PATCH net-next 3/9] net: hns3: cleanup some magic numbers
` [PATCH net-next 4/9] net: hns3: cleanup some coding style issues
` [PATCH net-next 5/9] net: hns3: cleanup a format-truncation warning
` [PATCH net-next 6/9] net: hns3: optimize local variable initialization
` [PATCH net-next 7/9] net: hns3: add or modify some comments
` [PATCH net-next 8/9] net: hns3: cleanup some print format warning
` [PATCH net-next 9/9] net: hns3: cleanup byte order issues when printed

[PATCH] net: fix sk_page_frag() recursion from memory reclaim
 2019-10-31 19:00 UTC  (8+ messages)
` [PATCH v2] "

[PATCH net 0/4] net: bcmgenet: restore internal EPHY support
 2019-10-31 18:57 UTC  (4+ messages)
` [PATCH net 3/4] net: bcmgenet: soft reset 40nm EPHYs before MAC init

[PATCH net v2 00/10] net: stmmac: Fixes for -net
 2019-10-31 18:47 UTC  (12+ messages)
` [PATCH net v2 01/10] net: stmmac: Fix sparse warning
` [PATCH net v2 02/10] net: stmmac: gmac4: bitrev32 returns u32
` [PATCH net v2 03/10] net: stmmac: xgmac: "
` [PATCH net v2 04/10] net: stmmac: selftests: Prevent false positives in filter tests
` [PATCH net v2 05/10] net: stmmac: xgmac: Only get SPH header len if available
` [PATCH net v2 06/10] net: stmmac: xgmac: Fix TSA selection
` [PATCH net v2 07/10] net: stmmac: xgmac: Fix AV Feature detection
` [PATCH net v2 08/10] net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AV
` [PATCH net v2 09/10] net: stmmac: xgmac: Disable MMC interrupts by default
` [PATCH net v2 10/10] net: stmmac: Fix the packet count in stmmac_rx()

pull-request: mac80211 2019-10-31
 2019-10-31 18:43 UTC  (2+ messages)

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-10-31 18:43 UTC  (8+ messages)
` [PATCH 01/19] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH 02/19] mm/gup: factor out duplicate code from four routines
` [PATCH 03/19] goldish_pipe: rename local pin_user_pages() routine

[PATCH net-next v4 0/6] sfc: Add XDP support
 2019-10-31 18:42 UTC  (8+ messages)
` [PATCH net-next v4 1/6] sfc: support encapsulation of xdp_frames in efx_tx_buffer
` [PATCH net-next v4 2/6] sfc: perform XDP processing on received packets
` [PATCH net-next v4 3/6] sfc: Enable setting of xdp_prog
` [PATCH net-next v4 4/6] sfc: allocate channels for XDP tx queues
` [PATCH net-next v4 5/6] sfc: handle XDP_TX outcomes of XDP eBPF programs
` [PATCH net-next v4 6/6] sfc: add XDP counters to ethtool stats

linux-next: Signed-off-by missing for commit in the net-next tree
 2019-10-31 18:40 UTC  (3+ messages)

[PATCH net-next 0/7] net: bridge: convert fdbs to use bitops
 2019-10-31 18:37 UTC  (2+ messages)

[PATCH] hp100: Move 100BaseVG AnyLAN driver to staging
 2019-10-31 18:23 UTC 

[PATCH bpf-next v3] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-31 18:19 UTC  (15+ messages)

[PATCH bpf-next v4 0/5] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-31 18:18 UTC  (16+ messages)
` [PATCH bpf-next v4 2/5] libbpf: Store map pin path and status in struct bpf_map
` [PATCH bpf-next v4 3/5] libbpf: Move directory creation into _pin() functions
` [PATCH bpf-next v4 4/5] libbpf: Add auto-pinning of maps when loading BPF objects
` [PATCH bpf-next v4 5/5] selftests: Add tests for automatic map pinning

[PATCH net-next V5 0/3] Add OP-TEE based bnxt f/w manager
 2019-10-31 18:01 UTC  (7+ messages)
` [PATCH net-next V5 1/3] firmware: broadcom: add OP-TEE based BNXT "
` [PATCH net-next V5 2/3] bnxt_en: Add support to invoke OP-TEE API to reset firmware
` [PATCH net-next V5 3/3] bnxt_en: Add support to collect crash dump via ethtool

[PATCH net-next 00/16] mlxsw: Make port split code more generic
 2019-10-31 17:55 UTC  (18+ messages)
` [PATCH net-next 01/16] mlxsw: reg: Extend PMLP tx/rx lane value size to 4 bits
` [PATCH net-next 02/16] mlxsw: reg: Add Port Module Type Mapping Register
` [PATCH net-next 03/16] mlxsw: spectrum: Use PMTM register to get max module width
` [PATCH net-next 04/16] mlxsw: spectrum: Move max_width check up before count check
` [PATCH net-next 05/16] mlxsw: spectrum: Distinguish between unsplittable and split port
` [PATCH net-next 06/16] mlxsw: spectrum: Replace port_to_module array with array of structs
` [PATCH net-next 07/16] mlxsw: spectrum: Use mapping of port being split for creating split ports
` [PATCH net-next 08/16] mlxsw: spectrum: Pass mapping values in port mapping structure
` [PATCH net-next 09/16] mlxsw: spectrum: Add sanity checks into module info get
` [PATCH net-next 10/16] mlxsw: spectrum: Push getting offsets of split ports into a helper
` [PATCH net-next 11/16] mlxsw: spectrum: Introduce resource for getting offset of 4 lanes split port
` [PATCH net-next 12/16] mlxsw: spectrum: Remember split base local port and use it in unsplit
` [PATCH net-next 13/16] mlxsw: spectrum: Use port_module_max_width to compute base port index
` [PATCH net-next 14/16] mlxsw: spectrum: Fix base port get for split count 4 and 8
` [PATCH net-next 15/16] mlxsw: spectrum: Iterate over all ports in gap during unsplit create
` [PATCH net-next 16/16] mlxsw: spectrum: Generalize split count check

[net-next 2/8] e1000e: Use rtnl_lock to prevent race conditions between net and pci/pm
 2019-10-31 17:48 UTC  (3+ messages)
` [next-queue/net-next PATCH] e1000e: Use netdev_info instead of pr_info for link messages

[PATCH] cxgb4/l2t: Simplify 't4_l2e_free()' and '_t4_l2e_free()'
 2019-10-31 17:38 UTC  (2+ messages)

[RFC PATCH 0/3] net: phy: at803x device tree binding
 2019-10-31 17:35 UTC  (11+ messages)
` [RFC PATCH 2/3] dt-bindings: net: phy: Add support for AT803X
` [RFC PATCH 3/3] net: phy: at803x: add device tree binding

ioc3_eth DMA API fixes
 2019-10-31 17:01 UTC  (8+ messages)
` [PATCH 1/4] net: sgi: ioc3-eth: don't abuse dma_direct_* calls

[PATCH v2 00/11] OpenPandora: make wl1251 connected to mmc3 sdio port of OpenPandora work again
 2019-10-31 16:59 UTC  (9+ messages)
` [PATCH v2 03/11] DTS: ARM: pandora-common: define wl1251 as child node of mmc3
` [PATCH v2 04/11] mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pandora_wl1251_init_card

[RFC V2 net-next v2 0/3] Introduce XDP to ena
 2019-10-31 16:49 UTC  (5+ messages)
` [RFC V2 net-next v2 1/3] net: ena: implement XDP drop support
` [RFC V2 net-next v2 2/3] net: ena: Implement XDP_TX action
` [RFC V2 net-next v2 3/3] net: ena: Add first_interrupt field to napi struct

[PATCH] batman-adv: Axe 'aggr_list_lock'
 2019-10-31 16:45 UTC  (2+ messages)

[PATCH iproute2] ip-route: fix json formatting for multipath routing
 2019-10-31 16:28 UTC  (3+ messages)

general protection fault in process_one_work
 2019-10-31 16:25 UTC  (5+ messages)

[PATCH net] netdevsim: Fix use-after-free during device dismantle
 2019-10-31 16:23 UTC  (2+ messages)

[PATCH net-next v2 0/4] ICMP flow improvements
 2019-10-31 16:22 UTC  (8+ messages)
` [PATCH net-next v2 4/4] bonding: balance ICMP echoes in layer3+4 mode

sun7i-dwmac: link detection failure with 1000Mbit parters
 2019-10-31 16:19 UTC  (6+ messages)

[Possible regression?] ip route deletion behavior change
 2019-10-31 15:44 UTC 

[PATCH net-next] rds: Cancel pending connections on connection request
 2019-10-31 15:09 UTC  (2+ messages)

[PATCH] mlx4_core: fix wrong comment about the reason of subtract one from the max_cqes
 2019-10-31 14:52 UTC  (2+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-31 14:50 UTC  (13+ messages)
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns

[PATCH 0/3] VGT+ support
 2019-10-31 14:50 UTC  (4+ messages)
` [PATCH 2/3] ip: Present the VF VLAN tagging mode

[net-next v2 00/13] DPAA Ethernet changes
 2019-10-31 14:37 UTC  (14+ messages)
` [net-next v2 01/13] dpaa_eth: use only one buffer pool per interface
` [net-next v2 02/13] dpaa_eth: use page backed rx buffers
` [net-next v2 03/13] dpaa_eth: perform DMA unmapping before read
` [net-next v2 04/13] dpaa_eth: avoid timestamp read on error paths
` [net-next v2 05/13] dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()
` [net-next v2 06/13] dpaa_eth: use fd information "
` [net-next v2 07/13] dpaa_eth: cleanup skb_to_contig_fd()
` [net-next v2 08/13] dpaa_eth: use a page to store the SGT
` [net-next v2 09/13] dpaa_eth: add dropped frames to percpu ethtool stats
` [net-next v2 10/13] dpaa_eth: remove netdev_err() for user errors
` [net-next v2 11/13] dpaa_eth: extend delays in ndo_stop
` [net-next v2 12/13] soc: fsl: qbman: allow registering a device link for the portal user
` [net-next v2 13/13] dpaa_eth: register a device link for the qman portal used

[PATCH nf-next,RFC 0/5] Netfilter egress hook
 2019-10-31 13:41 UTC  (6+ messages)
` [PATCH nf-next,RFC 1/5] netfilter: Clean up unnecessary #ifdef
` [PATCH nf-next,RFC 2/5] netfilter: Document ingress hook
` [PATCH nf-next,RFC 3/5] netfilter: Rename ingress hook include file
` [PATCH nf-next,RFC 4/5] netfilter: Generalize ingress hook
` [PATCH nf-next,RFC 5/5] netfilter: Introduce egress hook

[PATCH v4] vhost: introduce mdev based hardware backend
 2019-10-31 14:01 UTC 

[net-next 00/13] DPAA Ethernet changes
 2019-10-31 13:58 UTC  (16+ messages)
` [net-next 01/13] dpaa_eth: use only one buffer pool per interface
` [net-next 02/13] dpaa_eth: use page backed rx buffers
` [net-next 03/13] dpaa_eth: perform DMA unmapping before read
` [net-next 04/13] dpaa_eth: avoid timestamp read on error paths
` [net-next 05/13] dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()
` [net-next 06/13] dpaa_eth: use fd information "
` [net-next 07/13] dpaa_eth: cleanup skb_to_contig_fd()
` [net-next 08/13] dpaa_eth: use a page to store the SGT
` [net-next 09/13] dpaa_eth: add dropped frames to percpu ethtool stats
` [net-next 10/13] dpaa_eth: remove netdev_err() for user errors
` [net-next 11/13] dpaa_eth: extend delays in ndo_stop
` [net-next 12/13] soc: fsl: qbman: allow registering a device link for the portal user
` [net-next 13/13] dpaa_eth: register a device link for the qman portal used

rtlwifi: Memory leak in rtl92c_set_fw_rsvdpagepkt()
 2019-10-31 13:56 UTC 

[PATCH 0/3] wireless: remove unneeded variable and return 0
 2019-10-31 13:46 UTC  (4+ messages)
` [PATCH 1/3] ipw2x00: Remove redundant variable "rc"
` [PATCH 2/3] iwlegacy: Remove redundant variable "ret"
` [PATCH 3/3] b43legacy: ASoC: ux500: Remove redundant variable "count"

Fwd: Bad permanent address 00:10:00:80:00:10 using r8168 module on some cards
 2019-10-31 13:04 UTC 

[PATCH net-next 0/8] s390/qeth: updates 2019-10-31
 2019-10-31 12:42 UTC  (9+ messages)
` [PATCH net-next 1/8] s390/qdio: implement IQD Multi-Write
` [PATCH net-next 2/8] s390/qeth: use "
` [PATCH net-next 3/8] s390/qeth: use QDIO_BUFNR()
` [PATCH net-next 4/8] s390/qeth: keep IRQ disabled until NAPI is really done
` [PATCH net-next 5/8] s390/qeth: consolidate some duplicated HW cmd code
` [PATCH net-next 6/8] s390/qeth: don't set card state in qeth_qdio_clear_card()
` [PATCH net-next 7/8] s390/qeth: use helpers for IP address hashing
` [PATCH net-next 8/8] s390/qeth: don't cache MAC addresses for multicast IPs

[PATCH net] rxrpc: Fix handling of last subpacket of jumbo packet
 2019-10-31 12:13 UTC 

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-10-31 12:12 UTC  (11+ messages)

[tip: core/rcu] net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-10-31 11:54 UTC 

[tip: core/rcu] net/netfilter: Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-10-31 11:54 UTC 

[tip: core/rcu] net/core: Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-10-31 11:54 UTC 

[tip: core/rcu] bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-10-31 11:54 UTC 

Gentoo Linux 5.x - Tigon3
 2019-10-31 11:49 UTC  (7+ messages)

[PATCH 0/5] PCI Devices for Loongson PCH
 2019-10-31 10:57 UTC  (6+ messages)
` [PATCH 4/5] dt-bindings: net: document loongson.pci-gmac
` [PATCH 5/5] libata/ahci: Apply non-standard BAR fix for Loongson

Compile build issues with samples/bpf/ again
 2019-10-31 10:55 UTC  (6+ messages)

[PATCH bpf-next] bpf: Fix bpf jit kallsym access
 2019-10-31 10:22 UTC  (2+ messages)

USO / UFO status ?
 2019-10-31 10:20 UTC  (4+ messages)

[PATCH net] net: increase SOMAXCONN to 4096
 2019-10-31  4:35 UTC  (4+ messages)

[PATCH] vsock: Simplify '__vsock_release()'
 2019-10-31  9:48 UTC  (4+ 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).