messages from 2018-01-23 18:20:46 to 2018-01-24 10:00:32 UTC [more...]
[bpf-next PATCH v4 0/7] Series short description
2018-01-24 10:00 UTC (2+ messages)
BUG: 4.14.11 unable to handle kernel NULL pointer dereference in xfrm_lookup
2018-01-24 9:59 UTC (11+ messages)
[PATCH] net: make sure skb_dst is valid before using
2018-01-24 9:49 UTC (3+ messages)
pull request (net): ipsec 2018-01-24
2018-01-24 9:47 UTC (5+ messages)
` [PATCH 1/4] xfrm: Add SA to hardware at the end of xfrm_state_construct()
` [PATCH 2/4] xfrm: fix error flow in case of add state fails
` [PATCH 3/4] xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version
` [PATCH 4/4] xfrm: fix boolean assignment in xfrm_get_type_offload
[PATCH bpf-next] selftests/bpf: make 'dubious pointer arithmetic' test useful
2018-01-24 9:42 UTC (2+ messages)
[PATCH net-next 0/6] net/smc: socket closing improvements
2018-01-24 9:28 UTC (7+ messages)
` [PATCH net-next 1/6] net/smc: use local struct sock variables consistently
` [PATCH net-next 2/6] net/smc: simplify function smc_clcsock_accept()
` [PATCH net-next 3/6] net/smc: get rid of tx_pend waits in socket closing
` [PATCH net-next 4/6] net/smc: make wait for work request uninterruptible
` [PATCH net-next 5/6] net/smc: improve state change handling after close wait
` [PATCH net-next 6/6] net/smc: continue waiting if peer signals write_shutdown
[iproute PATCH] ip-route: Propagate errors from parse_one_nh()
2018-01-24 9:19 UTC (3+ messages)
From: Mr.Ahmed Owain
2018-01-24 9:16 UTC
[PATCH 4.14-stable] xfrm: Fix a race in the xdst pcpu cache
2018-01-24 9:13 UTC
[PATCH net-next 00/12] net: sched: propagate extack to cls offloads on destroy and only with skip_sw
2018-01-24 9:04 UTC (15+ messages)
` [PATCH net-next 01/12] net: sched: propagate extack to cls->destroy callbacks
` [PATCH net-next 02/12] net: sched: prepare for reimplementation of tc_cls_common_offload_init()
` [PATCH net-next 03/12] cls_bpf: remove gen_flags from bpf_offload
` [PATCH net-next 04/12] cls_bpf: pass offload flags to tc_cls_common_offload_init()
` [PATCH net-next 05/12] cls_bpf: propagate extack to offload delete callback
` [PATCH net-next 06/12] cls_matchall: pass offload flags to tc_cls_common_offload_init()
` [PATCH net-next 07/12] cls_matchall: propagate extack to delete callback
` [PATCH net-next 08/12] cls_flower: pass offload flags to tc_cls_common_offload_init()
` [PATCH net-next 09/12] cls_flower: propagate extack to delete callback
` [PATCH net-next 10/12] cls_u32: pass offload flags to tc_cls_common_offload_init()
` [PATCH net-next 11/12] cls_u32: propagate extack to delete callback
` [PATCH net-next 12/12] net: sched: remove tc_cls_common_offload_init__()
[patch net] mlxsw: spectrum_router: Don't log an error on missing neighbor
2018-01-24 9:02 UTC
[RFC net-next 0/8] use tc_can_offload_extack() throughout the drivers
2018-01-24 8:53 UTC (11+ messages)
` [RFC net-next 1/8] pkt_cls: make tc_can_offload_extack() check chain index
` [RFC net-next 2/8] bnxt: use tc_can_offload_cls()
` [RFC net-next 3/8] nfp: flower: "
` [RFC net-next 4/8] cxgb4: "
` [RFC net-next 5/8] ixgbe: "
` [RFC net-next 6/8] mlx5: "
` [RFC net-next 7/8] mlxsw: "
` [RFC net-next 8/8] cls_bpf: drivers: don't try to use extack before callback type is validated
[RFC PATCH] e1000e: Remove Other from EIAC
2018-01-24 8:35 UTC (11+ messages)
` [Intel-wired-lan] "
[PATCH net-next 0/2] cxgb4: fix build error
2018-01-24 8:01 UTC (3+ messages)
` [PATCH net-next 1/2] cxgb4: enable ZLIB_DEFLATE when building cxgb4
` [PATCH net-next 2/2] cxgb4: properly initialize variables
[PATCH bpf-next v8 00/12] bpf: More sock_ops callbacks
2018-01-24 7:58 UTC (13+ messages)
` [PATCH bpf-next v8 01/12] bpf: Make SOCK_OPS_GET_TCP size independent
` [PATCH bpf-next v8 02/12] bpf: Make SOCK_OPS_GET_TCP struct independent
` [PATCH bpf-next v8 03/12] bpf: Add write access to tcp_sock and sock fields
` [PATCH bpf-next v8 04/12] bpf: Only reply field should be writeable
` [PATCH bpf-next v8 05/12] bpf: Support passing args to sock_ops bpf function
` [PATCH bpf-next v8 06/12] bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
` [PATCH bpf-next v8 07/12] bpf: Add sock_ops RTO callback
` [PATCH bpf-next v8 08/12] bpf: Add support for reading sk_state and more
` [PATCH bpf-next v8 09/12] bpf: Add sock_ops R/W access to tclass
` [PATCH bpf-next v8 10/12] bpf: Add BPF_SOCK_OPS_RETRANS_CB
` [PATCH bpf-next v8 11/12] bpf: Add BPF_SOCK_OPS_STATE_CB
` [PATCH bpf-next v8 12/12] bpf: add selftest for tcpbpf
WARNING in check_flush_dependency
2018-01-24 7:39 UTC (2+ messages)
[PATCH bpf-next v7 01/12] bpf: Make SOCK_OPS_GET_TCP size independent
2018-01-24 7:25 UTC (12+ messages)
` [PATCH bpf-next v7 02/12] bpf: Make SOCK_OPS_GET_TCP struct independent
` [PATCH bpf-next v7 03/12] bpf: Add write access to tcp_sock and sock fields
` [PATCH bpf-next v7 04/12] bpf: Only reply field should be writeable
` [PATCH bpf-next v7 05/12] bpf: Support passing args to sock_ops bpf function
` [PATCH bpf-next v7 06/12] bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
` [PATCH bpf-next v7 07/12] bpf: Add sock_ops RTO callback
` [PATCH bpf-next v7 08/12] bpf: Add support for reading sk_state and more
` [PATCH bpf-next v7 09/12] bpf: Add sock_ops R/W access to tclass
` [PATCH bpf-next v7 10/12] bpf: Add BPF_SOCK_OPS_RETRANS_CB
` [PATCH bpf-next v7 11/12] bpf: Add BPF_SOCK_OPS_STATE_CB
` [PATCH bpf-next v7 12/12] bpf: add selftest for tcpbpf callbacks
Memory corruption with r8169 across several device revisions and kernels
2018-01-24 7:05 UTC (12+ messages)
[PATCH target-pending] iscsi-target: make sure to wake up sleeping login worker
2018-01-24 7:01 UTC (4+ messages)
[net-next: PATCH v4 0/7] Armada 7k/8k PP2 ACPI support
2018-01-24 6:17 UTC (6+ messages)
` [net-next: PATCH v4 1/7] device property: Introduce fwnode_get_mac_address()
[PATCH] xfrm: fix boolean assignment in xfrm_get_type_offload
2018-01-24 6:12 UTC (2+ messages)
[PATCH net] xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version
2018-01-24 6:11 UTC (2+ messages)
[PATCH net-next] net/ipv6: Do not allow route add with a device that is down
2018-01-24 5:24 UTC (2+ messages)
[PATCH v3 1/2] skbuff: Add skb_network_trim
2018-01-24 4:34 UTC (3+ messages)
[PATCH] net:l2tp: Allow MAC to be configured via netlink
2018-01-24 3:58 UTC
[PATCH iproute2-next v2 0/8] ip: Introduce and use get_addr_rta()/inet_addr_match_rta()
2018-01-24 3:45 UTC (10+ messages)
` [PATCH iproute2-next v2 1/8] utils: Introduce get_addr_rta() and inet_addr_match_rta()
` [PATCH iproute2-next v2 2/8] ipaddress: Use inet_addr_match_rta()
` [PATCH iproute2-next v2 3/8] iprule: "
` [PATCH iproute2-next v2 4/8] ipmroute: "
` [PATCH iproute2-next v2 5/8] ipneigh: "
` [PATCH iproute2-next v2 6/8] ipl2tp: Use get_addr_rta()
` [PATCH iproute2-next v2 7/8] tcp_metric: "
` [PATCH iproute2-next v2 8/8] ip/tunnel: Unify local/remote endpoint address printing
[PATCH] igb: add VF trust infrastructure
2018-01-24 3:41 UTC (4+ messages)
` [Intel-wired-lan] "
[RFC v2 net-next 00/10] Time based packet transmission
2018-01-24 3:04 UTC (14+ messages)
` [RFC v2 net-next 01/10] net: Add a new socket option for a future transmit time
` [Intel-wired-lan] "
` [RFC v2 net-next 06/10] net/sched: Introduce the TBS Qdisc
[PATCH net-next 0/3] net/ipv6: Add support for ONLINK flag
2018-01-24 3:00 UTC (4+ messages)
` [PATCH net-next 1/3] net/ipv6: Move gateway validation into helper
` [PATCH net-next 2/3] net/ipv6: Add flags arg to ip6_nh_lookup_table
` [PATCH net-next 3/3] net/ipv6: Add support for onlink flag
[PATCH] net: Make synchronize_net() be expedited only when it's really need
2018-01-24 2:16 UTC (3+ messages)
[PATCH net-next] cxgb4: make symbol pedits static
2018-01-24 2:14 UTC
[PATCH bpf-next v6 00/11] bpf: More sock_ops callbacks
2018-01-24 1:34 UTC (8+ messages)
` [PATCH bpf-next v6 04/11] bpf: Support passing args to sock_ops bpf function
` [PATCH bpf-next v6 07/11] bpf: Add support for reading sk_state and more
[PATCH net-next 0/5] bpf and netdevsim test updates
2018-01-24 1:26 UTC (8+ messages)
` [PATCH net-next 1/5] netdevsim: add extack support for TC eBPF offload
` [PATCH net-next 2/5] selftests/bpf: add checks on extack messages for eBPF hw offload tests
` [PATCH net-next 3/5] netdevsim: don't compile BPF code if syscall not enabled
` [PATCH net-next 4/5] selftests/bpf: check bpf verifier log buffer usage works for HW offload
` [PATCH net-next 5/5] selftests/bpf: validate replace of TC filters is working
[net-next 00/12][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-23
2018-01-24 1:23 UTC (14+ messages)
` [net-next 01/12] i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags for NVM update
` [net-next 02/12] i40e: avoid divide by zero
` [net-next 03/12] i40evf: remove flush_scheduled_work call in i40evf_remove
` [net-next 04/12] i40evf: Don't schedule reset_task when device is being removed
` [net-next 05/12] i40e: Fix for blinking activity instead of link LEDs
` [net-next 06/12] i40e/i40evf: Detect and recover hung queue scenario
` [net-next 07/12] i40e: check for invalid DCB config
` [net-next 08/12] i40e: simplify pointer dereferences
` [net-next 09/12] i40e: Disable iWARP VSI PETCP_ENA flag on netdev down events
` [net-next 10/12] i40e: Delete an error message for a failed memory allocation in i40e_init_interrupt_scheme()
` [net-next 11/12] i40evf: ignore link up if not running
` [net-next 12/12] i40e: Fix channel addition in reset flow
[PATCH net] net: erspan: fix use-after-free
2018-01-24 1:01 UTC
[PATCH net-next 0/2] kcm: fix two syzcaller issues
2018-01-24 1:00 UTC (3+ messages)
` [PATCH net-next 1/2] kcm: Only allow TCP sockets to be attached to a KCM mux
` [PATCH net-next 2/2] kcm: Check if sk_user_data already set in kcm_attach
[PATCH] vmxnet3: repair memory leak
2018-01-24 0:58 UTC (3+ messages)
[PATCH v6 00/36] Andes(nds32) Linux Kernel Port
2018-01-24 0:56 UTC (4+ messages)
` [PATCH v6 20/36] nds32: Signal handling support
[PATCH net] ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
2018-01-24 0:55 UTC (2+ messages)
[PATCH net-next v3 0/2] net/sched: remove spinlock from 'csum' action
2018-01-24 0:52 UTC (2+ messages)
[PATCH net] pppoe: take ->needed_headroom of lower device into account on xmit
2018-01-24 0:46 UTC (2+ messages)
[PATCH net-next v2] net: link_watch: mark bonding link events urgent
2018-01-24 0:43 UTC (2+ messages)
[PATCH] r8169: improve multicast hash filter handling
2018-01-24 0:38 UTC (2+ messages)
[PATCHv5 0/5] GEHC Bx50 Switch Support
2018-01-24 0:23 UTC (2+ messages)
TCP many-connection regression between 4.7 and 4.13 kernels
2018-01-24 0:05 UTC (13+ messages)
` TCP many-connection regression (bisected to 4.5.0-rc2+)
KASAN: slab-out-of-bounds Read in erspan_xmit
2018-01-23 23:54 UTC (9+ messages)
e1000e hardware unit hangs
2018-01-23 23:46 UTC
[PATCH net] bpf: always re-init the congestion control after switching to it
2018-01-23 23:36 UTC (9+ messages)
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
2018-01-23 23:01 UTC (16+ messages)
` "
[RFC PATCH net-next v2 0/2] Enable virtio to act as a backup for a passthru device
2018-01-23 22:58 UTC (8+ messages)
` [RFC PATCH net-next v2 2/2] virtio_net: Extend virtio to use VF datapath when available
[PATCH iproute2 0/4] ip/tunnel: Minor cleanups and improvements
2018-01-23 22:52 UTC (2+ messages)
Attn:Mircofinance Loan Firm
2018-01-23 21:01 UTC
[net-next v2 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-09
2018-01-23 19:38 UTC (6+ messages)
` [net-next v2 15/15] i40e: link_down_on_close private flag support
[PATCH iproute2-next v2 00/10] RDMA resource tracking
2018-01-23 18:47 UTC (3+ messages)
ipv6_addrconf: WARNING about suspicious RCU usage
2018-01-23 18:43 UTC (7+ messages)
[PATCH net-next] cxgb4/cxgb4vf: add support for ndo_set_vf_vlan
2018-01-23 18:27 UTC (2+ messages)
[net-next 00/10][pull request] 10GbE Intel Wired LAN Driver Updates 2018-01-23
2018-01-23 18:21 UTC (6+ messages)
` [net-next 05/10] ixgbe: add ipsec offload add and remove SA
` [net-next 07/10] ixgbe: process the Rx ipsec offload
` [net-next 08/10] ixgbe: process the Tx "
` [net-next 09/10] ixgbe: ipsec offload stats
` [net-next 10/10] ixgbe: register ipsec offload with the xfrm subsystem
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).