messages from 2019-09-06 07:04:50 to 2019-09-07 03:14:12 UTC [more...]
[PATCH] ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readable
2019-09-07 3:14 UTC (3+ messages)
[PATCH bpf-next 0/8] samples: bpf: improve/fix cross-compilation
2019-09-07 1:24 UTC (9+ messages)
` [PATCH bpf-next 2/8] samples: bpf: Makefile: remove target for native build
` [PATCH bpf-next 8/8] samples: bpf: Makefile: base progs build on Makefile.progs
[PATCH bpf-next v10 0/4] BPF: New helper to obtain namespace data from current task
2019-09-07 0:10 UTC (10+ messages)
` [PATCH bpf-next v10 1/4] fs/namei.c: make available filename_lookup() for bpf helpers
` [PATCH bpf-next v10 2/4] bpf: new helper to obtain namespace data from current task New bpf helper bpf_get_current_pidns_info
` [PATCH bpf-next v10 3/4] tools: Added bpf_get_current_pidns_info helper
` [PATCH bpf-next v10 4/4] tools/testing/selftests/bpf: Add self-tests for helper bpf_get_pidns_info
[PATCH v2] net: enable wireless core features with LEGACY_WEXT_ALLCONFIG
2019-09-06 23:30 UTC (2+ messages)
[PATCH v4 bpf-next 0/4] CAP_BPF and CAP_TRACING
2019-09-06 23:10 UTC (5+ messages)
` [PATCH v4 bpf-next 1/4] capability: introduce "
` [PATCH v4 bpf-next 2/4] bpf: implement CAP_BPF
` [PATCH v4 bpf-next 3/4] perf: implement CAP_TRACING
` [PATCH v4 bpf-next 4/4] selftests/bpf: use CAP_BPF and CAP_TRACING in tests
general protection fault in dev_map_hash_update_elem
2019-09-06 23:04 UTC (4+ messages)
ndo_xdp_xmit - on which queue to transmit the packet (if core_id >= total_xdp_queues ) ?
2019-09-06 22:56 UTC (2+ messages)
[RFC PATCH bpf-next v2 0/2] bpf: adding map batch processing support
2019-09-06 22:54 UTC (3+ messages)
` [RFC PATCH bpf-next v2 1/2] "
` [RFC PATCH bpf-next v2 2/2] tools/bpf: test bpf_map_lookup_and_delete_batch()
[PATCH bpf-next v2 0/6] selftests/bpf: move sockopt tests under test_progs
2019-09-06 22:51 UTC (4+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: test_progs: add test__join_cgroup helper
pull-request: bpf 2019-09-06
2019-09-06 22:20 UTC
[PATCH net-next 0/3] add ksz9567 with I2C support to ksz9477 driver
2019-09-06 21:42 UTC (7+ messages)
` [PATCH net-next 1/3] net: dsa: microchip: add KSZ9477 I2C driver
` [PATCH net-next 2/3] net: dsa: microchip: add ksz9567 to ksz9477 driver
` [PATCH net-next 3/3] net: dsa: microchip: remove NET_DSA_TAG_KSZ_COMMON
[PATCH] net/skbuff: silence warnings under memory pressure
2019-09-06 21:17 UTC (18+ messages)
[PATCH v2 net] net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed frag_list
2019-09-06 20:51 UTC (3+ messages)
[PATCH 2/2] net: phy: dp83867: Add SGMII mode type switching
2019-09-06 20:45 UTC (4+ messages)
` [PATCH 1/2] net: phy: dp83867: Add documentation for SGMII mode type
[PATCH net-next 0/5] enetc: Link mode init w/o bootloader
2019-09-06 20:06 UTC (10+ messages)
` [PATCH net-next 1/5] enetc: Fix if_mode extraction
` [PATCH net-next 2/5] enetc: Make mdio accessors more generic
` [PATCH net-next 3/5] enetc: Initialize SerDes for SGMII and SXGMII protocols
` [PATCH net-next 4/5] enetc: Drop redundant device node check
` [PATCH net-next 5/5] enetc: Use DT protocol information to set up the ports
[PATCH net] net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed frag_list
2019-09-06 20:02 UTC (8+ messages)
[PATCH] ath9k: release allocated buffer if timed out
2019-09-06 18:59 UTC
[vhost:linux-next 15/15] include/linux/page_reporting.h:10:34: error: 'HUGETLB_PAGE_ORDER' undeclared; did you mean 'IOREMAP_MAX_ORDER'?
2019-09-06 18:47 UTC
[patch net-next 0/3] net: devlink: move reload fail indication to devlink core and expose to user
2019-09-06 18:47 UTC (5+ messages)
` [patch net-next 1/3] mlx4: Split restart_one into two functions
` [patch net-next 2/3] net: devlink: split reload op into two
` [patch net-next 3/3] net: devlink: move reload fail indication to devlink core and expose to user
` [patch iproute2/net-next] devlink: add reload failed indication
[net-next 00/11] nfp: implement firmware loading policy
2019-09-06 18:40 UTC (14+ messages)
` [net-next 01/11] devlink: extend 'fw_load_policy' values
` [net-next 02/11] devlink: add 'reset_dev_on_drv_probe' param
` [net-next 03/11] nfp: nsp: add support for fw_loaded command
` [net-next 04/11] nfp: nsp: add support for optional hwinfo lookup
` [net-next 05/11] nfp: nsp: add support for hwinfo set operation
` [net-next 06/11] nfp: honor FW reset and loading policies
` [net-next 07/11] nfp: add devlink param infrastructure
` [net-next 08/11] nfp: devlink: add 'fw_load_policy' support
` [net-next 09/11] nfp: devlink: add 'reset_dev_on_drv_probe' support
` [net-next 10/11] kdoc: fix nfp_fw_load documentation
` [net-next 11/11] Documentation: nfp: add nfp driver specific notes
[PATCH] net: enable wireless core features with WIRELESS_ALLCONFIG
2019-09-06 18:31 UTC (2+ messages)
[vhost:linux-next 13/15] arch/ia64/include/asm/page.h:51:23: warning: "hpage_shift" is not defined, evaluates to 0
2019-09-06 18:28 UTC
[PATCH] ath9k_htc: release allocated buffer if timed out
2019-09-06 18:26 UTC
ixgbe: driver drops packets routed from an IPSec interface with a "bad sa_idx" error
2019-09-06 18:13 UTC
[PATCH net-next,v3 0/4] flow_offload: update mangle action representation
2019-09-06 18:15 UTC (11+ messages)
[vhost:linux-next 13/15] htmldocs: mm/page_alloc.c:2207: warning: Function parameter or member 'order' not described in 'free_reported_page'
2019-09-06 17:56 UTC
[PATCH net] nfp: flower: cmsg rtnl locks can timeout reify messages
2019-09-06 17:29 UTC
pull request: bluetooth-next 2019-09-06
2019-09-06 17:23 UTC
[PATCH v3 bpf-next 2/3] bpf: implement CAP_BPF
2019-09-06 17:22 UTC (3+ messages)
WARNING in xfrm_policy_insert_list (2)
2019-09-06 17:08 UTC
[PATCH] kcm: use BPF_PROG_RUN
2019-09-06 17:06 UTC (3+ messages)
[PATCH bpf-next] kbuild: replace BASH-specific ${@:2} with shift and ${@}
2019-09-06 17:03 UTC (5+ messages)
[PATCH 0/7] libbpf: Fix cast away const qualifiers in btf.h
2019-09-06 17:03 UTC (10+ messages)
` [PATCH 1/7] libbpf: Use const cast for btf_int_* functions
` [PATCH 2/7] libbpf: Return const btf_array from btf_array inline function
` [PATCH 3/7] libbpf: Return const btf_enum from btf_enum "
` [PATCH 4/7] libbpf: Return const btf_member from btf_members "
` [PATCH 5/7] libbpf: Return const btf_param from btf_params "
` [PATCH 6/7] libbpf: Return const btf_var from btf_var "
` [PATCH 7/7] libbpf: Return const struct btf_var_secinfo from btf_var_secinfos "
[PATCH bpf-next 0/6] selftests/bpf: move sockopt tests under test_progs
2019-09-06 17:02 UTC (6+ messages)
Need more information on "ifi_change" in "struct ifinfomsg"
2019-09-06 16:39 UTC (3+ messages)
[PULL] vhost, virtio: last minute fixes
2019-09-06 16:05 UTC (2+ messages)
[PATCH net-next] ionic: Remove unused including <linux/version.h>
2019-09-06 15:36 UTC (2+ messages)
[PATCH net-next] netfilter: nf_tables: avoid excessive stack usage
2019-09-06 15:12 UTC
[PATCH] net/mlx5: reduce stack usage in FW tracer
2019-09-06 15:11 UTC
[PATCH] lan743x: remove redundant assignment to variable rx_process_result
2019-09-06 14:47 UTC (2+ messages)
[PATCH net-next v2 0/4] ravb: remove use of undocumented registers
2019-09-06 14:47 UTC (2+ messages)
[PATCH v3 net-next] net: stmmac: Add support for MDIO interrupts
2019-09-06 14:33 UTC (4+ messages)
[PATCH] Bluetooth: hidp: Fix error checks in hidp_get/set_raw_report
2019-09-06 14:12 UTC (12+ messages)
` [PATCH] Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message
[PATCH] hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read
2019-09-06 14:10 UTC (2+ messages)
[PATCH 0/2] Revert and rework on the metadata accelreation
2019-09-06 13:46 UTC (7+ messages)
` [PATCH 1/2] Revert "vhost: access vq metadata through kernel virtual address"
` [PATCH 2/2] vhost: re-introducing metadata acceleration through kernel virtual address
[RFC net-next v2 0/5] PHY converter driver for DW xPCS IP
2019-09-06 13:28 UTC (3+ messages)
` [RFC net-next v2 4/5] net: phy: introducing support for DWC xPCS logics for EHL & TGL
pull-request: wireless-drivers 2019-09-05
2019-09-06 13:22 UTC (2+ messages)
[PATCH V2 net-next 0/7] net: hns3: add some bugfixes and cleanups
2019-09-06 13:21 UTC (2+ messages)
[PATCH v1] stmmac: platform: adjust messages and move to dev level
2019-09-06 13:18 UTC (2+ messages)
[PATCH net-next] MAINTAINERS: add myself as maintainer for xilinx axiethernet driver
2019-09-06 13:17 UTC (2+ messages)
[PATCH net] net: sched: fix reordering issues
2019-09-06 13:13 UTC (2+ messages)
[PATCH net-next] net: phy: Do not check Link status when loopback is enabled
2019-09-06 13:11 UTC (2+ messages)
pull request (net): ipsec 2019-09-05
2019-09-06 13:09 UTC (2+ messages)
[PATCHv3 0/1] Fix deadlock problem and make performance better
2019-09-06 13:07 UTC (3+ messages)
` [PATCHv3 1/1] forcedeth: use per cpu to collect xmit/recv statistics
[PATCH net] net: sonic: remove dev_kfree_skb before return NETDEV_TX_BUSY
2019-09-06 13:05 UTC (3+ messages)
` [PATCH v2 net] net: sonic: return NETDEV_TX_OK if failed to map buffer
[PATCH 1/2] net: stmmac: implement support for passive mode converters via dt
2019-09-06 13:02 UTC (2+ messages)
` [PATCH 2/2] dt-bindings: net: dwmac: document 'mac-mode' property
[v3] net_sched: act_police: add 2 new attributes to support police 64bit rate and peakrate
2019-09-06 13:02 UTC (2+ messages)
[PATCH net-next v4 0/1] tc SKB extension for tc Chains/Conntrack hardware offload
2019-09-06 12:59 UTC (3+ messages)
` [PATCH net-next v4 1/1] net: openvswitch: Set OvS recirc_id from tc chain index
[PATCH 0/3] net: remove an redundant continue
2019-09-06 12:58 UTC (3+ messages)
` [PATCH 2/3] nfp: Drop unnecessary continue in nfp_net_pf_alloc_vnics
[PATCH v1 net-next 00/15] tc-taprio offload for SJA1105 DSA
2019-09-06 12:54 UTC (2+ messages)
[PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data
2019-09-06 12:30 UTC
Apply@ 5% Fixed Interest Rate,no Cre-dit Review,From R20,000.00 to R30million*
2019-09-06 12:29 UTC
[PATCH] mt76: mt76x0e: make array mt76x0_chan_map static const, makes object smaller
2019-09-06 12:19 UTC
[RFC PATCH 0/3] arm64: enable virtual kvm ptp for arm64
2019-09-06 11:58 UTC (4+ messages)
` [RFC PATCH 3/3] Enable ptp_kvm "
[PATCH] net/mlx4_en: ethtool: make array modes static const, makes object smaller
2019-09-06 11:53 UTC
[PATCH] net/ixgbevf: make array api static const, makes object smaller
2019-09-06 11:33 UTC
[PATCH] net: hns3: make array spec_opcode static const, makes object smaller
2019-09-06 11:28 UTC
r8169: Performance regression and latency instability
2019-09-06 11:25 UTC (6+ messages)
[PATCH] be2net: make two arrays static const, makes object smaller
2019-09-06 11:19 UTC
[PATCH] tcp: fix tcp_disconnect() not clear tp->fastopen_rsk sometimes
2019-09-06 10:33 UTC (2+ messages)
[PATCH iproute2-next] bpf: fix snprintf truncation warning
2019-09-06 10:19 UTC (5+ messages)
[PATCH net] ipmr: remove cache_resolve_queue_len
2019-09-06 10:08 UTC (3+ messages)
` [PATCHv3 net-next] ipmr: remove hard code cache_resolve_queue_len limit
[PATCH net v2] bridge/mdb: remove wrong use of NLM_F_MULTI
2019-09-06 9:47 UTC
linux-next: build failure after merge of the net-next tree
2019-09-06 9:02 UTC (5+ messages)
[PATCH net-next 0/5] net: stmmac: Improvements and fixes for -next
2019-09-06 7:41 UTC (6+ messages)
` [PATCH net-next 1/5] net: stmmac: selftests: Add missing checks for support of SA
` [PATCH net-next 2/5] net: stmmac: selftests: Set RX tail pointer in Flow Control test
` [PATCH net-next 3/5] net: stmmac: dwmac4: Enable RX Jumbo frame support
` [PATCH net-next 4/5] net: stmmac: selftests: Add Split Header test
` [PATCH net-next 5/5] net: stmmac: Limit max speeds of XGMAC if asked to
[PATCH] net: Remove the source address setting in connect() for UDP
2019-09-06 7:23 UTC (3+ messages)
[PATCH net] tcp: ulp: fix possible crash in tcp_diag_get_aux_size()
2019-09-06 7:17 UTC (2+ messages)
[net] devlink: Add method for time-stamp on reporter's dump
2019-09-06 7:17 UTC (8+ messages)
` [iproute2, master 0/2] Fix reporter's dump's time-stamp
` [iproute2, master 1/2] devlink: Print health reporter's dump time-stamp in a helper function
` [iproute2, master 2/2] devlink: Add a new time-stamp format for health reporter's dump
[PATCH] rtl8xxxu: add bluetooth co-existence support for single antenna
2019-09-06 7:17 UTC (3+ messages)
[PATCH V2 0/4] Add Xilinx's ZynqMP AES driver support
2019-09-06 7:04 UTC (5+ messages)
` [PATCH V2 4/4] crypto: Add Xilinx AES driver
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).