messages from 2020-10-02 02:46:04 to 2020-10-02 16:06:38 UTC [more...]
[PATCH v4 bpf-next 00/13] mvneta: introduce XDP multi-buffer support
2020-10-02 16:06 UTC (17+ messages)
` [PATCH v4 bpf-next 01/13] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v4 bpf-next 02/13] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH v4 bpf-next 03/13] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v4 bpf-next 04/13] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v4 bpf-next 05/13] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v4 bpf-next 06/13] bpf: introduce bpf_xdp_get_frags_{count, total_size} helpers
` [PATCH v4 bpf-next 07/13] samples/bpf: add bpf program that uses xdp mb helpers
` [PATCH v4 bpf-next 08/13] bpf: move user_size out of bpf_test_init
` [PATCH v4 bpf-next 09/13] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v4 bpf-next 10/13] bpf: test_run: add skb_shared_info pointer in bpf_test_finish signature
` [PATCH v4 bpf-next 11/13] bpf: add xdp multi-buffer selftest
` [PATCH v4 bpf-next 12/13] net: mvneta: enable jumbo frames for XDP
` [PATCH v4 bpf-next 13/13] bpf: cpumap: introduce xdp multi-buff support
[PATCH] net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()
2020-10-02 16:04 UTC (3+ messages)
[PATCH bpf-next 0/2] Do not limit cb_flags when creating child sk from listen sk
2020-10-02 16:03 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: properly initialize linfo in sockmap_basic
2020-10-02 15:59 UTC (2+ messages)
[PATCH 0/6] can: add support for ETAS ES58X CAN USB
2020-10-02 15:41 UTC (9+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 1/7] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
` [PATCH v3 2/7] can: dev: fix type of get_can_dlc() and get_canfd_dlc() macros
` [PATCH v3 3/7] can: dev: add a helper function to get the correct length of Classical frames
` [PATCH v3 4/7] can: dev: __can_get_echo_skb(): fix the return length
` [PATCH v3 5/7] can: dev: add a helper function to calculate the duration of one bit
` [PATCH v3 6/7] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
` [PATCH v3 7/7] usb: cdc-acm: add quirk to blacklist ETAS ES58X devices
[net-next PATCH v1 0/7] ACPI support for dpaa2 driver
2020-10-02 15:50 UTC (16+ messages)
` [net-next PATCH v1 1/7] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v1 3/7] net: phy: Introduce fwnode_get_phy_id()
` [net-next PATCH v1 6/7] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver
[RESEND net-next 0/9] arm64: dts: layerscape: update MAC nodes with PHY information
2020-10-02 15:48 UTC (14+ messages)
` [RESEND net-next 1/9] arm64: dts: ls1088a: add external MDIO device nodes
` [RESEND net-next 2/9] arm64: dts: ls1088ardb: add QSGMII PHY nodes
` [RESEND net-next 3/9] arm64: dts: ls1088ardb: add necessary DTS nodes for DPMAC2
` [RESEND net-next 4/9] arm64: dts: ls208xa: add the external MDIO nodes
` [RESEND net-next 5/9] arm64: dts: ls2088ardb: add PHY nodes for the CS4340 PHYs
` [RESEND net-next 6/9] arm64: dts: ls2088ardb: add PHY nodes for the AQR405 PHYs
` [RESEND net-next 7/9] arm64: dts: ls208xa: add PCS MDIO and PCS PHY nodes
` [RESEND net-next 8/9] arm64: dts: lx2160a: "
` [RESEND net-next 9/9] arm64: dts: lx2160ardb: add nodes for the AQR107 PHYs
INFO: task hung in lock_sock_nested (3)
2020-10-02 15:48 UTC
[PATCH 0/5] genetlink: complete policy dumping
2020-10-02 15:42 UTC (10+ messages)
` [PATCH 1/5] netlink: simplify netlink_policy_dump_start() prototype
` [PATCH 2/5] netlink: compare policy more accurately
` [PATCH 3/5] netlink: rework policy dump to support multiple policies
` [PATCH 4/5] genetlink: factor skb preparation out of ctrl_dumppolicy()
` [PATCH 5/5] genetlink: properly support per-op policy dumping
WARNING in ieee80211_bss_info_change_notify
2020-10-02 15:39 UTC
KASAN: use-after-free Read in tipc_mcast_xmit (2)
2020-10-02 15:38 UTC
WARNING in drv_bss_info_changed
2020-10-02 15:38 UTC
[PATCH] netlink: fix policy dump leak
2020-10-02 15:30 UTC (3+ messages)
[PATCH net-next v2 00/10] genetlink: support per-command policy dump
2020-10-02 15:28 UTC (19+ messages)
` [PATCH net-next v2 08/10] genetlink: use parsed attrs in dumppolicy
` [PATCH net-next v2 09/10] genetlink: switch control commands to per-op policies
` [PATCH net-next v2 10/10] genetlink: allow dumping command-specific policy
[PATCH] random32: Restore __latent_entropy attribute on net_rand_state
2020-10-02 15:22 UTC (2+ messages)
[PATCH net-next 00/16] Add devlink reload action and limit options
2020-10-02 15:19 UTC (14+ messages)
` [PATCH net-next 01/16] devlink: Change devlink_reload_supported() param type
` [PATCH net-next 02/16] devlink: Add reload action option to devlink reload command
` [PATCH net-next 03/16] devlink: Add devlink reload limit option
` [PATCH net-next 04/16] devlink: Add reload stats
` [PATCH net-next 15/16] net/mlx5: Add support for devlink reload limit no reset
[PATCH net-next] dt-bindings: net: dsa: b53: Add missing reg property to example
2020-10-02 15:12 UTC (3+ messages)
[PATCH net-next 0/2] net/smc: updates 2020-10-02
2020-10-02 15:09 UTC (3+ messages)
` [PATCH net-next 1/2] net/smc: send ISM devices with unique chid in CLC proposal
` [PATCH net-next 2/2] net/smc: use an array to check fields in system EID
pull request (net-next): ipsec-next 2020-07-30
2020-10-02 14:44 UTC (3+ messages)
` [PATCH 10/19] xfrm: interface: support IP6IP6 and IP6IP tunnels processing with .cb_handler
[PATCH v2 net-next 0/3] net: atlantic: phy tunables from mac driver
2020-10-02 14:41 UTC (8+ messages)
` [PATCH v2 net-next 1/3] ethtool: allow netdev driver to define phy tunables
` [PATCH v2 net-next 2/3] net: atlantic: implement phy downshift feature
` [PATCH v2 net-next 3/3] net: atlantic: implement media detect feature via phy tunables
` [EXT] "
[PATCH] genl: ctrl: print op -> policy idx mapping
2020-10-02 14:39 UTC (3+ messages)
[Linux-kernel-mentees][PATCH v2] net: usb: rtl8150: prevent set_ethernet_addr from setting uninit address
2020-10-02 14:29 UTC (6+ messages)
` [PATCH "
pull-request: wireless-drivers-next-2020-10-02
2020-10-02 14:08 UTC
[PATCH bpf-next 1/3] samples: bpf: split xdpsock stats into new struct
2020-10-02 13:36 UTC (3+ messages)
` [PATCH bpf-next 2/3] samples: bpf: count syscalls in xdpsock
` [PATCH bpf-next 3/3] samples: bpf: driver interrupt statistics "
[PATCH v4 net-next 0/2] Add Seville Ethernet switch to T1040RDB
2020-10-02 13:41 UTC (3+ messages)
` [PATCH v4 net-next 1/2] powerpc: dts: t1040: add bindings for Seville Ethernet switch
` [PATCH v4 net-next 2/2] powerpc: dts: t1040rdb: add ports "
[PATCH bpf-next] libbpf: fix compatibility problem in xsk_socket__create
2020-10-02 13:36 UTC
[PATCH iproute2-next] ip xfrm: support setting XFRMA_SET_MARK_MASK attribute in states
2020-10-02 13:22 UTC (2+ messages)
` [PATCH iproute2-net v2] "
[RFC PATCH net-next v2 0/2] driver/net/ethernet W=1 by default
2020-10-02 13:15 UTC (9+ messages)
` [PATCH net-next v2 1/2] Makefile.extrawarn: Add symbol for W=1 warnings for today
[RFC] Status of orinoco_usb
2020-10-02 12:06 UTC (4+ messages)
[PATCH net-next 0/9] Offload tc-flower to mscc_ocelot switch using VCAP chains
2020-10-02 12:02 UTC (10+ messages)
` [PATCH net-next 1/9] net: mscc: ocelot: offload multiple tc-flower actions in same rule
` [PATCH net-next 2/9] net: mscc: ocelot: introduce conversion helpers between port and netdev
` [PATCH net-next 3/9] net: mscc: ocelot: create TCAM skeleton from tc filter chains
` [PATCH net-next 4/9] net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1
` [PATCH net-next 5/9] net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0
` [PATCH net-next 6/9] net: mscc: ocelot: only install TCAM entries into a specific lookup and PAG
` [PATCH net-next 7/9] net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()
` [PATCH net-next 8/9] net: mscc: ocelot: offload redirect action to VCAP IS2
` [PATCH net-next 9/9] selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloads
[RFC PATCH v2 00/23] Share events between metrics
2020-10-02 11:57 UTC (3+ messages)
` [RFC PATCH v2 23/23] perf metricgroup: remove duped metric group events
` Issue of metrics for multiple uncore PMUs (was Re: [RFC PATCH v2 23/23] perf metricgroup: remove duped metric group events)
[PATCH libbpf] libbpf: check if pin_path was set even map fd exist
2020-10-02 11:49 UTC (2+ messages)
Fwd: [Bug 209423] WARN_ON_ONCE() at rtl8169_tso_csum_v2()
2020-10-02 11:48 UTC (6+ messages)
` "
[PATCH v2] net: hso: do not call unregister if not registered
2020-10-02 11:43 UTC
[PATCH 0/7] TC-ETF support PTP clocks series
2020-10-02 11:05 UTC (4+ messages)
` [PATCH 7/7] TC-ETF support PTP clocks
[PATCH net] tcp: fix syn cookied MPTCP request socket leak
2020-10-02 10:39 UTC
Why ping latency is smaller with shorter send interval?
2020-10-02 9:56 UTC (3+ messages)
pull-request: mac80211-next 2020-10-02
2020-10-02 10:11 UTC
[PATCH bpf-next v2 0/4] Sockmap copying
2020-10-02 10:08 UTC (9+ messages)
` [PATCH bpf-next v2 2/4] selftests: bpf: Add helper to compare socket cookies
[PATCH net-next v3 4/4] gve: Add support for raw addressing in the tx path
2020-10-02 9:54 UTC (2+ messages)
[PATCH net-next 0/8] net: ethernet: ti: am65-cpsw: add multi port support in mac-only mode
2020-10-02 9:56 UTC (3+ messages)
[iproute2] ipntable: add missing ndts_table_fulls ntable stat
2020-10-02 9:34 UTC
[PATCH net 00/12] net: iflink and link-netnsid fixes
2020-10-02 9:07 UTC (6+ messages)
` [PATCH net 08/12] ipv6: advertise IFLA_LINK_NETNSID when dumping ipv6 addresses
[PATCH v2 00/29] [Set 1,2,3] Rid W=1 warnings in Wireless
2020-10-02 9:03 UTC (2+ messages)
[PATCH net-next 0/4] net: dsa: Improve dsa_untag_bridge_pvid()
2020-10-02 8:42 UTC (9+ messages)
` [PATCH net-next 1/4] net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()
` [PATCH net-next 2/4] net: dsa: b53: Set untag_bridge_pvid
` [PATCH net-next 3/4] net: dsa: Obtain VLAN protocol from skb->protocol
` [PATCH net-next 4/4] net: dsa: Utilize __vlan_find_dev_deep_rcu()
[PATCH v9 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
2020-10-02 8:30 UTC (4+ messages)
[PATCH v10 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
2020-10-02 8:27 UTC (8+ messages)
` [PATCH v10 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v10 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v10 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v10 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v10 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v10 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v10 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()
[PATCH 0/6] Fix new html build warnings from next-20201001
2020-10-02 8:19 UTC (3+ messages)
` [PATCH 1/6] net: core: document two new elements of struct net_device
[PATCH net-next 0/4] Some VLAN handling cleanup in DSA
2020-10-02 8:15 UTC (6+ messages)
` [PATCH net-next 4/4] net: dsa: set configure_vlan_while_not_filtering to true by default
[PATCH] net: usb: pegasus: Proper error handing when setting pegasus' MAC address
2020-10-02 7:57 UTC (4+ messages)
` [PATCH v2] "
[PATCH net-next 0/5] implement kthread based napi poll
2020-10-02 7:56 UTC (5+ messages)
WARNING in cfg80211_connect
2020-10-02 7:48 UTC (4+ messages)
[PATCH] net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()
2020-10-02 7:39 UTC (4+ messages)
linux-next: manual merge of the net-next tree with the net tree
2020-10-02 7:32 UTC (2+ messages)
[PATCH] net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locks
2020-10-02 7:10 UTC (4+ messages)
pull request (net-next): ipsec-next 2020-10-02
2020-10-02 5:01 UTC (8+ messages)
` [PATCH 1/7] xfrm: Provide API to register translator module
` [PATCH 2/7] xfrm/compat: Add 64=>32-bit messages translator
` [PATCH 3/7] xfrm/compat: Attach xfrm dumps to 64=>32 bit translator
` [PATCH 4/7] netlink/compat: Append NLMSG_DONE/extack to frag_list
` [PATCH 5/7] xfrm/compat: Add 32=>64-bit messages translator
` [PATCH 6/7] xfrm/compat: Translate 32-bit user_policy from sockptr
` [PATCH 7/7] selftest/net/xfrm: Add test for ipsec tunnel
dsa: mv88e6xxx: serdes link without phy
2020-10-02 4:13 UTC (5+ messages)
linux-next: manual merge of the bpf-next tree with the bpf tree
2020-10-02 3:59 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).