Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 13:22:46 to 2021-07-27 21:01:27 UTC [more...]

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-27 20:58 UTC  (26+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [PATCH 03/64] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 05/64] skbuff: Switch structure bounds to struct_group()
` [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH 07/64] staging: rtl8192e: Use struct_group() "
` [PATCH 08/64] staging: rtl8192u: "
` [PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy()
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 11/64] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 12/64] mwl8k: Use struct_group() for memcpy() region
` [PATCH 13/64] libertas: "
` [PATCH 14/64] libertas_tf: "
` [PATCH 15/64] ipw2x00: "
` [PATCH 18/64] cxgb3: "
` [PATCH 22/64] bnx2x: "
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 26/64] net/mlx5e: "
` [PATCH 27/64] HID: cp2112: "
` [PATCH 28/64] compiler_types.h: Remove __compiletime_object_size()
` [PATCH 29/64] lib/string: Move helper functions out of string.c
` [PATCH 30/64] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH 31/64] fortify: Explicitly disable Clang support
` [PATCH 32/64] fortify: Add compile-time FORTIFY_SOURCE tests

[PATCH] kernel/module: add documentation for try_module_get()
 2021-07-27 20:54 UTC  (7+ messages)

[PATCH] bus: mhi: pci-generic: configurable network interface MRU
 2021-07-27 20:49 UTC  (5+ messages)

[PATCH bpf-next v2 0/5] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-27 20:49 UTC  (7+ messages)

[PATCH net-next 0/5] TSN endpoint Ethernet MAC driver
 2021-07-27 20:49 UTC  (16+ messages)
` [PATCH net-next 2/5] dt-bindings: net: Add tsnep Ethernet controller
` [PATCH net-next 4/5] tsnep: Add TSN endpoint Ethernet MAC driver
` [PATCH net-next 5/5] arm64: dts: zynqmp: Add ZCU104 based TSN endpoint

[PATCH net-next 00/18] Add Gigabit Ethernet driver support
 2021-07-27 20:48 UTC  (3+ messages)
` [PATCH net-next 08/18] ravb: Add R-Car common features

[PATCH bpf-next v3] bpf: increase supported cgroup storage value size
 2021-07-27 20:47 UTC  (3+ messages)

[RFC] tcp: Initial support for RFC5925 auth option
 2021-07-27 20:23 UTC  (5+ messages)

[PATCH] netfilter: xt_NFLOG: allow 128 character log prefixes
 2021-07-27 20:06 UTC  (3+ messages)

[PATCH net-next v3 00/31] ndo_ioctl rework
 2021-07-27 20:00 UTC  (35+ messages)
` [PATCH net-next v3 01/31] net: split out SIOCDEVPRIVATE handling from dev_ioctl
` [PATCH net-next v3 02/31] staging: rtlwifi: use siocdevprivate
` [PATCH net-next v3 03/31] staging: wlan-ng: "
` [PATCH net-next v3 04/31] hostap: use ndo_siocdevprivate
` [PATCH net-next v3 05/31] bridge: "
` [PATCH net-next v3 06/31] phonet: use siocdevprivate
` [PATCH net-next v3 07/31] tulip: use ndo_siocdevprivate
` [PATCH net-next v3 08/31] bonding: use siocdevprivate
` [PATCH net-next v3 09/31] appletalk: use ndo_siocdevprivate
` [PATCH net-next v3 10/31] hamachi: "
` [PATCH net-next v3 11/31] tehuti: "
` [PATCH net-next v3 12/31] eql: "
` [PATCH net-next v3 13/31] fddi: "
` [PATCH net-next v3 14/31] net: usb: "
` [PATCH net-next v3 15/31] slip/plip: "
` [PATCH net-next v3 16/31] qeth: "
` [PATCH net-next v3 17/31] cxgb3: "
` [PATCH net-next v3 18/31] hamradio: "
` [PATCH net-next v3 19/31] airo: "
` [PATCH net-next v3 20/31] ip_tunnel: "
` [PATCH net-next v3 21/31] hippi: "
` [PATCH net-next v3 22/31] sb1000: "
` [PATCH net-next v3 23/31] ppp: "
` [PATCH net-next v3 24/31] wan: "
` [PATCH net-next v3 25/31] wan: cosa: remove dead cosa_net_ioctl() function
` [PATCH net-next v3 26/31] dev_ioctl: pass SIOCDEVPRIVATE data separately
` [PATCH net-next v3 27/31] dev_ioctl: split out ndo_eth_ioctl
` [PATCH net-next v3 28/31] net: split out ndo_siowandev ioctl
` [PATCH net-next v3 29/31] net: socket: return changed ifreq from SIOCDEVPRIVATE
` [PATCH net-next v3 30/31] net: bridge: move bridge ioctls out of .ndo_do_ioctl
` [PATCH net-next v3 31/31] net: bonding: move ioctl handling to private ndo operation

[PATCH RESEND] net: cipso: fix warnings in netlbl_cipsov4_add_std
 2021-07-27 20:00 UTC  (2+ messages)

[PATCH net-next 00/10] ionic: driver updates 27-July-2021
 2021-07-27 20:00 UTC  (12+ messages)
` [PATCH net-next 01/10] ionic: minimize resources when under kdump
` [PATCH net-next 02/10] ionic: monitor fw status generation
` [PATCH net-next 03/10] ionic: print firmware version on identify
` [PATCH net-next 04/10] ionic: init reconfig err to 0
` [PATCH net-next 05/10] ionic: use fewer inits on the buf_info struct
` [PATCH net-next 06/10] ionic: increment num-vfs before configure
` [PATCH net-next 07/10] ionic: remove unneeded comp union fields
` [PATCH net-next 08/10] ionic: block some ethtool operations when fw in reset
` [PATCH net-next 09/10] ionic: enable rxhash only with multiple queues
` [PATCH net-next 10/10] ionic: add function tag to debug string

[PATCH net] net: hns3: change the method of obtaining default ptp cycle
 2021-07-27 20:00 UTC  (2+ messages)

[PATCH net-next 0/4] net: ipa: IPA interrupt cleanup
 2021-07-27 19:46 UTC  (5+ messages)
` [PATCH net-next 1/4] net: ipa: make IPA interrupt handler threaded only
` [PATCH net-next 2/4] net: ipa: clear disabled IPA interrupt conditions
` [PATCH net-next 3/4] net: ipa: get rid of some unneeded IPA interrupt code
` [PATCH net-next 4/4] net: ipa: kill ipa_interrupt_process_all()

[PATCH net-next 5/5] igc: Export LEDs
 2021-07-27 19:42 UTC  (22+ messages)

[PATCH net-next 0/2] more accurate DSACK processing for RACK-TLP
 2021-07-27 19:20 UTC  (4+ messages)
` [PATCH net-next 1/2] tcp: more accurately detect spurious TLP probes
` [PATCH net-next 2/2] tcp: more accurately check DSACKs to grow RACK reordering window

[PATCH iproute2] libbpf: fix attach of prog with multiple sections
 2021-07-27 19:05 UTC  (11+ messages)

[PATCH] wireless: rtl8187: replace udev with usb_get_dev()
 2021-07-27 18:57 UTC 

[PATCH AUTOSEL 5.13 08/21] r8152: Fix a deadlock by doubly PM resume
 2021-07-27 18:54 UTC  (6+ messages)
` [PATCH AUTOSEL 5.13 09/21] qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()
` [PATCH AUTOSEL 5.13 11/21] mt7530 fix mt7530_fdb_write vid missing ivl bit
` [PATCH AUTOSEL 5.13 12/21] net: Fix zero-copy head len calculation

[PATCH bpf-next 00/17] selftests: xsk: various simplifications
 2021-07-27 18:39 UTC  (5+ messages)
` [PATCH bpf-next 01/17] selftests: xsk: remove color mode
` [PATCH bpf-next 04/17] selftests: xsk: set rlimit per thread

[PATCH rfc v6 0/4] add frag page support in page pool
 2021-07-27 18:38 UTC  (13+ messages)
` [PATCH rfc v6 2/4] page_pool: add interface to manipulate frag count "

[bpf-next v2 1/2] samples: bpf: Fix tracex7 error raised on the missing argument
 2021-07-27 18:20 UTC  (2+ messages)

[PATCH v3] rtw88: Remove unnecessary check code
 2021-07-27 18:16 UTC  (3+ messages)

[PATCH 0/3] Address compilation of eBPF related software with clang compiler on arm architecture
 2021-07-27 17:55 UTC  (7+ messages)
` [PATCH 1/3] arm: include: asm: swab: mask rev16 instruction for clang
` [PATCH 2/3] arm: include: asm: unified: mask .syntax unified "
` [PATCH 3/3] include/uapi/linux/swab: Fix potentially missing __always_inline

[syzbot] UBSAN: shift-out-of-bounds in xfrm_set_default
 2021-07-27 17:46 UTC  (5+ messages)
  ` [PATCH] net: xfrm: fix shift-out-of-bounce

[PATCH bpf v3 0/3] sockmap fixes picked up by stress tests
 2021-07-27 17:37 UTC  (5+ messages)
` [PATCH bpf v3 1/3] bpf, sockmap: zap ingress queues after stopping strparser
` [PATCH bpf v3 2/3] bpf, sockmap: on cleanup we additionally need to remove cached skb
` [PATCH bpf v3 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH] nfc: s3fwrn5: fix undefined parameter values in dev_err()
 2021-07-27 17:34 UTC  (2+ messages)

[PATCH][next] i40e: Fix spelling mistake "dissable" -> "disable"
 2021-07-27 17:33 UTC 

[PATCH 0/3] can: fix same memory leaks in can drivers
 2021-07-27 17:00 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] can: usb_8dev: fix memory leak
  ` [PATCH v2 2/3] can: ems_usb: "
  ` [PATCH v2 3/3] can: esd_usb2: "

[PATCH net-next 0/3] flow_offload: hardware offload of TC actions
 2021-07-27 16:47 UTC  (8+ messages)
` [PATCH net-next 1/3] flow_offload: allow user to offload tc action to net device

[PATCH iproute2-next v2] ipneigh: add support to print brief output of neigh cache in tabular format
 2021-07-27 16:46 UTC 

[PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-27 16:44 UTC  (10+ messages)
` [PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v1 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v1 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v1 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH v2 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-07-27 16:36 UTC  (4+ messages)
` [PATCH v2 3/7] "

[PATCH iproute2-next] ipneigh: add support to print brief output of neigh cache in tabular format
 2021-07-27 16:33 UTC  (3+ messages)

[Patch bpf-next] unix_bpf: fix a potential deadlock in unix_dgram_bpf_recvmsg()
 2021-07-27 16:12 UTC  (2+ messages)

[PATCH bpf v2 0/3] sockmap fixes picked up by stress tests
 2021-07-27 16:01 UTC  (4+ messages)
` [PATCH bpf v2 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH] libbpf: fix commnet typo
 2021-07-27 15:49 UTC  (2+ messages)

[PATCH V6 0/8] PCI: Enable 10-Bit tag support for PCIe devices
 2021-07-27 15:41 UTC  (10+ messages)
` [PATCH V6 7/8] PCI: Add "pci=disable_10bit_tag=" parameter for peer-to-peer support

[PATCH net 0/4] sctp: add some size validations
 2021-07-27 15:10 UTC  (4+ messages)
` [PATCH net 1/4] sctp: validate from_addr_param return

[External] : Re: [PATCH] 9p/xen: Fix end of loop tests for list_for_each_entry
 2021-07-27 14:07 UTC  (3+ messages)
`  "

[PATCH net-next 0/4] net: ipa: kill IPA_VALIDATION
 2021-07-27 14:03 UTC  (6+ messages)

[PATCH iproute2-next v2 0/3] Provide support for IOAM
 2021-07-27 13:42 UTC  (3+ messages)
` [PATCH iproute2-next v2 2/3] New IOAM6 encap type for routes

[PATCH v4 0/3] Renesas RZ/G2L CANFD support
 2021-07-27 13:30 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC
` [PATCH v4 2/3] can: rcar_canfd: Add support for RZ/G2L family
` [PATCH v4 3/3] arm64: dts: renesas: r9a07g044: Add CANFD node

[PATCH AUTOSEL 5.4 4/9] r8152: Fix potential PM refcount imbalance
 2021-07-27 13:19 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 5/9] qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()
` [PATCH AUTOSEL 5.4 6/9] mt7530 fix mt7530_fdb_write vid missing ivl bit
` [PATCH AUTOSEL 5.4 7/9] net: Fix zero-copy head len calculation

[PATCH AUTOSEL 4.19 3/6] r8152: Fix potential PM refcount imbalance
 2021-07-27 13:20 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 4/6] qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()
` [PATCH AUTOSEL 4.19 5/6] mt7530 fix mt7530_fdb_write vid missing ivl bit
` [PATCH AUTOSEL 4.19 6/6] net: Fix zero-copy head len calculation

[PATCH AUTOSEL 4.14 2/5] r8152: Fix potential PM refcount imbalance
 2021-07-27 13:20 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 3/5] qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()
` [PATCH AUTOSEL 4.14 4/5] mt7530 fix mt7530_fdb_write vid missing ivl bit
` [PATCH AUTOSEL 4.14 5/5] net: Fix zero-copy head len calculation

[PATCH AUTOSEL 4.9 2/3] r8152: Fix potential PM refcount imbalance
 2021-07-27 13:20 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 3/3] net: Fix zero-copy head len calculation

[PATCH AUTOSEL 4.4 2/3] r8152: Fix potential PM refcount imbalance
 2021-07-27 13:20 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 3/3] net: Fix zero-copy head len calculation

[PATCH AUTOSEL 5.10 06/17] r8152: Fix potential PM refcount imbalance
 2021-07-27 13:19 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 07/17] qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()
` [PATCH AUTOSEL 5.10 09/17] mt7530 fix mt7530_fdb_write vid missing ivl bit
` [PATCH AUTOSEL 5.10 10/17] net: Fix zero-copy head len calculation


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 read-only IMAP folder(s) and NNTP newsgroup(s).