netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-07 20:29:38 to 2020-08-10 14:22:11 UTC [more...]

[PATCH ethtool 0/7] compiler warnings cleanup, part 2
 2020-08-10 14:22 UTC  (15+ messages)
` [PATCH ethtool 1/7] netlink: get rid of signed/unsigned comparison warnings
` [PATCH ethtool 2/7] ioctl: check presence of eeprom length argument properly
` [PATCH ethtool 3/7] ioctl: get rid of signed/unsigned comparison warnings
` [PATCH ethtool 4/7] get rid of signed/unsigned comparison warnings in register dump parsers
` [PATCH ethtool 5/7] settings: simplify link_mode_info[] initializers
` [PATCH ethtool 6/7] ioctl: convert cmdline_info arrays to named initializers
` [PATCH ethtool 7/7] build: add -Wextra to default CFLAGS

[PATCH] net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()
 2020-08-10 13:56 UTC  (2+ messages)

[PATCH net-next] dropwatch: Support monitoring of dropped frames
 2020-08-10 13:56 UTC  (4+ messages)
` [PATCHv2 "
    ` [Linux-kernel-mentees] "

[RFC] bpf: verifier check for dead branch
 2020-08-10 13:54 UTC  (3+ messages)

[PATCH V5 0/6] IRQ offloading for vDPA
 2020-08-10 13:37 UTC  (7+ messages)
` [PATCH V5 1/6] vhost: introduce vhost_vring_call

Severe performance regression in "net: macsec: preserve ingress frame ordering"
 2020-08-10 13:34 UTC  (4+ messages)

[PATCH] bpf: Add bpf_skb_get_sock_comm() helper
 2020-08-10 13:09 UTC 

[PATCH ipsec] xfrmi: drop ignore_df check before updating pmtu
 2020-08-10 12:20 UTC  (5+ messages)

[PATCH] net: Fix potential memory leak in proto_register()
 2020-08-10 12:16 UTC 

WARNING: at net/wireless/ti/wlcore/io.h:52 wlcore_set_partition - wl12xx_set_power_on
 2020-08-10 12:07 UTC 

Flaw in "random32: update the net random state on interrupt and activity"
 2020-08-10 12:03 UTC  (32+ messages)
` [DRAFT PATCH] random32: make prandom_u32() output unpredictable

[net-next 0/6][pull request] 40GbE Intel Wired LAN Driver Updates 2020-07-28
 2020-08-10 11:51 UTC  (4+ messages)

[PATCH net-next] ip_vti: Fix unused variable warning
 2020-08-10 11:04 UTC  (2+ messages)

[PATCH nf,v2] netfilter: nf_tables: nft_exthdr: the presence return value should be little-endian
 2020-08-10 11:02 UTC  (2+ messages)

[RFC PATCH 0/7] metricfs metric file system and examples
 2020-08-10  9:23 UTC  (15+ messages)
` [RFC PATCH 1/7] core/metricfs: Create metricfs, standardized files under debugfs
` [RFC PATCH 2/7] core/metricfs: add support for percpu metricfs files
` [RFC PATCH 3/7] core/metricfs: metric for kernel warnings
` [RFC PATCH 4/7] core/metricfs: expose softirq information through metricfs
` [RFC PATCH 5/7] core/metricfs: expose scheduler stat "
` [RFC PATCH 6/7] core/metricfs: expose x86-specific irq "
` [RFC PATCH 7/7] net-metricfs: Export /proc/net/dev via metricfs

[PATCH net-next v1] hinic: fix strncpy output truncated compile warnings
 2020-08-10  8:15 UTC  (10+ messages)

[PATCH v3 net-next 00/11] sfc: driver for EF100 family NICs, part 2
 2020-08-10  8:15 UTC  (4+ messages)
` [PATCH v3 net-next 03/11] sfc_ef100: read Design Parameters at probe time

[PATCH net] drivers/net/wan/lapbether: Added needed_tailroom
 2020-08-10  7:31 UTC  (4+ messages)

[PATCH net] drivers/net/wan/x25_asy: Added needed_headroom and a skb->len check
 2020-08-10  7:20 UTC  (4+ messages)

[PATCH] ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()
 2020-08-10  3:54 UTC  (5+ messages)

[PATCH net] net: qcom/emac: Fix missing clk_disable_unprepare() in error path of emac_probe
 2020-08-10  3:01 UTC  (5+ messages)

[PATCH net] net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init
 2020-08-10  2:57 UTC 

[PATCH] net/nfc/rawsock.c: add CAP_NET_RAW check
 2020-08-10  1:51 UTC 

[RFT PATCH] net: fec: Fix MDIO polled IO
 2020-08-09 23:00 UTC 

[PATCH net-next 1/1] net/sched: Introduce skb hash classifier
 2020-08-09 23:41 UTC  (3+ messages)

[DRAFT PATCH] random32: make prandom_u32() output unpredictable
 2020-08-09 21:10 UTC 

KMSAN: uninit-value in ath9k_htc_rx_msg
 2020-08-09 16:27 UTC 

KMSAN: uninit-value in batadv_hard_if_event (2)
 2020-08-09 16:27 UTC 

KMSAN: uninit-value in can_receive (2)
 2020-08-09 16:27 UTC 

rtnl_trylock() versus SCHED_FIFO lockup
 2020-08-09 15:32 UTC  (9+ messages)

[RFC PATCH v11 bpf-next 00/14] bpf: Add d_path helper
 2020-08-09 15:03 UTC  (15+ messages)
` [RFC PATCH v11 bpf-next 01/14] tools resolve_btfids: Add size check to get_id function
` [RFC PATCH v11 bpf-next 02/14] tools resolve_btfids: Add support for set symbols
` [RFC PATCH v11 bpf-next 03/14] bpf: Move btf_resolve_size into __btf_resolve_size
` [RFC PATCH v11 bpf-next 04/14] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [RFC PATCH v11 bpf-next 05/14] bpf: Add type_id "
` [RFC PATCH v11 bpf-next 06/14] bpf: Remove recursion call in btf_struct_access
` [RFC PATCH v11 bpf-next 07/14] bpf: Factor btf_struct_access function
` [RFC PATCH v11 bpf-next 08/14] bpf: Add btf_struct_ids_match function
` [RFC PATCH v11 bpf-next 09/14] bpf: Add BTF_SET_START/END macros
` [RFC PATCH v11 bpf-next 10/14] bpf: Add d_path helper
` [RFC PATCH v11 bpf-next 11/14] bpf: Update .BTF_ids section in btf.rst with sets info
` [RFC PATCH v11 bpf-next 12/14] selftests/bpf: Add verifier test for d_path helper
` [RFC PATCH v11 bpf-next 13/14] selftests/bpf: Add "
` [RFC PATCH v11 bpf-next 14/14] selftests/bpf: Add set test to resolve_btfids

[PATCH v10 bpf-next 00/14] bpf: Add d_path helper
 2020-08-09 14:47 UTC  (4+ messages)
` [PATCH v10 bpf-next 08/14] bpf: Add btf_struct_ids_match function

[PATCH net-next RFC 01/13] devlink: Add reload level option to devlink reload command
 2020-08-09 13:21 UTC  (13+ messages)

[PATCH net 0/2] net: fix a mcast issue for tipc udp media
 2020-08-09 11:04 UTC  (7+ messages)
` [PATCH net 1/2] ipv6: add ipv6_dev_find()

[PATCH] mwifiex: Do not use GFP_KERNEL in atomic context
 2020-08-09  9:29 UTC 

[Linux-kernel-mentees] [PATCH net] rds: Prevent kernel-infoleak in rds_notify_queue_get()
 2020-08-09  7:04 UTC  (13+ messages)

WARNING: ODEBUG bug in put_device
 2020-08-09  5:15 UTC 

[PATCH net-next v2] hinic: fix strncpy output truncated compile warnings
 2020-08-09  3:53 UTC 

[PATCH] net/failover: remove redundant fops null check
 2020-08-09  2:17 UTC 

[PATCH AUTOSEL 5.7 49/58] seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
 2020-08-08 23:37 UTC 

[PATCH AUTOSEL 5.4 35/40] seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
 2020-08-08 23:38 UTC 

[PATCH AUTOSEL 5.8 57/72] seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
 2020-08-08 23:35 UTC 

[PATCH] net: Convert to use the fallthrough macro
 2020-08-08 21:29 UTC  (2+ messages)

[PATCH net] r8152: Use MAC address from correct device tree node
 2020-08-08 21:27 UTC  (2+ messages)

KASAN: use-after-free Read in __queue_work (3)
 2020-08-08 21:27 UTC 

[PATCH 5/5] net: Use helper function ip_is_fragment()
 2020-08-08 21:25 UTC  (2+ messages)

[PATCH 4/5] net: Remove meaningless jump label out_fs
 2020-08-08 21:23 UTC  (2+ messages)

[PATCH 3/5] net: Set fput_needed iff FDPUT_FPUT is set
 2020-08-08 21:22 UTC  (2+ messages)

[PATCH 2/5] net: Use helper function fdput()
 2020-08-08 21:21 UTC  (2+ messages)

[PATCH net resend] bitfield.h: don't compile-time validate _val in FIELD_FIT
 2020-08-08 21:16 UTC  (2+ messages)

[PATCH net] net: phy: fix memory leak in device-create error path
 2020-08-08 21:13 UTC  (2+ messages)

[RFC 0/4] netlink: binary attribute range validation
 2020-08-08 21:07 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix v4_to_v6 in sk_lookup
 2020-08-08 18:46 UTC  (2+ messages)

[PATCH] can current ECMP implementation support consistent hashing for next hop?
 2020-08-08 18:40 UTC  (6+ messages)
  ` 答复: "

[PATCH] [net/ipv6] ip6_output: Add ipv6_pinfo null check
 2020-08-08 17:37 UTC  (3+ messages)

[PATCH] xdp: ensure initialization of txq in xdp_buff
 2020-08-08 15:56 UTC  (2+ messages)

[PATCH ethtool v2] Add QSFP-DD support
 2020-08-08 14:30 UTC  (4+ messages)

get rid of the address_space override in setsockopt v2
 2020-08-08 13:54 UTC  (6+ messages)
` [PATCH 25/26] net: pass a sockptr_t into ->setsockopt

[ovs-discuss] Double free in recent kernels after memleak fix
 2020-08-08 11:44 UTC  (8+ messages)

KASAN: null-ptr-deref Write in l2cap_chan_put
 2020-08-08  9:46 UTC 

[PATCH v7 0/9] Add seccomp notifier ioctl that enables adding fds
 2020-08-08  7:17 UTC  (6+ messages)
` [PATCH v7 3/9] net/scm: Regularize compat handling of scm_detach_fds()

KASAN: use-after-free Read in hci_get_auth_info
 2020-08-08  6:56 UTC 

Ventilator supplier needed urgently
 2020-08-08  3:35 UTC 

[Linux-kernel-mentees] [PATCH net] Bluetooth: Fix NULL pointer dereference in amp_read_loc_assoc_final_data()
 2020-08-08  4:04 UTC 

pull-request: bpf 2020-08-08
 2020-08-08  0:56 UTC  (2+ messages)

[PATCH] seg6: using DSCP of inner IPv4 packets
 2020-08-08  0:43 UTC  (4+ messages)

[PATCH v2 net-next] net/tls: allow MSG_CMSG_COMPAT in sendmsg
 2020-08-08  0:41 UTC  (2+ messages)

[PATCH net] mptcp: fix warn at shutdown time for unaccepted msk sockets
 2020-08-08  0:26 UTC  (2+ messages)

[PATCH net] mptcp: more stable diag self-tests
 2020-08-08  0:25 UTC  (2+ messages)

[PATCH v5 0/2] Add 802.1AD protocol support for dsa switch and ocelot driver
 2020-08-08  0:24 UTC  (2+ messages)

[PATCH net] selftests: mptcp: fix dependecies
 2020-08-08  0:23 UTC  (2+ messages)

[PATCH v2 0/3] Add Support for Marvell OcteonTX2 Cryptographic
 2020-08-08  0:17 UTC  (2+ messages)

Flaw in "random32: update the net random state on interrupt and activity"
 2020-08-07 23:11 UTC  (13+ messages)

[PATCH iproute2 1/1] tc: introduce skbhash classifier
 2020-08-07 22:31 UTC 

[PATCH net 1/4] ptp: ptp_idt82p33: update to support adjphase
 2020-08-07 21:57 UTC  (3+ messages)

[RFC PATCH bpf-next 0/7] libbpf feature probing and sanitization improvements
 2020-08-07 21:06 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/7] libbpf: disable -Wswitch-enum compiler warning
` [RFC PATCH bpf-next 2/7] libbpf: make kernel feature probing lazy
` [RFC PATCH bpf-next 3/7] libbpf: factor out common logic of testing and closing FD
` [RFC PATCH bpf-next 4/7] libbpf: sanitize BPF program code for bpf_probe_read_{kernel,user}[_str]
` [RFC PATCH bpf-next 5/7] selftests/bpf: fix test_vmlinux test to use bpf_probe_read_user()
` [RFC PATCH bpf-next 6/7] libbpf: switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
` [RFC PATCH bpf-next 7/7] libbpf: detect minimal BTF support and skip BTF loading, if missing


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