messages from 2018-04-17 20:58:57 to 2018-04-18 10:07:39 UTC [more...]
[PATCH net-next] net-next/hinic: add arm64 support
2018-04-18 10:07 UTC
[PATCH net] net: stmmac: Disable ACS Feature for GMAC >= 4
2018-04-18 9:57 UTC
[PATCH] bpf, x86_32: add eBPF JIT compiler for ia32 (x86_32)
2018-04-18 9:49 UTC (2+ messages)
[PATCH net-next 0/3] net: phy: Enable C45 vendor specific MDIO register addr space
2018-04-18 9:38 UTC (4+ messages)
` [PATCH net-next 3/3] net: phy: Enable C45 PHYs with vendor specific address space
tcp hang when socket fills up ?
2018-04-18 9:36 UTC (14+ messages)
[RFC PATCH net-next v6 0/4] Enable virtio_net to act as a backup for a passthru device
2018-04-18 9:25 UTC (5+ messages)
` [RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
[PATCH net] net: mvpp2: Fix DMA address mask size
2018-04-18 9:14 UTC
[PATCH 00/10] New network driver for Amiga X-Surf 100 (m68k)
2018-04-18 7:54 UTC (14+ messages)
` [PATCH 10/10] net: New ax88796 platform driver for Amiga X-Surf 100 Zorro board (m68k)
` [PATCH v2 3/8] net: ax88796: Do not free IRQ in ax_remove() (already freed in ax_close())
` [PATCH v2 8/8] net: New ax88796 platform driver for Amiga X-Surf 100 Zorro board (m68k)
[PATCH net 0/5] nfp: flower fixes and typo in ethtool stats name
2018-04-18 7:43 UTC (3+ messages)
` [PATCH net 5/5] nfp: remove false positive offloads in flower vxlan
[net PATCH v2] net: sched, fix OOO packets with pfifo_fast
2018-04-18 7:28 UTC (4+ messages)
[PATCH 0/6] Assorted rhashtable improvements. RESEND
2018-04-18 6:47 UTC (7+ messages)
` [PATCH 2/6] rhashtable: remove incorrect comment on r{hl, hash}table_walk_enter()
` [PATCH 3/6] rhashtable: reset iter when rhashtable_walk_start sees new table
` [PATCH 1/6] rhashtable: remove outdated comments about grow_decision etc
` [PATCH 6/6] rhashtable: add rhashtable_walk_prev()
` [PATCH 5/6] rhashtable: further improve stability of rhashtable_walk
` [PATCH 4/6] rhashtable: improve rhashtable_walk stability when stop/start used
[PATCH v2 0/8] New network driver for Amiga X-Surf 100 (m68k)
2018-04-18 7:04 UTC (14+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 1/9] net: phy: new Asix Electronics PHY driver
` [PATCH v3 2/9] net: ax88796: Fix MAC address reading
` [PATCH v3 3/9] net: ax88796: Attach MII bus only when open
` [PATCH v3 4/9] net: ax88796: Do not free IRQ in ax_remove() (already freed in ax_close())
` [PATCH v3 5/9] net: ax88796: Add block_input/output hooks to ax_plat_data
` [PATCH v3 6/9] net: ax88796: add interrupt status callback to platform data
` [PATCH v3 7/9] net: ax88796: set IRQF_SHARED flag when IRQ resource is marked as shareable
` [PATCH v3 8/9] net: ax88796: release platform device drvdata on probe error and module remove
` [PATCH v3 9/9] net: New ax88796 platform driver for Amiga X-Surf 100 Zorro board (m68k)
[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
2018-04-18 7:01 UTC (3+ messages)
` [PATCH v3 07/20] i2c: Remove depends on HAS_DMA in case of platform dependency
[PATCH net-next 0/5] virtio-net: Add SCTP checksum offload support
2018-04-18 6:57 UTC (5+ messages)
[PATCH 0/6] Assorted rhashtable improvements
2018-04-18 6:47 UTC (7+ messages)
` [PATCH 1/6] rhashtable: remove outdated comments about grow_decision etc
` [PATCH 3/6] rhashtable: reset iter when rhashtable_walk_start sees new table
` [PATCH 2/6] rhashtable: remove incorrect comment on r{hl, hash}table_walk_enter()
` [PATCH 5/6] rhashtable: further improve stability of rhashtable_walk
` [PATCH 6/6] rhashtable: add rhashtable_walk_prev()
` [PATCH 4/6] rhashtable: improve rhashtable_walk stability when stop/start used
[PATCH net-next 0/4] tracking TCP data delivery and ECN stats
2018-04-18 6:18 UTC (5+ messages)
` [PATCH net-next 1/4] tcp: better delivery accounting for SYN-ACK and SYN-data
` [PATCH net-next 2/4] tcp: new helper to calculate newly delivered
` [PATCH net-next 3/4] tcp: track total bytes delivered with ECN CE marks
` [PATCH net-next 4/4] tcp: export packets delivery info
[PATCH net-next v4 0/3] kernel: add support to collect hardware logs in crash recovery kernel
2018-04-18 6:15 UTC (2+ messages)
[PATCH bpf-next v2 00/11] introduction of bpf_xdp_adjust_tail
2018-04-18 4:29 UTC (12+ messages)
` [PATCH bpf-next v2 01/11] bpf: adding bpf_xdp_adjust_tail helper
` [PATCH bpf-next v2 02/11] bpf: make generic xdp compatible w/ bpf_xdp_adjust_tail
` [PATCH bpf-next v2 03/11] bpf: make mlx4 "
` [PATCH bpf-next v2 04/11] bpf: make bnxt "
` [PATCH bpf-next v2 05/11] bpf: make cavium thunder "
` [PATCH bpf-next v2 06/11] bpf: make netronome nfp "
` [PATCH bpf-next v2 07/11] bpf: make tun "
` [PATCH bpf-next v2 08/11] bpf: make virtio "
` [PATCH bpf-next v2 09/11] bpf: making bpf_prog_test run aware of possible data_end ptr change
` [PATCH bpf-next v2 10/11] bpf: adding tests for bpf_xdp_adjust_tail
` [PATCH bpf-next v2 11/11] bpf: add bpf_xdp_adjust_tail sample prog
[PATCH 1/1] net/mlx4_core: avoid resetting HCA when accessing an offline device
2018-04-18 5:46 UTC (3+ messages)
[PATCH iproute2 net-next] vxlan: fix ttl inherit behavior
2018-04-18 5:10 UTC (2+ messages)
[Regression] net/phy/micrel.c v4.9.94
2018-04-18 5:09 UTC (2+ messages)
[PATCH ipsec-next] selftests: add xfrm state-policy-monitor to rtnetlink.sh
2018-04-18 4:43 UTC (2+ messages)
[PATCH net-next] net: introduce a new tracepoint for tcp_rcv_space_adjust
2018-04-18 4:42 UTC (4+ messages)
[PATCH] VSOCK: make af_vsock.ko removable again
2018-04-18 4:14 UTC (3+ messages)
[PATCH 04/10] net: ax88796: Add block_input/output hooks to ax_plat_data
2018-04-18 3:46 UTC (7+ messages)
[PATCH net-next v2 00/21] net/ipv6: Separate data structures for FIB and data path
2018-04-18 3:45 UTC (23+ messages)
` [PATCH net-next v2 01/21] net: Move fib_convert_metrics to metrics file
` [PATCH net-next v2 02/21] net: Handle null dst in rtnl_put_cacheinfo
` [PATCH net-next v2 03/21] vrf: Move fib6_table into net_vrf
` [PATCH net-next v2 04/21] net/ipv6: Pass net to fib6_update_sernum
` [PATCH net-next v2 05/21] net/ipv6: Pass net namespace to route functions
` [PATCH net-next v2 06/21] net/ipv6: Move support functions up in route.c
` [PATCH net-next v2 07/21] net/ipv6: Save route type in rt6_info
` [PATCH net-next v2 08/21] net/ipv6: Move nexthop data to fib6_nh
` [PATCH net-next v2 09/21] net/ipv6: Defer initialization of dst to data path
` [PATCH net-next v2 10/21] net/ipv6: move metrics from dst to rt6_info
` [PATCH net-next v2 11/21] net/ipv6: move expires into rt6_info
` [PATCH net-next v2 12/21] net/ipv6: Add fib6_null_entry
` [PATCH net-next v2 13/21] net/ipv6: Add rt6_info create function for ip6_pol_route_lookup
` [PATCH net-next v2 14/21] net/ipv6: Move dst flags to booleans in fib entries
` [PATCH net-next v2 15/21] net/ipv6: Create a neigh_lookup for FIB entries
` [PATCH net-next v2 16/21] net/ipv6: Add gfp_flags to route add functions
` [PATCH net-next v2 17/21] net/ipv6: Cleanup exception and cache route handling
` [PATCH net-next v2 18/21] net/ipv6: introduce fib6_info struct and helpers
` [PATCH net-next v2 19/21] net/ipv6: separate handling of FIB entries from dst based routes
` [PATCH net-next v2 20/21] net/ipv6: Flip FIB entries to fib6_info
` [PATCH net-next v2 21/21] net/ipv6: Remove unused code and variables for rt6_info
[PATCH v2] net: change the comment of dev_mc_init
2018-04-18 3:39 UTC (2+ messages)
[PATCH RFC net-next 00/11] udp gso
2018-04-18 3:33 UTC (10+ messages)
` [PATCH RFC net-next 06/11] udp: add gso support to virtual devices
Fw: [Bug 199429] New: smc_shutdown(net/smc/af_smc.c) has a UAF causing null pointer vulnerability
2018-04-18 2:56 UTC
[PATCH bpf-next] tools: bpftool: make it easier to feed hex bytes to bpftool
2018-04-18 2:46 UTC
[PATCH net-next 0/5] fib rules extack support and selftest
2018-04-18 2:41 UTC (4+ messages)
` [PATCH net-next 3/5] ipv4: support sport, dport and ip protocol in RTM_GETROUTE
[PATCH] PCI: Add PCIe to pcie_print_link_status() messages
2018-04-18 2:33 UTC (2+ messages)
[PATCH bpf-next 00/10] introduction of bpf_xdp_adjust_tail
2018-04-18 2:16 UTC (20+ messages)
` [PATCH bpf-next 01/10] [bpf]: adding bpf_xdp_adjust_tail helper
` [PATCH bpf-next 02/10] [bpf]: adding tests for bpf_xdp_adjust_tail
` [PATCH bpf-next 04/10] [bpf]: make generic xdp compatible w/ bpf_xdp_adjust_tail
` [PATCH bpf-next 05/10] [bpf]: make mlx4 "
` [PATCH bpf-next 06/10] [bpf]: make bnxt "
` [PATCH bpf-next 07/10] [bpf]: make cavium thunder "
` [PATCH bpf-next 08/10] [bpf]: make netronome nfp "
` [PATCH bpf-next 09/10] [bpf]: make tun "
` [PATCH bpf-next 10/10] [bpf]: make virtio "
[PATCH net-next] vxlan: add ttl inherit support
2018-04-18 2:15 UTC (4+ messages)
` [PATCHv2 "
[PATCH] ethtool: Support ETHTOOL_GSTATS2 API
2018-04-18 1:50 UTC
[PATCH 1/3] ethtool: Support ETHTOOL_GSTATS2 command
2018-04-18 1:49 UTC (3+ messages)
` [PATCH 2/3] mac80211: Add support for ethtool gstats2 API
` [PATCH 3/3] ath10k: Support "
[PATCH v3 net,stable] tun: fix vlan packet truncation
2018-04-18 1:43 UTC (2+ messages)
[PATCH net] net: Fix one possible memleak in ip_setup_cork
2018-04-18 1:33 UTC (5+ messages)
` "
[PATCH v3] net: change the comment of dev_mc_init
2018-04-18 1:22 UTC
[RFC v2] virtio: support packed ring
2018-04-18 1:17 UTC (11+ messages)
[PATCH net-next] ipv6: frags: fix a lockdep false positive
2018-04-18 1:11 UTC
[PATCH bpf-next v3 0/8] bpf: document eBPF helpers and add a script to generate man page
2018-04-18 1:04 UTC (3+ messages)
` [PATCH bpf-next v3 2/8] bpf: add documentation for eBPF helpers (01-11)
[PATCH v2 bpf-next 0/3] Add missing types to bpftool, libbpf
2018-04-18 0:58 UTC (4+ messages)
` [PATCH v2 bpf-next 1/3] bpftool: Support new prog types and attach types
Repeatable inet6_dump_fib crash in stock 4.12.0-rc4+
2018-04-18 0:38 UTC (16+ messages)
[PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit
2018-04-18 0:30 UTC (3+ messages)
` [PATCH net-next v2 1/2] openvswitch: Add conntrack limit netlink definition
` [PATCH net-next v2 2/2] openvswitch: Support conntrack zone limit
[PATCH net-next 0/2] openvswitch: Support conntrack zone limit
2018-04-18 0:30 UTC (4+ messages)
` [PATCH net-next 2/2] "
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
2018-04-18 0:26 UTC (6+ messages)
One question about __tcp_select_window()
2018-04-18 0:23 UTC (4+ messages)
[RFC PATCH v3 bpf-next 0/5] bpf/verifier: subprog/func_call simplifications
2018-04-17 23:48 UTC (3+ messages)
` [RFC PATCH v3 bpf-next 2/5] bpf/verifier: rewrite subprog boundary detection
fix for bnx2x panic during ethtool reporting
2018-04-17 23:42 UTC
[patch net-next RFC 00/12] devlink: introduce port flavours and common phys_port_name generation
2018-04-17 23:42 UTC (3+ messages)
[PATCH net] net: qualcomm: rmnet: Fix warning seen with fill_info
2018-04-17 23:40 UTC
[PATCH] samples/bpf: correct comment in sock_example.c
2018-04-17 23:39 UTC (2+ messages)
SRIOV switchdev mode BoF minutes
2018-04-17 23:19 UTC (12+ messages)
[PATCH net-next] hv_netvsc: Add NetVSP v6 and v6.1 into version negotiation
2018-04-17 22:31 UTC
[PATCH v2 net-next] net: introduce a new tracepoint for tcp_rcv_space_adjust
2018-04-17 21:54 UTC (5+ messages)
general protection fault in encode_rpcb_string
2018-04-17 21:54 UTC (3+ messages)
[PATCH net-next 00/19] r8169: series with further smaller improvements
2018-04-17 21:36 UTC (20+ messages)
` [PATCH net-next 01/19] r8169: remove unused member features from struct
` [PATCH net-next 02/19] r8169: remove member align from struct rtl_cfg_info
` [PATCH net-next 03/19] r8169: use skb_copy_to_linear_data in rtl8169_try_rx_copy
` [PATCH net-next 04/19] r8169: use constant NAPI_POLL_WAIT
` [PATCH net-next 05/19] r8169: switch to napi_schedule_irqoff
` [PATCH net-next 06/19] r8169: simplify rtl8169_alloc_rx_data
` [PATCH net-next 07/19] r8169: improve rtl8169_init_ring
` [PATCH net-next 08/19] r8169: remove unneeded check in rtl8169_rx_fill
` [PATCH net-next 09/19] r8169: replace rx_buf_sz with a constant
` [PATCH net-next 10/19] r8169: remove rtl8169_map_to_asic
` [PATCH net-next 11/19] r8169: change hw_start argument type
` [PATCH net-next 12/19] r8169: change argument type of counters handling functions
` [PATCH net-next 13/19] r8169: change interrupt handler argument type
` [PATCH net-next 14/19] r8169: drop member opts1_mask from struct rtl8169_private
` [PATCH net-next 15/19] r8169: don't display tp->mmio_addr address
` [PATCH net-next 16/19] r8169: improve rtl8169_get_mac_version
` [PATCH net-next 17/19] r8169: drop member txd_version from struct rtl8169_private
` [PATCH net-next 18/19] r8169: improve pci region handling
` [PATCH net-next 19/19] r8169: remove jumbo_tx_csum from chip config struct
[net-next PATCH v4 00/13] Add support for netcp driver on K2G SoC
2018-04-17 21:30 UTC (14+ messages)
` [net-next PATCH v4 01/13] soc: ti: K2G: enhancement to support QMSS in K2G NAVSS
` [net-next PATCH v4 02/13] soc: ti: K2G: provide APIs to support driver probe deferral
` [net-next PATCH v4 03/13] net: netcp: ethss: use macro for checking ss_version consistently
` [net-next PATCH v4 04/13] net: netcp: ethss: make sgmii configuration conditional
` [net-next PATCH v4 05/13] net: netcp: ethss: add support for handling rgmii link interface
` [net-next PATCH v4 06/13] net: netcp: ethss: use rgmii link status for 2u cpsw hardware
` [net-next PATCH v4 07/13] net: netcp: ethss: map vlan priorities to zero flow
` [net-next PATCH v4 08/13] net: netcp: ethss: re-use stats handling code for 2u hardware
` [net-next PATCH v4 09/13] net: netcp: ethss: use of_get_phy_mode() to support different RGMII modes
` [net-next PATCH v4 10/13] Revert "net: netcp: remove dead code from the driver"
` [net-next PATCH v4 11/13] net: netcp: support probe deferral
` [net-next PATCH v4 12/13] net: netcp: add api to support set rx mode in netcp modules
` [net-next PATCH v4 13/13] net: netcp: ethss: k2g: add promiscuous mode support
[PATCH net-next] hv_netvsc: propogate Hyper-V friendly name into interface alias
2018-04-17 21:25 UTC
[PATCH 0/8] ipconfig: NTP server support, bug fixes, documentation improvements
2018-04-17 21:08 UTC (9+ messages)
` [PATCH 2/8] ipconfig: Tidy up reporting of name servers
` [PATCH 3/8] ipconfig: BOOTP: Don't request IEN-116 "
` [PATCH 4/8] ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX "
` [PATCH 5/8] ipconfig: Document /proc/net/pnp
` [PATCH 6/8] ipconfig: Correctly initialise ic_nameservers
` [PATCH 7/8] ipconfig: Write NTP server IPs to /proc/net/ntp
` [PATCH 8/8] CREDITS: Add Chris Novakovic
linux-next on x60: network manager often complains "network is disabled" after resume
2018-04-17 21:00 UTC (11+ 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).