messages from 2018-02-12 09:46:34 to 2018-02-12 22:05:19 UTC [more...]
[PATCH 0/5] mtd: Simplify erase handling
2018-02-12 22:05 UTC (10+ messages)
` [PATCH 1/5] mtd: Initialize ->fail_addr early in mtd_erase()
` [PATCH 2/5] mtd: Get rid of unused fields in struct erase_info
` [PATCH 3/5] mtd: Stop assuming mtd_erase() is asynchronous
` [PATCH 4/5] mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
` [PATCH 5/5] mtd: Stop updating erase_info->state and calling mtd_erase_callback()
[PATCH bpf] bpf: fix memory leak in lpm_trie map_free callback function
2018-02-12 21:58 UTC
[PATCH RFC net-next 0/4] fib_rules: support sport, dport and proto match
2018-02-12 21:54 UTC (10+ messages)
` [PATCH RFC net-next 1/4] ipv4: fib_rules: support match on sport, dport and ip proto
` [PATCH RFC net-next 4/4] ipv6: route: dissect flow in input path if fib rules need it
[PATCH ipsec,v2] net: xfrm_policy: fix device unregistration hang
2018-02-12 21:22 UTC (2+ messages)
[PATCH] headers: untangle kmemleak.h from mm.h
2018-02-12 21:16 UTC (4+ messages)
[net-next 00/12][pull request] 40GbE Intel Wired LAN Driver Updates 2018-02-12
2018-02-12 20:46 UTC (13+ messages)
` [net-next 01/12] i40e: fix typo in function description
` [net-next 02/12] i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
` [net-next 03/12] i40e/i40evf: Clean up logic for adaptive ITR
` [net-next 04/12] i40e: Add delay after EMP reset for firmware to recover
` [net-next 05/12] i40e: Warn when setting link-down-on-close while in MFP
` [net-next 06/12] i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDP
` [net-next 07/12] i40e/i40evf: Clean-up of bits related to using q_vector->reg_idx
` [net-next 08/12] i40e/i40evf: Don't bother setting the CLEARPBA bit
` [net-next 09/12] i40e/i40evf: Use usec value instead of reg value for ITR defines
` [net-next 10/12] i40evf: Correctly populate rxitr_idx and txitr_idx
` [net-next 11/12] i40e/i40evf: Split container ITR into current_itr and target_itr
` [net-next 12/12] i40e/i40evf: Add support for new mechanism of updating adaptive ITR
[PATCH binutils] Revive BPF support patches
2018-02-12 20:30 UTC
[PATCH net-next 0/8] net: sched: act: add extack support
2018-02-12 20:19 UTC (9+ messages)
` [PATCH net-next 1/8] net: sched: act: fix code style
` [PATCH net-next 2/8] net: sched: act: add extack to init
` [PATCH net-next 3/8] net: sched: act: handle generic action errors
` [PATCH net-next 4/8] net: sched: act: add extack to init callback
` [PATCH net-next 5/8] net: sched: act: add extack for lookup callback
` [PATCH net-next 6/8] net: sched: act: add extack for walk callback
` [PATCH net-next 7/8] net: sched: act: handle extack in tcf_generic_walker
` [PATCH net-next 8/8] net: sched: act: mirred: add extack support
[PATCH iproute2-next v3 0/4] ip/tunnel: Unify local/remote endpoint address parsing
2018-02-12 20:17 UTC (5+ messages)
` [PATCH iproute2-next v3 1/4] utils: Introduce and use inet_prefix_reset()
` [PATCH iproute2-next v3 2/4] vti/vti6: Unify local/remote endpoint address parsing
` [PATCH iproute2-next v3 3/4] gre/gre6: "
` [PATCH iproute2-next v3 4/4] iptnl/ip6tnl: Unify local/remote endpoint and 6rd "
[PATCH iproute2-next v2 0/4] ip/tunnel: Unify local/remote endpoint address parsing
2018-02-12 20:08 UTC (3+ messages)
` [PATCH iproute2-next v2 1/4] utils: Introduce and use inet_prefix_reset_flags()
lost connection to test machine (4)
2018-02-12 20:05 UTC (4+ messages)
[PATCH] ravb: add support for changing MTU
2018-02-12 20:00 UTC
[Crypto v4 03/12] support for inline tls
2018-02-12 19:48 UTC (2+ messages)
[Crypto v4 01/12] tls: tls_device struct to register TLS drivers
2018-02-12 19:45 UTC (2+ messages)
[PATCH] net: cavium: fix NULL pointer dereference in cavium_ptp_put
2018-02-12 19:39 UTC (2+ messages)
[PATCH v2] net: make getname() functions return length rather than use int* parameter
2018-02-12 19:36 UTC (2+ messages)
[PATCH iproute2] lib/namespace: don't try to mount rw /sys over a ro one
2018-02-12 19:23 UTC
[PATCH net-next v3 00/16] l2tp: fix API races discovered by syzbot
2018-02-12 19:00 UTC (18+ messages)
` [PATCH net-next v3 01/16] l2tp: update sk_user_data while holding sk_callback_lock
` [PATCH net-next v3 02/16] l2tp: add RCU read lock to protect tunnel ptr in ip socket destroy
` [PATCH net-next v3 03/16] l2tp: don't use inet_shutdown on tunnel destroy
` [PATCH net-next v3 04/16] l2tp: refactor tunnel lifetime handling wrt its socket
` [PATCH net-next v3 05/16] l2tp: use tunnel closing flag
` [PATCH net-next v3 06/16] l2tp: refactor session lifetime handling
` [PATCH net-next v3 07/16] l2tp: hide sessions if they are closing
` [PATCH net-next v3 08/16] l2tp: hide session from pppol2tp_sock_to_session if it is closing
` [PATCH net-next v3 09/16] l2tp: refactor pppol2tp_connect
` [PATCH net-next v3 10/16] l2tp: add session_free callback
` [PATCH net-next v3 11/16] l2tp: do session destroy using a workqueue
` [PATCH net-next v3 12/16] l2tp: simplify l2tp_tunnel_closeall
` [PATCH net-next v3 13/16] l2tp: refactor ppp session cleanup paths
` [PATCH net-next v3 14/16] l2tp: remove redundant sk_user_data check when creating tunnels
` [PATCH net-next v3 15/16] l2tp: remove unwanted error message
` [PATCH net-next v3 16/16] l2tp: make __l2tp_session_unhash internal
[PATCH net-next v2 00/16] l2tp: fix API races discovered by syzbot
2018-02-12 18:52 UTC (26+ messages)
` [PATCH net-next v2 01/16] l2tp: update sk_user_data while holding sk_callback_lock
` [PATCH net-next v2 02/16] l2tp: add RCU read lock to protect tunnel ptr in ip socket destroy
` [PATCH net-next v2 03/16] l2tp: don't use inet_shutdown on tunnel destroy
` [PATCH net-next v2 04/16] l2tp: refactor tunnel lifetime handling wrt its socket
` [PATCH net-next v2 05/16] l2tp: use tunnel closing flag
` [PATCH net-next v2 06/16] l2tp: refactor session lifetime handling
` [PATCH net-next v2 07/16] l2tp: hide sessions if they are closing
` [PATCH net-next v2 08/16] l2tp: hide session from pppol2tp_sock_to_session if it is closing
` [PATCH net-next v2 09/16] l2tp: refactor pppol2tp_connect
` [PATCH net-next v2 10/16] l2tp: add session_free callback
` [PATCH net-next v2 11/16] l2tp: do session destroy using a workqueue
` [PATCH net-next v2 12/16] l2tp: simplify l2tp_tunnel_closeall
` [PATCH net-next v2 13/16] l2tp: refactor ppp session cleanup paths
` [PATCH net-next v2 14/16] l2tp: remove redundant sk_user_data check when creating tunnels
` [PATCH net-next v2 15/16] l2tp: remove unwanted error message
` [PATCH net-next v2 16/16] l2tp: make __l2tp_session_unhash internal
[PATCH ipsec] net: xfrm_policy: fix device unregistration hang
2018-02-12 18:34 UTC (3+ messages)
[PATCH] net: make getname() functions return length rather than use int* parameter
2018-02-12 17:59 UTC (3+ messages)
[REGRESSION, bisect] pci: cxgb4 probe fails after commit 104daa71b3961434 ("PCI: Determine actual VPD size on first access")
2018-02-12 17:56 UTC (3+ messages)
[PATCH net v2] netfilter: x_tables: fix missing timer initialization in xt_LED
2018-02-12 17:49 UTC
divide error in nf_nat_l4proto_unique_tuple
2018-02-12 17:25 UTC
[PATCH net] netfilter: x_tables: fix missing timer initialization in xt_LED
2018-02-12 17:23 UTC (2+ messages)
[PATCH net 1/2] net: thunderbolt: Tear down connection properly on suspend
2018-02-12 17:03 UTC (4+ messages)
` [PATCH net 2/2] net: thunderbolt: Run disconnect flow asynchronously when logout is received
kernel BUG at kernel/time/timer.c:LINE!
2018-02-12 16:56 UTC
[PATCH v2] sh_eth: Remove obsolete explicit clock handling for WoL
2018-02-12 16:48 UTC (2+ messages)
[PATCH v2] ravb: Remove obsolete explicit clock handling for WoL
2018-02-12 16:47 UTC (2+ messages)
[PATCH] net: phy: fix wrong mask to phy_modify()
2018-02-12 16:47 UTC (3+ messages)
[PATCH v5 1/1] tcp: Honor the eor bit in tcp_mtu_probe
2018-02-12 16:47 UTC (2+ messages)
[PATCH net] sctp: remove the useless check in sctp_renege_events
2018-02-12 16:47 UTC (4+ messages)
[PATCH net] sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cname
2018-02-12 16:47 UTC (4+ messages)
[PATCH net] sctp: do not pr_err for the duplicated node in transport rhlist
2018-02-12 16:47 UTC (4+ messages)
[PATCH net-next] trace_events_filter: conditional trace event (tcp_probe full=0)
2018-02-12 16:32 UTC (3+ messages)
general protection fault in ipt_do_table
2018-02-12 16:31 UTC (3+ messages)
[PATCH net] bridge: check brport attr show in brport_show
2018-02-12 16:19 UTC (2+ messages)
WARNING: suspicious RCU usage in rds_tcp_conn_alloc
2018-02-12 16:15 UTC (2+ messages)
BUG: sleeping function called from invalid context at mm/slab.h:LINE (3)
2018-02-12 16:14 UTC (2+ messages)
[PATCH net] netfilter: xt_hashlimit: fix lock imbalance
2018-02-12 16:11 UTC
WARNING: suspicious RCU usage in rds_loop_conn_alloc
2018-02-12 16:09 UTC (2+ messages)
kernel BUG at kernel/time/timer.c:LINE!
2018-02-12 15:54 UTC
KASAN: stack-out-of-bounds Read in memcmp
2018-02-12 15:51 UTC (2+ messages)
Fwd: u32 ht filters
2018-02-12 15:51 UTC (8+ messages)
[PATCH net v4 00/13] Fixes, cleanup and modernization for some legacy ethernet NIC drivers
2018-02-12 15:39 UTC (3+ messages)
` [PATCH net v4 02/13] net/8390: Fix msg_enable patch snafu
INFO: rcu detected stall in xfrm_confirm_neigh
2018-02-12 15:26 UTC
INFO: rcu detected stall in _decode_session6
2018-02-12 15:26 UTC
INFO: rcu detected stall in __xfrm_decode_session
2018-02-12 15:24 UTC
Serious performance degradation in Linux 4.15
2018-02-12 15:16 UTC (2+ messages)
[PATCH net] sctp: rename sctp_diag.c as diag.c
2018-02-12 15:12 UTC (4+ messages)
[PATCH net v2] tipc: fix missing RTNL lock protection during setting link properties
2018-02-12 15:08 UTC (3+ messages)
[PATCH net] sctp: fix some copy-paste errors for file comments
2018-02-12 14:12 UTC (2+ messages)
WARNING: kmalloc bug in xfrm_add_sa
2018-02-12 13:42 UTC (2+ messages)
` [PATCH ipsec] xfrm_user: uncoditionally validate esn replay attribute struct
[4.15-rc9] fs_reclaim lockdep trace
2018-02-12 13:46 UTC (8+ messages)
` [PATCH v2] lockdep: Fix fs_reclaim warning
[PATCH] ravb: Remove obsolete explicit clock handling for WoL
2018-02-12 13:38 UTC
[Crypto v4 12/12] Makefile Kconfig
2018-02-12 12:07 UTC
[Crypto v4 11/12] chtls: Register the chtls Inline TLS with net tls
2018-02-12 12:07 UTC
[Crypto v4 10/12] chtls: Inline crypto request Tx/Rx
2018-02-12 12:06 UTC
[Crypto v4 06/12] cxgb4: LLD driver changes to enable TLS
2018-02-12 12:05 UTC
[Crypto v4 09/12] chtls: CPL handler definition
2018-02-12 12:06 UTC
[Crypto v4 08/12] chtls: Key program
2018-02-12 12:06 UTC
[Crypto v4 07/12] chcr: Key Macro
2018-02-12 12:05 UTC
[Crypto v4 05/12] cxgb4: Inline TLS FW Interface
2018-02-12 12:05 UTC
[Crypto v4 04/12] chtls: structure and macro definiton
2018-02-12 12:04 UTC
[Crypto v4 02/12] ethtool: feature for Inline TLS in HW
2018-02-12 12:04 UTC
[Crypto v4 00/12] Chelsio Inline TLS
2018-02-12 12:03 UTC
xfrm, ip tunnel: non released device reference upon device unregistration
2018-02-12 11:54 UTC (7+ messages)
[RFC PATCH bpf-next 0/2] bpf/verifier: simplify subprog tracking
2018-02-12 10:22 UTC (3+ messages)
4.15.2 kernel panic, nat, ppp bug?
2018-02-12 10:02 UTC
INFO: task hung in check_lifetime
2018-02-12 10:04 UTC (2+ messages)
INFO: task hung in netdev_run_todo
2018-02-12 10:03 UTC
[PATCH v4 1/1] tcp: Honor the eor bit in tcp_mtu_probe
2018-02-12 9:46 UTC
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).