messages from 2018-07-21 18:10:33 to 2018-07-23 13:29:04 UTC [more...]
pull-request: can 2018-07-23
2018-07-23 12:58 UTC (6+ messages)
` [PATCH 06/12] can: xilinx_can: fix device dropping off bus on RX overrun
` [PATCH 07/12] can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
` [PATCH 09/12] can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
` [PATCH 11/12] can: xilinx_can: fix incorrect clear of non-processed interrupts
` [PATCH 12/12] can: xilinx_can: fix power management handling
[PATCH] can: mpc5xxx_can: check of_iomap return before use
2018-07-23 12:27 UTC (5+ messages)
[PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data
2018-07-23 12:25 UTC (9+ messages)
` [PATCH mlx5-next v2 1/8] net/mlx5: Add forward compatible support for the FTE match data
` [PATCH mlx5-next v2 2/8] net/mlx5: Add support for flow table destination number
` [PATCH rdma-next v2 3/8] IB/mlx5: Introduce flow steering matcher object
` [PATCH rdma-next v2 4/8] IB: Consider ib_flow creation by the KABI infrastructure
` [PATCH rdma-next v2 5/8] IB/mlx5: Introduce vendor create and destroy flow methods
` [PATCH rdma-next v2 6/8] IB/mlx5: Support adding flow steering rule by raw data
` [PATCH rdma-next v2 7/8] IB/mlx5: Add support for a flow table destination
` [PATCH rdma-next v2 8/8] IB/mlx5: Expose vendor flow trees
[PATCH] net/p9/trans_fd.c: fix double list_del()
2018-07-23 12:57 UTC (2+ messages)
[RFC PATCH ghak90 (was ghak32) V3 00/10] audit: implement container identifier
2018-07-23 13:19 UTC (11+ messages)
` [RFC PATCH ghak90 (was ghak32) V3 02/10] audit: log container info of syscalls
` [RFC PATCH ghak90 (was ghak32) V3 09/10] debug audit: read container ID of a process
[PATCH net-next 0/5] net/smc: patches 2018-07-23
2018-07-23 11:53 UTC (6+ messages)
` [PATCH net-next 1/5] net/smc: provide smc mode in smc_diag.c
` [PATCH net-next 2/5] net/smc: eliminate cursor read and write calls
` [PATCH net-next 3/5] net/smc: add function to get link group from link
` [PATCH net-next 4/5] net/smc: use DECLARE_BITMAP for rtokens_used_mask
` [PATCH net-next 5/5] net/smc: remove local variable page in smc_rx_splice()
[PATCHv3 net-next 0/2] route: add support and selftests for directed broadcast forwarding
2018-07-23 11:51 UTC (3+ messages)
` [PATCHv3 net-next 1/2] route: add support "
` [PATCHv3 net-next 2/2] selftests: add a selftest "
[PATCH nf] netfilter: nf_tables: move dumper state alloation into ->start
2018-07-23 11:18 UTC (3+ messages)
[PATCH] netlink: fix memory leak of dump
2018-07-23 10:59 UTC (15+ messages)
[PATCH] net/9p/trans_fd.c: fix double list_del() and race in access
2018-07-23 11:46 UTC (4+ messages)
[PATCH net-next] selftests: forwarding: gre_multipath: Drop IPv6 tests
2018-07-23 10:33 UTC
[PATCH net-next] net/tls: Corrected enabling of zero-copy mode
2018-07-23 15:30 UTC
[PATCH v2] can: m_can: Move accessing of message ram to after clocks are enabled
2018-07-23 8:07 UTC (2+ messages)
[PATCH bpf] xsk: fix poll/POLLIN premature returns
2018-07-23 9:43 UTC
[PATCH bpf] xdp: add NULL pointer check in __xdp_return()
2018-07-23 9:41 UTC (6+ messages)
[PATCH net-next v6 0/4] net: vhost: improve performance when enable busyloop
2018-07-23 9:57 UTC (7+ messages)
` [PATCH net-next v6 1/4] net: vhost: lock the vqs one by one
` [PATCH net-next v6 2/4] net: vhost: replace magic number of lock annotation
` [PATCH net-next v6 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v6 4/4] net: vhost: add rx busy polling in tx path
[PATCH] Add a missing break in parse_station_flags
2018-07-23 9:30 UTC (2+ messages)
[PATCH net-next v3 0/2] net: bridge: add support for backup port
2018-07-23 8:16 UTC (3+ messages)
` [PATCH 1/2 net-next v3] net: bridge: add support for raw sysfs port options
` [PATCH 2/2 net-next v3] net: bridge: add support for backup port
[PATCH] net: axienet: Fix double deregister of mdio
2018-07-23 8:38 UTC
[PATCH net-next] ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srh
2018-07-23 8:33 UTC
[patch net-next v4 00/12] sched: introduce chain templates support with offloading to mlxsw
2018-07-23 7:24 UTC (14+ messages)
` [patch net-next v4 01/12] net: sched: push ops lookup bits into tcf_proto_lookup_ops()
` [patch net-next v4 02/12] net: sched: Avoid implicit chain 0 creation
` [patch net-next v4 03/12] net: sched: introduce chain object to uapi
` [patch net-next v4 04/12] net: sched: introduce chain templates
` [patch net-next v4 05/12] net: sched: cls_flower: move key/mask dumping into a separate function
` [patch net-next v4 06/12] net: sched: cls_flower: change fl_init_dissector to accept mask and dissector
` [patch net-next v4 07/12] net: sched: cls_flower: implement chain templates
` [patch net-next v4 08/12] net: sched: cls_flower: propagate chain teplate creation and destruction to drivers
` [patch net-next v4 09/12] mlxsw: spectrum: Implement chain template hinting
` [patch net-next v4 10/12] selftests: forwarding: move shblock tc support check to a separate helper
` [patch net-next v4 11/12] selftests: forwarding: add tests for TC chains creation adn destruction
` [patch net-next v4 12/12] selftests: forwarding: add tests for TC chain templates
` [patch iproute2/net-next v4] tc: introduce support for "
[PATCH] can: peak_usb: mark expected switch fall-throughs
2018-07-23 8:14 UTC (2+ messages)
[PATCH v2] can: m_can: Fix runtime resume call
2018-07-23 8:05 UTC (2+ messages)
[PATCH net-next 0/2] net: bridge: add support for backup port
2018-07-23 8:03 UTC (9+ messages)
` [PATCH net-next 1/2] net: bridge: add support for raw sysfs port options
` [PATCH net-next 2/2] net: bridge: add support for backup port
[PATCH ipsec-next] xfrm: Allow xfrmi if_id to be updated by UPDSA
2018-07-23 5:46 UTC (2+ messages)
[PATCH ipsec-next] xfrm: Remove xfrmi interface ID from flowi
2018-07-23 5:45 UTC (2+ messages)
[PATCH ipsec-next 1/1] xfrm: don't check offload_handle for nonzero
2018-07-23 5:42 UTC (2+ messages)
[PATCH v2] net: ethernet: freescale: Use generic CRC32 implementation
2018-07-23 6:22 UTC (3+ messages)
linux-next: manual merge of the driver-core tree with the net-next tree
2018-07-23 6:20 UTC (2+ messages)
[PATCH v2 net-next] net: mediatek: use dma_zalloc_coherent instead of allocator/memset
2018-07-23 3:52 UTC (2+ messages)
[PATCH net] ip: in cmsg IP(V6)_ORIGDSTADDR do not read beyond headlen
2018-07-23 2:01 UTC (3+ messages)
[PATCH] [V9fs-developer] [PATCH] /net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()
2018-07-23 2:39 UTC (2+ messages)
[PATCH resend] rhashtable: detect when object movement might have invalidated a lookup
2018-07-23 1:56 UTC (5+ messages)
` [PATCH - revised] "
` [PATCH net-next] rhashtable: detect when object movement between tables "
[PATCH 0/5] Rhashtable: convert to bit-spin locks
2018-07-22 23:13 UTC (7+ messages)
` [PATCH 2/5] rhashtable: don't hold lock on first table throughout insertion
[PATCH] net: dsa: mv88e6xxx: fix races between lock and irq freeing
2018-07-22 20:38 UTC (5+ messages)
Hello Beautiful
2018-07-22 17:29 UTC
[PATCH] net: prevent ISA drivers from building on PPC32
2018-07-22 18:13 UTC (2+ messages)
[PATCH net-next 1/2] net: phy: add helper phy_polling_mode
2018-07-22 18:11 UTC (2+ messages)
[PATCH net-next 1/2] nfp: bring back support for offloading shared blocks
2018-07-22 17:59 UTC (4+ messages)
` [PATCH net-next 2/2] nfp: avoid buffer leak when FW communication fails
[PATCH net] nfp: flower: ensure dead neighbour entries are not offloaded
2018-07-22 17:56 UTC (2+ messages)
[PATCH net 0/4] vxlan: fix default fdb entry user-space notify ordering/race
2018-07-22 17:54 UTC (2+ messages)
[PATCH net] atl1c: reserve min skb headroom
2018-07-22 17:29 UTC (2+ messages)
[PATCH net-next] xen-netfront: fix queue name setting
2018-07-22 17:27 UTC (2+ messages)
[PATCH net-next] bonding: don't cast const buf in sysfs store
2018-07-22 17:09 UTC (2+ messages)
[PATCH -next] net/dsa/realtek: add MODULE_LICENSE()
2018-07-22 17:26 UTC (2+ messages)
[PATCH net-next V2 0/8] Packed virtqueue support for vhost
2018-07-22 16:56 UTC (6+ messages)
[PATCH net-next 0/9] TX used ring batched updating for vhost
2018-07-22 16:44 UTC (4+ messages)
[PATCH v3 bpf-next 0/8] veth: Driver XDP
2018-07-22 15:13 UTC (9+ messages)
` [PATCH v3 bpf-next 1/8] net: Export skb_headers_offset_update
` [PATCH v3 bpf-next 2/8] veth: Add driver XDP
` [PATCH v3 bpf-next 3/8] veth: Avoid drops by oversized packets when XDP is enabled
` [PATCH v3 bpf-next 4/8] veth: Handle xdp_frames in xdp napi ring
` [PATCH v3 bpf-next 5/8] veth: Add ndo_xdp_xmit
` [PATCH v3 bpf-next 6/8] xdp: Add a flag for disabling napi_direct of xdp_return_frame in xdp_mem_info
` [PATCH v3 bpf-next 7/8] veth: Add XDP TX and REDIRECT
` [PATCH v3 bpf-next 8/8] veth: Support per queue XDP ring
[PATCH linux-firmware] Mellanox: Add new mlxsw_spectrum firmware 13.1702.6
2018-07-22 11:36 UTC
[PATCH net-next 0/4] TC: refactor act_mirred packets re-injection
2018-07-22 14:32 UTC (4+ messages)
` [PATCH net-next 4/4] act_mirred: use ACT_MIRRED when possible
[PATCH] net: wimax: stack: fixed multi line comment issue
2018-07-22 13:07 UTC (3+ messages)
Security enhancement proposal for kernel TLS
2018-07-22 12:49 UTC
[PATCH] net: ethernet: freescale: Use generic CRC32 implementation
2018-07-22 12:43 UTC
Good day
2018-07-21 14:54 UTC
[PATCH iproute2-next] ip: Add violation counters to VF statisctics
2018-07-22 10:31 UTC
[PATCH 0/4] net: Add support for Lantiq / Intel vrx200 network
2018-07-22 9:29 UTC (9+ messages)
` [PATCH 1/4] MIPS: lantiq: Do not enable IRQs in dma open
` [PATCH 2/4] net: dsa: Add Lantiq / Intel GSWIP tag support
` [PATCH 3/4] net: lantiq: Add Lantiq / Intel vrx200 Ethernet driver
` [PATCH 4/4] net: dsa: Add Lantiq / Intel DSA driver for vrx200
[PATCH net-next v2 0/2] net: bridge: add support for backup port
2018-07-22 8:17 UTC (3+ messages)
` [PATCH net-next v2 1/2] net: bridge: add support for raw sysfs port options
` [PATCH net-next v2 2/2] net: bridge: add support for backup port
[PATCH] netlink: fix memory leak
2018-07-22 9:02 UTC (4+ messages)
[PATCH net] net: rollback orig value on failure of dev_qdisc_change_tx_queue_len
2018-07-22 7:31 UTC (3+ messages)
[PATCH net-next] net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
2018-07-22 7:29 UTC (3+ messages)
Query about tls patch
2018-07-22 6:08 UTC
[PATCH net] multicast: do not restore deleted record source filter mode to new one
2018-07-22 5:59 UTC (2+ messages)
[PATCH net] multicast: remove useless parameter for group add
2018-07-22 5:47 UTC (2+ messages)
hard-coded limit on unresolved multicast route cache in ipv4/ipmr.c causes slow, unreliable creation of multicast routes on busy networks
2018-07-22 5:32 UTC (3+ messages)
[PATCH 0/5] Allwinner H6 Ethernet support
2018-07-22 5:59 UTC (7+ messages)
` [PATCH 1/5] dt-binding: dwmac-sun8i: add H6 compatible string (w/ A64 fallback)
` [PATCH 2/5] dt-bindings: sunxi-sram: add binding for Allwinner H6 SRAM C
` [PATCH 3/5] arm64: allwinner: h6: add system controller device tree node
` [PATCH 4/5] arm64: allwinner: h6: add EMAC device nodes
` [PATCH 5/5] arm64: allwinner: h6: add support for the Ethernet on Pine H64
[PATCH net] ipv6: use fib6_info_hold_safe() when necessary
2018-07-22 3:56 UTC
[PATCH net] net: skb_segment() should not return NULL
2018-07-22 2:35 UTC (2+ messages)
[PATCH net] net/ipv6: Fix linklocal to global address with VRF
2018-07-22 2:32 UTC (2+ messages)
[PATCH] net: phy: sfp: Do not use "imply HWMON"
2018-07-22 2:27 UTC (2+ messages)
[net-next v5 0/3] net/tls: Minor code cleanup patches
2018-07-22 2:25 UTC (3+ messages)
` [net-next v5 3/3] net/tls: Remove redundant array allocation
[PATCH net] net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
2018-07-21 23:21 UTC (2+ messages)
[PATCH net 0/3] qed: Fix series II
2018-07-21 23:19 UTC (2+ messages)
[PATCH net-next] libcxgb: replace vmalloc and memset with vzalloc
2018-07-21 23:33 UTC (2+ messages)
[PATCH net-next] net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memset
2018-07-21 23:31 UTC (2+ messages)
[PATCH net-next] tipc: make some functions static
2018-07-21 23:23 UTC (2+ messages)
[PATCH v2 bpf-next] bpfilter: Fix mismatch in function argument types
2018-07-21 23:21 UTC (4+ messages)
[PATCH] net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_register
2018-07-21 23:17 UTC (2+ messages)
[PATCH net-next] net: caif: Add a missing rcu_read_unlock() in caif_flow_cb
2018-07-21 23:16 UTC (2+ messages)
[PATCH v2 bpf 0/3] Introduce BPF_ANNOTATE_KV_PAIR
2018-07-21 18:20 UTC (4+ messages)
` [PATCH v2 bpf 1/3] bpf: btf: Sync uapi btf.h to tools
` [PATCH v2 bpf 2/3] bpf: Replace [u]int32_t and [u]int64_t in libbpf
` [PATCH v2 bpf 3/3] bpf: Introduce BPF_ANNOTATE_KV_PAIR
[PATCH net] bonding: set default miimon value for non-arp modes if not set
2018-07-21 17:26 UTC (2+ messages)
[pull request][net 0/8] Mellanox, mlx5 fixes 2018-07-18
2018-07-21 17:20 UTC (2+ messages)
[PATCH net-next 00/11] s390/qeth: updates 2018-07-19
2018-07-21 17:17 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).