netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-15 22:49:55 to 2020-05-17 19:57:48 UTC [more...]

[PATCH v2 bpf-next 0/7] BPF ring buffer
 2020-05-17 19:57 UTC  (2+ messages)
` [PATCH v2 bpf-next 2/7] tools/memory-model: add BPF ringbuf MPSC litmus tests

[PATCH V6 00/20] net: ks8851: Unify KS8851 SPI and MLL drivers
 2020-05-17 19:44 UTC  (34+ messages)
` [PATCH V6 01/20] net: ks8851: Factor out spi->dev in probe()/remove()
` [PATCH V6 02/20] net: ks8851: Rename ndev to netdev in probe
` [PATCH V6 03/20] net: ks8851: Replace dev_err() with netdev_err() in IRQ handler
` [PATCH V6 04/20] net: ks8851: Pass device node into ks8851_init_mac()
` [PATCH V6 05/20] net: ks8851: Use devm_alloc_etherdev()
` [PATCH V6 06/20] net: ks8851: Use dev_{get,set}_drvdata()
` [PATCH V6 07/20] net: ks8851: Remove ks8851_rdreg32()
` [PATCH V6 08/20] net: ks8851: Use 16-bit writes to program MAC address
` [PATCH V6 09/20] net: ks8851: Use 16-bit read of RXFC register
` [PATCH V6 10/20] net: ks8851: Factor out bus lock handling
` [PATCH V6 11/20] net: ks8851: Factor out SKB receive function
` [PATCH V6 12/20] net: ks8851: Split out SPI specific entries in struct ks8851_net
` [PATCH V6 13/20] net: ks8851: Split out SPI specific code from probe() and remove()
` [PATCH V6 14/20] net: ks8851: Factor out TX work flush function
` [PATCH V6 15/20] net: ks8851: Permit overridding interrupt enable register
` [PATCH V6 16/20] net: ks8851: Implement register, FIFO, lock accessor callbacks
` [PATCH V6 17/20] net: ks8851: Separate SPI operations into separate file
` [PATCH V6 18/20] net: ks8851: Implement Parallel bus operations
` [PATCH V6 19/20] net: ks8851: Remove ks8851_mll.c
` [PATCH V6 20/20] net: ks8851: Drop define debug and pr_fmt()

[PATCH net] net: phy: propagate an error back to the callers of phy_sfp_probe
 2020-05-17 19:44 UTC  (2+ messages)

[PATCH] rds: convert get_user_pages() --> pin_user_pages()
 2020-05-17 19:38 UTC  (2+ messages)

[PATCH net-next 0/7] mptcp: do not block on subflow socket
 2020-05-17 19:36 UTC  (9+ messages)
` [PATCH net-next 1/7] mptcp: move common nospace-pattern to a helper
` [PATCH net-next 2/7] mptcp: break and restart in case mptcp sndbuf is full
` [PATCH net-next 3/7] mptcp: avoid blocking in tcp_sendpages
` [PATCH net-next 4/7] mptcp: fill skb extension cache outside of mptcp_sendmsg_frag
` [PATCH net-next 5/7] mptcp: fill skb page frag "
` [PATCH net-next 6/7] mptcp: remove inner wait loop from mptcp_sendmsg_frag
` [PATCH net-next 7/7] net: allow __skb_ext_alloc to sleep

iproute2: tc deletion freezes whole server
 2020-05-17 19:35 UTC  (25+ messages)

[Patch net-next v2 0/2] net: reduce dynamic lockdep keys
 2020-05-17 19:35 UTC  (9+ messages)
` [Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

[PATCH v2] net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"
 2020-05-17 19:34 UTC  (2+ messages)

[PATCH] dt-bindings: net: dsa: b53: Add missing size and address cells to example
 2020-05-17 19:32 UTC  (2+ messages)

[PATCH net-next] net: dsa: sja1105: disable rxvlan offload for the DSA master
 2020-05-17 19:31 UTC  (2+ messages)

[PATCH net-next] selftests: Drop 'pref medium' in route checks
 2020-05-17 19:27 UTC  (2+ messages)

[PATCH net-next v2 0/4] Implement classifier-action terse dump mode
 2020-05-17 19:13 UTC  (2+ messages)

[next-queue RFC 0/4] ethtool: Add support for frame preemption
 2020-05-17 19:04 UTC  (13+ messages)
` [next-queue RFC 1/4] ethtool: Add support for configuring "
` [next-queue RFC 2/4] ethtool: Add support for configuring frame preemption via netlink
` [next-queue RFC 3/4] igc: Add support for configuring frame preemption
` [next-queue RFC 4/4] igc: Add support for exposing frame preemption stats registers

[PATCH net 1/1] net sched: fix reporting the first-time use timestamp
 2020-05-17 18:47 UTC  (2+ messages)

[PATCH] lan743x: Added fixed link support
 2020-05-17 18:37 UTC  (2+ messages)

[RFC PATCH] drivers: net: mdio_bus: try indirect clause 45 regs access
 2020-05-17 18:22 UTC  (5+ messages)

[PATCH net] nexthop: Fix attribute checking for groups
 2020-05-17 17:43 UTC  (2+ messages)

[PATCH] netfilter/ipvs: expire no destination UDP connections when expire_nodest_conn=1
 2020-05-17 17:30 UTC  (5+ messages)
` [PATCH] netfilter/ipvs: immediately expire UDP connections matching unavailable destination if expire_nodest_conn=1

[PATCH net] mlx4: Fix information leak on failure to read module EEPROM
 2020-05-17 17:20 UTC 

[PATCH net] net/tls(TLS_SW): Fix integrity issue with non-blocking sw KTLS request
 2020-05-17 16:26 UTC 

KASAN: slab-out-of-bounds Read in ath9k_hif_usb_rx_cb
 2020-05-17 15:32 UTC 

[PATCH iproute2-next 1/1] tc: report time an action was first used
 2020-05-17 13:28 UTC 

[PATCH 27/33] sctp: export sctp_setsockopt_bindx
 2020-05-17  8:48 UTC  (10+ messages)
` remove kernel_setsockopt and kernel_getsockopt
          ` [Ocfs2-devel] [PATCH 27/33] sctp: export sctp_setsockopt_bindx

[PATCH] staging: qlge: unmap dma when lock failed
 2020-05-17  5:46 UTC 

[RFC PATCH bpf-next 0/1] bpf, x64: optimize JIT prologue/epilogue generation
 2020-05-17  4:32 UTC  (5+ messages)
      ` getting bpf_tail_call to work with bpf function calls. Was: "

[PATCH net-next v4 00/33] XDP extend with knowledge of frame size
 2020-05-17  4:02 UTC  (3+ messages)
` [PATCH net-next v4 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
  ` unstable xdp tests. Was: "

[PATCH] net/tls: fix encryption error checking
 2020-05-16 23:48 UTC 

[PATCH] net/packet: simply allocations in alloc_one_pg_vec_page
 2020-05-16 23:59 UTC  (7+ messages)

[PATCH net-next 0/2] net: ipa: sc7180 suspend/resume
 2020-05-16 23:47 UTC  (2+ messages)

[PATCH net-next 0/6] mlxsw: Reorganize trap data
 2020-05-16 23:42 UTC  (8+ messages)
` [PATCH net-next 1/6] mlxsw: spectrum_trap: Move struct definition out of header file
` [PATCH net-next 2/6] mlxsw: spectrum_trap: Store all trap policer data in one array
` [PATCH net-next 3/6] mlxsw: spectrum_trap: Store all trap group "
` [PATCH net-next 4/6] mlxsw: spectrum_trap: Store all trap "
` [PATCH net-next 5/6] selftests: devlink_lib: Remove double blank line
` [PATCH net-next 6/6] selftests: mlxsw: Do not hard code trap group name

[PATCH AUTOSEL 5.4 26/35] SUNRPC: defer slow parts of rpc_free_client() to a workqueue
 2020-05-16 23:10 UTC  (3+ messages)

[PATCH] net: mscc: ocelot: replace readx_poll_timeout with readx_poll_timeout_atomic
 2020-05-16 22:51 UTC  (3+ messages)

[PATCH net-next] r8169: remove remaining call to mdiobus_unregister
 2020-05-16 22:20 UTC  (2+ messages)

[PATCH net 1/1] net: ipa: don't be a hog in gsi_channel_poll()
 2020-05-16 22:16 UTC  (2+ messages)

KASAN: use-after-free Write in hci_sock_release
 2020-05-16 21:27 UTC  (2+ messages)

[PATCH net-next 0/3] ethtool: set_channels: add a few more checks
 2020-05-16 21:13 UTC  (3+ messages)

[PATCH 4/4] ipv6: symbol_get to access a sit symbol
 2020-05-16 20:55 UTC  (4+ messages)

[PATCH net-next] mptcp: Use 32-bit DATA_ACK when possible
 2020-05-16 20:51 UTC  (2+ messages)

[PATCH REPOST] net: dsa: mt7530: fix roaming from DSA user ports
 2020-05-16 20:50 UTC  (2+ messages)

[PATCH net-next] netns: enable to inherit devconf from current netns
 2020-05-16 20:47 UTC  (2+ messages)

[PATCH net v2] ipv6: Fix suspicious RCU usage warning in ip6mr
 2020-05-16 20:43 UTC  (2+ messages)

[PATCH net-next v1] hinic: add set_channels ethtool_ops support
 2020-05-16 20:35 UTC  (2+ messages)

[PATCH net-next] hinic: add support to set and get pause param
 2020-05-16 20:25 UTC  (3+ messages)

move the SIOCDELRT and SIOCADDRT compat_ioctl handlers v2
 2020-05-16 15:04 UTC  (2+ messages)

[PATCH v2 00/15] net: taint when the device driver firmware crashes
 2020-05-16 13:50 UTC  (34+ messages)
` [PATCH v2 01/15] taint: add module firmware crash taint support
` [PATCH v2 02/15] ethernet/839: use new module_firmware_crashed()
` [PATCH v2 03/15] bnx2x: "
` [PATCH v2 04/15] bnxt: "
` [PATCH v2 05/15] bna: "
` [PATCH v2 06/15] liquidio: "
` [PATCH v2 07/15] cxgb4: "
` [PATCH v2 08/15] ehea: "
` [PATCH v2 09/15] qed: "
` [PATCH v2 10/15] soc: qcom: ipa: "
` [PATCH v2 11/15] wimax/i2400m: "
` [PATCH v2 12/15] ath10k: "
` [PATCH v2 13/15] ath6kl: "
` [PATCH v2 14/15] brcm80211: "
` [PATCH v2 15/15] mwl8k: "

[PATCH v2] bnxt_en: use new module_firmware_crashed()
 2020-05-16 13:30 UTC  (3+ messages)

[PATCH v2] Implement close-on-fork
 2020-05-16 13:29 UTC  (3+ messages)

[PATCH v2 net-next 0/7] dpaa2-eth: add support for Rx traffic classes
 2020-05-16  8:16 UTC  (8+ messages)

[PATCH] mwifiex: Fix memory corruption in dump_station
 2020-05-16  8:07 UTC  (2+ messages)
` [EXT] "

[PATCH] bnxt_en: use new module_firmware_crashed()
 2020-05-16  8:01 UTC  (2+ messages)

[PATCH] security: fix the default value of secid_to_secctx hook
 2020-05-16  8:04 UTC  (6+ messages)

[PATCH] Fix suspicious RCU usage warning
 2020-05-16  7:47 UTC  (5+ messages)

[PATCH bpf-next v2 0/5] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-16  4:06 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] samples: bpf: refactor pointer error check "
` [PATCH bpf-next v2 2/5] samples: bpf: refactor kprobe tracing user progs "
` [PATCH bpf-next v2 3/5] samples: bpf: refactor tail call "
` [PATCH bpf-next v2 4/5] samples: bpf: add tracex7 test file to .gitignore
` [PATCH bpf-next v2 5/5] samples: bpf: refactor kprobe, tail call kern progs map definition

[PATCH V2] dynamic_debug: Add an option to enable dynamic debug for modules only
 2020-05-16  3:55 UTC  (7+ messages)

clean up and streamline probe_kernel_* and friends v2
 2020-05-16  3:42 UTC  (3+ messages)
` [PATCH 14/18] maccess: allow architectures to provide kernel probing directly

[PATCH net-next] hinic: add set_channels ethtool_ops support
 2020-05-16  2:58 UTC  (3+ messages)

[PATCH net-next] net: phy: broadcom: fix checkpatch complains about tabs
 2020-05-16  2:35 UTC  (2+ messages)

[PATCH net-next] net: phy: broadcom: add support for BCM54811 PHY
 2020-05-16  2:11 UTC  (3+ messages)

[ethtool RFC 0/3] ethtool: Add support for frame preemption
 2020-05-16  1:30 UTC  (4+ messages)
` [ethtool RFC 1/3] uapi: Update headers from the kernel [DO NOT APPLY]
` [ethtool RFC 2/3] ethtool: Add support for configuring frame preemption
` [ethtool RFC 3/3] ethtool: Add support for configuring frame preemption via netlink

[bpf-next PATCH v2 00/12] bpf: selftests, test_sockmap improvements
 2020-05-16  1:02 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: make capability check account for new BPF caps
 2020-05-16  0:51 UTC 

[PATCH 5.4 1/2] libbpf: Extract and generalize CPU mask parsing logic
 2020-05-16  0:40 UTC  (2+ messages)
` [PATCH 5.4 2/2] selftest/bpf: fix backported test_select_reuseport selftest changes

[pull request][net-next 00/11] Mellanox, mlx5 misc updates 2020-05-15
 2020-05-15 23:37 UTC  (4+ messages)
` [net-next 10/11] net/mlx5e: Calculate SQ stop room in a robust way
` [net-next 11/11] net/mlx5e: Take DCBNL-related definitions into dedicated files

[PATCH] ethernet: ti: am65-cpts: Add missing inline qualifier to stub functions
 2020-05-15 23:33 UTC  (2+ messages)

[PATCH 0/3] Patch series for a PTP Grandmaster use case using stmmac/gmac3 ptp clock
 2020-05-15 23:30 UTC  (6+ messages)

[PATCH bpf-next 1/2] selftests/bpf: fix test_align
 2020-05-15 23:19 UTC  (2+ messages)

[PATCH v5 bpf-next 00/11] net: Add support for XDP in egress path
 2020-05-15 23:15 UTC  (5+ messages)

[PATCH v2 0/7] Copy hashmap to tools/perf/util, use in perf expr
 2020-05-15 23:09 UTC  (8+ messages)
` [PATCH v2 7/7] perf expr: Migrate expr ids table to a hashmap

[PATCH v2 net-next 3/7] dpaa2-eth: Distribute ingress frames based on VLAN prio
 2020-05-15 23:07 UTC  (2+ messages)

[PATCH v2] net/mlx5e: Use IS_ERR() to check and simplify code
 2020-05-15 23:06 UTC 

[PATCH] net/mlx5e: Use IS_ERR() to check and simplify code
 2020-05-15 22:54 UTC  (5+ 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).