messages from 2019-07-24 16:58:23 to 2019-07-25 05:21:21 UTC [more...]
[PATCH 0/6] Fixes for meta data acceleration
2019-07-25 5:21 UTC (5+ messages)
` [PATCH 5/6] vhost: mark dirty pages during map uninit
[PATCH bpf-next 00/10] CO-RE offset relocations
2019-07-25 5:20 UTC (15+ messages)
` [PATCH bpf-next 01/10] libbpf: add .BTF.ext offset relocation section loading
` [PATCH bpf-next 02/10] libbpf: implement BPF CO-RE offset relocation algorithm
` [PATCH bpf-next 03/10] selftests/bpf: add CO-RE relocs testing setup
` [PATCH bpf-next 04/10] selftests/bpf: add CO-RE relocs struct flavors tests
` [PATCH bpf-next 05/10] selftests/bpf: add CO-RE relocs nesting tests
` [PATCH bpf-next 06/10] selftests/bpf: add CO-RE relocs array tests
` [PATCH bpf-next 07/10] selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests
` [PATCH bpf-next 08/10] selftests/bpf: add CO-RE relocs modifiers/typedef tests
` [PATCH bpf-next 09/10] selftest/bpf: add CO-RE relocs ptr-as-array tests
` [PATCH bpf-next 10/10] selftests/bpf: add CO-RE relocs ints tests
[PATCH] hv_sock: use HV_HYP_PAGE_SIZE instead of PAGE_SIZE_4K
2019-07-25 5:11 UTC
Reminder: 99 open syzbot bugs in net subsystem
2019-07-25 5:04 UTC (12+ messages)
[PATCH] [v2 net-next] ipvs: reduce kernel stack usage
2019-07-25 5:03 UTC (2+ messages)
[PATCH 4.4 stable net] net: tcp: Fix use-after-free in tcp_write_xmit
2019-07-25 4:29 UTC (8+ messages)
[PATCH net] net: hns: fix LED configuration for marvell phy
2019-07-25 4:28 UTC (4+ messages)
[PATCH net-next] netfilter: nf_table_offload: Fix zero prio of flow_cls_common_offload
2019-07-25 3:45 UTC (4+ messages)
[PATCH] ipip: validate header length in ipip_tunnel_xmit
2019-07-25 3:07 UTC (2+ messages)
[PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment
2019-07-25 3:02 UTC (5+ messages)
[PATCH] rtlwifi: remove unneeded function _rtl_dump_channel_map()
2019-07-25 2:50 UTC (2+ messages)
[PATCH net-next v2 0/3] netlink: strict attribute checking follow-up
2019-07-25 2:46 UTC (4+ messages)
` [PATCH net-next v2 3/3] netlink: add validation of NLA_F_NESTED flag
[PATCH net-next 00/11] net: hns3: some code optimizations & bugfixes & features
2019-07-25 2:34 UTC (12+ messages)
` [PATCH net-next 04/11] net: hns3: fix mis-counting IRQ vector numbers issue
` [PATCH net-next 06/11] net: hns3: modify firmware version display format
` [PATCH net-next 07/11] net: hns3: adds debug messages to identify eth down cause
` [PATCH net-next 08/11] net: hns3: add interrupt affinity support for misc interrupt
[PATCH v2 00/10] XDP unaligned chunk placement support
2019-07-25 2:22 UTC (4+ messages)
` [PATCH bpf-next v3 00/11] "
` [PATCH bpf-next v3 03/11] xsk: add support to allow unaligned chunk placement
[PATCH] net: sctp: fix memory leak in sctp_send_reset_streams
2019-07-25 2:19 UTC (4+ messages)
[PATCH] net: mscc: ocelot: null check devm_kcalloc
2019-07-25 1:56 UTC
[PATCH 0/2] arm/arm64: Add support for function error injection
2019-07-25 1:48 UTC (5+ messages)
` [PATCH 1/2] arm64: "
` [PATCH 2/2] arm: "
[PATCH] carl9170: remove set but not used variable 'udev'
2019-07-25 1:40 UTC (3+ messages)
linux-next: manual merge of the net-next tree with the net tree
2019-07-25 0:58 UTC
linux-next: manual merge of the net-next tree with the jc_docs tree
2019-07-25 0:54 UTC
[PATCH net-next 0/2] qed: Support for NVM config attributes
2019-07-25 0:48 UTC (4+ messages)
` [PATCH net-next 2/2] qed: Add API for flashing the nvm attributes
[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
2019-07-25 0:41 UTC (4+ messages)
[PATCH net] selftests/net: add missing gitignores (ipv6_flowlabel)
2019-07-25 0:22 UTC (2+ messages)
[PATCH v4 net-next 00/19] Add ionic driver
2019-07-25 0:17 UTC (24+ messages)
` [PATCH v4 net-next 02/19] ionic: Add hardware init and device commands
` [PATCH v4 net-next 08/19] ionic: Add notifyq support
` [PATCH v4 net-next 09/19] ionic: Add the basic NDO callbacks for netdev support
` [PATCH v4 net-next 10/19] ionic: Add management of rx filters
` [PATCH v4 net-next 11/19] ionic: Add Rx filter and rx_mode ndo support
` [PATCH v4 net-next 12/19] ionic: Add async link status check and basic stats
` [PATCH v4 net-next 13/19] ionic: Add initial ethtool support
[PATCH bpf-next 0/7] bpf/flow_dissector: support input flags
2019-07-24 23:52 UTC (19+ messages)
` [PATCH bpf-next 1/7] bpf/flow_dissector: pass input flags to BPF flow dissector program
` [PATCH bpf-next 2/7] bpf/flow_dissector: document flags
` [PATCH bpf-next 3/7] bpf/flow_dissector: support flags in BPF_PROG_TEST_RUN
` [PATCH bpf-next 4/7] tools/bpf: sync bpf_flow_keys flags
` [PATCH bpf-next 5/7] sefltests/bpf: support FLOW_DISSECTOR_F_PARSE_1ST_FRAG
` [PATCH bpf-next 6/7] bpf/flow_dissector: support ipv6 flow_label and FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL
` [PATCH bpf-next 7/7] selftests/bpf: support FLOW_DISSECTOR_F_STOP_AT_ENCAP
BUG: spinlock recursion in release_sock
2019-07-24 23:14 UTC (2+ messages)
[PATCH bpf-next 0/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
2019-07-24 23:10 UTC (21+ messages)
` [PATCH bpf-next 1/6] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
` [PATCH bpf-next 2/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
` [PATCH bpf-next 3/6] bpf: keep bpf.h in sync with tools/
` [PATCH bpf-next 4/6] libbpf: support BPF_MAP_DUMP command
` [PATCH bpf-next 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
` [PATCH bpf-next 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP
[PATCH] e1000e: Make speed detection on hotplugging cable more reliable
2019-07-24 22:52 UTC (3+ messages)
` [PATCH v2] "
` [Intel-wired-lan] "
[Patch net] netrom: hold sock when setting skb->destructor
2019-07-24 22:49 UTC (2+ messages)
[RFC PATCH net-next 00/12] drop_monitor: Capture dropped packets and metadata
2019-07-24 22:48 UTC (6+ messages)
` [RFC PATCH net-next 08/12] drop_monitor: Initialize timer and work item upon tracing enable
[PATCH] net: sfc: falcon: convert to i2c_new_dummy_device
2019-07-24 22:47 UTC (2+ messages)
[PATCH net-next] [net-next] mlx4: avoid large stack usage in mlx4_init_hca()
2019-07-24 22:47 UTC (2+ messages)
[PATCH net-next] qed: reduce maximum stack frame size
2019-07-24 22:46 UTC (2+ messages)
[PATCH] ovs: datapath: hide clang frame-overflow warnings
2019-07-24 22:45 UTC (2+ messages)
[PATCH RFC net-next] net: use helper skb_ensure_writable in skb_checksum_help and skb_crc32c_csum_help
2019-07-24 22:43 UTC (2+ messages)
[PATCH v2 net-next] r8169: improve rtl_set_rx_mode
2019-07-24 22:41 UTC (2+ messages)
[net-next v2 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2019-07-24
2019-07-24 22:35 UTC (7+ messages)
` [net-next v2 1/5] igc: Remove the polarity field from a PHY information structure
` [net-next v2 2/5] igc: Remove the unused field from a device specification structure
` [net-next v2 3/5] igc: Update the MAC reset flow
` [net-next v2 4/5] igc: Add more SKUs for i225 device
` [net-next v2 5/5] e1000e: add workaround for possible stalled packet
[PATCH net-next] net/tls: add myself as a co-maintainer
2019-07-24 22:30 UTC (2+ messages)
[PATCH -next v2] net/ixgbevf: fix a compilation error of skb_frag_t
2019-07-24 22:29 UTC (5+ messages)
[PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh
2019-07-24 22:27 UTC (4+ messages)
[PATCH] net: phy: mscc: initialize stats array
2019-07-24 22:26 UTC (2+ messages)
[PATCH iproute2] iplink: document the 'link change' subcommand
2019-07-24 19:12 UTC
[PATCH -next] net/ixgbevf: fix a compilation error of skb_frag_t
2019-07-24 22:02 UTC (2+ messages)
[RFC PATCH net-next 0/3] net: batched receive in GRO path
2019-07-24 21:49 UTC (9+ messages)
[PATCH v2 bpf] libbpf: silence GCC8 warning about string truncation
2019-07-24 21:47 UTC
[PATCH 0/3] net: dsa: ksz: Add Microchip KSZ87xx support
2019-07-24 21:46 UTC (3+ messages)
` [PATCH 3/3] net: dsa: ksz: Add Microchip KSZ8795 DSA driver
[RFC PATCH 2/2] net: phylink: don't start and stop SGMII PHYs in SFP modules twice
2019-07-24 21:38 UTC (3+ messages)
` [PATCH v2] "
[PATCH net-next] r8169: improve rtl_set_rx_mode
2019-07-24 21:36 UTC (3+ messages)
pull-request: can 2019-07-24
2019-07-24 21:15 UTC (2+ messages)
[PATCH] qlge: Fix build error without CONFIG_ETHERNET
2019-07-24 21:12 UTC (3+ messages)
[PATCH] r8169: fix a typo in a comment
2019-07-24 21:11 UTC (3+ messages)
[PATCH] ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6
2019-07-24 21:00 UTC (2+ messages)
[PATCH] net/ipv4: cleanup error condition testing
2019-07-24 20:57 UTC (2+ messages)
[net-next 0/6][pull request] 1GbE Intel Wired LAN Driver Updates 2019-07-23
2019-07-24 20:52 UTC (4+ messages)
` [net-next 6/6] e1000e: disable force K1-off feature
[PATCH net-next 0/2] mlx4/en_netdev: allow offloading VXLAN over VLAN
2019-07-24 20:47 UTC (5+ messages)
` [PATCH net-next 1/2] mlx4/en_netdev: update vlan features with tunnel offloads
` [PATCH net-next 2/2] mlx4/en_netdev: call notifiers when hw_enc_features change
[PATCH net-next 0/4] sctp: clean up __sctp_connect function
2019-07-24 20:43 UTC (15+ messages)
` [PATCH net-next 1/4] sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectx
[PATCH bpf-next] libbpf: silence GCC8 warning about string truncation
2019-07-24 20:43 UTC (2+ messages)
[PATCH net-next 1/3] net: ethernet: mediatek: Add basic PHYLINK support
2019-07-24 19:23 UTC
[PATCH net-next 0/3] net: dsa: MT7530: Convert to PHYLINK and add support for port 5
2019-07-24 19:25 UTC (4+ messages)
` [PATCH net-next 1/3] net: dsa: mt7530: Convert to PHYLINK API
` [PATCH net-next 2/3] dt-bindings: net: dsa: mt7530: Add support for port 5
` [PATCH net-next 3/3] "
[PATCH v2 2/2] mwifiex: Make use of the new sdio_trigger_replug() API to reset
2019-07-24 20:22 UTC (2+ messages)
[PATCH] can: ti_hecc: use timestamp based rx-offloading
2019-07-24 19:56 UTC (2+ messages)
Driver support for Realtek RTL8125 2.5GB Ethernet
2019-07-24 20:02 UTC (2+ messages)
[PATCH V2 1/1] can: sja1000: f81601: add Fintek F81601 support
2019-07-24 19:46 UTC (4+ messages)
[PATCH net-next 3/3] dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phylink API
2019-07-24 19:24 UTC
[PATCH net-next 2/3] net: ethernet: mediatek: Re-add support SGMII
2019-07-24 19:23 UTC
[PATCH net-next 0/3] net: ethernet: mediatek: convert to phylink
2019-07-24 19:17 UTC
INFO: task hung in perf_event_free_task
2019-07-24 19:18 UTC
[PATCH net-next v3 0/8] net: mscc: PTP Hardware Clock (PHC) support
2019-07-24 18:52 UTC (3+ messages)
` [PATCH net-next v3 8/8] "
[PATCH v3 6/7] net: Rename skb_frag_t size to bv_len
2019-07-24 18:46 UTC (4+ messages)
[PATCH] Build fixes for skb_frag_size conversion
2019-07-24 18:46 UTC (2+ messages)
[PATCH net-next 00/10] Use dev_get_drvdata where possible
2019-07-24 18:45 UTC (4+ messages)
pull-request: can-next 2019-07-24
2019-07-24 18:39 UTC (2+ messages)
` pull-request: can-next 2019-07-24,pull-request: "
[PATCH v2] drivers: net: xgene: Remove acpi_has_method() calls
2019-07-24 18:30 UTC (3+ messages)
` [PATCH v3] "
[PATCH net-next v2 0/8] Use dev_get_drvdata where possible
2019-07-24 18:14 UTC (2+ messages)
[RFC] dt-bindings: net: phy: Add subnode for LED configuration
2019-07-24 18:04 UTC (2+ messages)
[PATCH v3 0/7] Convert skb_frag_t to bio_vec
2019-07-24 17:58 UTC (9+ messages)
` [PATCH v3 4/7] net: Reorder the contents of skb_frag_t
` [PATCH v3 6/7] net: Rename skb_frag_t size to bv_len
[PATCH v2] net: dsa: qca8k: enable port flow control
2019-07-24 17:50 UTC (3+ messages)
[PATCH] mt76_init_sband_2g: null check the allocation
2019-07-24 17:15 UTC (2+ messages)
net boot error: WARNING: workqueue cpumask: online intersect > possible intersect (2)
2019-07-24 17:36 UTC (2+ messages)
bpf-next boot error: WARNING: workqueue cpumask: online intersect > possible intersect (2)
2019-07-24 17:36 UTC (2+ messages)
net-next boot error: WARNING: workqueue cpumask: online intersect > possible intersect (2)
2019-07-24 17:35 UTC (2+ messages)
[PATCH] mt76_init_sband_2g: null check the allocation
2019-07-24 17:16 UTC (3+ messages)
` [PATCH] mt7601u: "
Reminder: 13 open syzbot bugs in "net/netrom" subsystem
2019-07-24 17:02 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).