messages from 2018-01-25 00:21:52 to 2018-01-25 23:36:44 UTC [more...]
[PATCH net-next 00/12] ptr_ring fixes
2018-01-25 23:36 UTC (13+ messages)
` [PATCH net-next 01/12] ptr_ring: keep consumer_head valid at all times
` [PATCH net-next 02/12] ptr_ring: clean up documentation
` [PATCH net-next 03/12] ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty
` [PATCH net-next 04/12] tap: fix use-after-free
` [PATCH net-next 05/12] ptr_ring: disallow lockless __ptr_ring_full
` [PATCH net-next 06/12] Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"
` [PATCH net-next 07/12] skb_array: use __ptr_ring_empty
` [PATCH net-next 08/12] ptr_ring: prevent queue load/store tearing
` [PATCH net-next 09/12] tools/virtio: switch to __ptr_ring_empty
` [PATCH net-next 10/12] tools/virtio: more stubs to fix tools build
` [PATCH net-next 11/12] tools/virtio: copy READ/WRITE_ONCE
` [PATCH net-next 12/12] tools/virtio: fix smp_mb on x86
[PATCH net-next 0/3 V1] rtnetlink: enable IFLA_IF_NETNSID for RTM_{DEL,SET}LINK
2018-01-25 23:34 UTC (7+ messages)
[PATCH] net: make sure skb_dst is valid before using
2018-01-25 23:10 UTC (8+ messages)
` [PATCH net] net: don't call update_pmtu unconditionally
[PATCH net-next v2 00/12] net: sched: propagate extack to cls offloads on destroy and only with skip_sw
2018-01-25 22:57 UTC (3+ messages)
[PATCH nf-next,RFC v4] netfilter: nf_flow_table: add hardware offload support
2018-01-25 22:38 UTC (4+ messages)
[net-next:master 1917/1931] drivers/net/ethernet/sfc/ptp.c:646:3: warning: this decimal constant is unsigned only in ISO C90
2018-01-25 22:33 UTC
[PATCH net-next 0/2] Ease to follow an interface that moves to another netns
2018-01-25 22:33 UTC (5+ messages)
` [PATCH net-next 1/2] dev: always advertise the new nsid when the netns iface changes
` [PATCH net-next 2/2] dev: advertise the new ifindex "
[Patch net-next v2 0/3] net_sched: reflect tx_queue_len change for pfifo_fast
2018-01-25 22:21 UTC (4+ messages)
` [Patch net-next v2 2/3] net_sched: plug in qdisc ops change_tx_queue_len
[regresssion 4.15] Userspace compilation broken by uapi/linux/if_ether.h update
2018-01-25 22:21 UTC (2+ messages)
[PATCH net-next v2 00/11] use tc_cls_can_offload_and_chain0() throughout the drivers
2018-01-25 22:00 UTC (12+ messages)
` [PATCH net-next v2 01/11] pkt_cls: add new tc cls helper to check offload flag and chain index
` [PATCH net-next v2 02/11] netdevsim: use tc_cls_can_offload_and_chain0()
` [PATCH net-next v2 03/11] nfp: "
` [PATCH net-next v2 04/11] cxgb4: "
` [PATCH net-next v2 05/11] mlx5: "
` [PATCH net-next v2 06/11] bnxt: "
` [PATCH net-next v2 07/11] ixgbe: "
` [PATCH net-next v2 08/11] i40e: "
` [PATCH net-next v2 09/11] mlxsw: "
` [PATCH net-next v2 10/11] selftests/bpf: check for spurious extacks from the driver
` [PATCH net-next v2 11/11] selftests/bpf: check for chain-non-0 extack message
[PATCH net-next 0/2] net: vrf: Fix send to local broadcast address
2018-01-25 22:01 UTC (5+ messages)
` [PATCH net-next 1/2] net: vrf: Add support for sends "
` [PATCH net-next 2/2] net/ipv4: Allow send to local broadcast from a socket bound to a VRF
[PATCH] qed: code indent should use tabs where possible
2018-01-25 21:37 UTC (3+ messages)
pull request: bluetooth-next 2018-01-25
2018-01-25 21:35 UTC (2+ messages)
[PATCH] be2net: networking block comments don't use an empty /* line
2018-01-25 21:34 UTC (2+ messages)
[PATCH net-next] cxgb4: fix possible deadlock
2018-01-25 21:31 UTC (2+ messages)
[PATCH v3 net-next] net/ipv6: Do not allow route add with a device that is down
2018-01-25 21:22 UTC (4+ messages)
[PATCHv6 net-next 0/3] net: erspan: add support for openvswitch
2018-01-25 21:20 UTC (4+ messages)
` [PATCHv6 net-next 1/3] net: erspan: use bitfield instead of mask and offset
` [PATCHv6 net-next 2/3] net: erspan: create erspan metadata uapi header
` [PATCHv6 net-next 3/3] openvswitch: add erspan version I and II support
[PATCH net-next 0/6] net/smc: more socket closing improvements
2018-01-25 21:11 UTC (8+ messages)
` [PATCH net-next 1/6] net/smc: cancel tx worker in case of socket aborts
` [PATCH net-next 2/6] net/smc: handle state SMC_PEERFINCLOSEWAIT correctly
` [PATCH net-next 3/6] net/smc: terminate link group for ib_post_send problems
` [PATCH net-next 4/6] net/smc: do not reuse a linkgroup with setup problems
` [PATCH net-next 5/6] net/smc: wake up wr_reg_wait when terminating a link group
` [PATCH net-next 6/6] net/smc: check for healthy link group resp. connections
[RFC crypto v3 8/9] chtls: Register the ULP
2018-01-25 21:08 UTC
[PATCH net-next 00/12] sfc: support PTP on 8000 and X2000 series NICs
2018-01-25 21:05 UTC (14+ messages)
` [PATCH net-next 01/12] sfc: remove tx and MCDI handling from NAPI budget consideration
` [PATCH net-next 02/12] sfc: handle TX timestamps in the normal data path
` [PATCH net-next 03/12] sfc: add function to determine which TX timestamping method to use
` [PATCH net-next 04/12] sfc: use main datapath for HW timestamps if available
` [PATCH net-next 05/12] sfc: only enable TX timestamping if the adapter is licensed for it
` [PATCH net-next 06/12] sfc: MAC TX timestamp handling on the 8000 series
` [PATCH net-next 07/12] sfc: on 8000 series use TX queues for TX timestamps
` [PATCH net-next 08/12] sfc: only advertise TX timestamping if we have the license for it
` [PATCH net-next 09/12] sfc: simplify RX datapath timestamping
` [PATCH net-next 10/12] sfc: support separate PTP and general timestamping
` [PATCH net-next 11/12] sfc: support second + quarter ns time format for receive datapath
` [PATCH net-next 12/12] sfc: support Medford2 frequency adjustment format
[iptables] extensions: add support for inner IPv6 packet 'inner6' match
2018-01-25 20:13 UTC (3+ messages)
` [nf-next] netfilter: Add support for inner IPv6 packet match
aio poll, io_pgetevents and a new in-kernel poll API V4
2018-01-25 20:10 UTC (2+ messages)
[PATCH net-next 0/8] use tc_cls_can_offload_and_chain0() throughout the drivers
2018-01-25 19:26 UTC (8+ messages)
` [PATCH net-next 1/8] pkt_cls: add new tc cls helper to check offload flag and chain index
` [PATCH net-next 3/8] mlx5: use tc_cls_can_offload_and_chain0()
[PATCH] hv_netvsc: update VF after name has changed
2018-01-25 19:19 UTC (5+ messages)
[PATCH] kbuild: make Makefile|Kbuild in each directory optional
2018-01-25 19:17 UTC (3+ messages)
` [oss-drivers] "
[PATCHv5 net-next 0/2] net: erspan: add support for openvswitch
2018-01-25 19:12 UTC (5+ messages)
` [PATCHv5 net-next 2/2] openvswitch: add erspan version I and II support
esp spi incorrectly reported by ip -s x p
2018-01-25 18:30 UTC (2+ messages)
[PATCH net-next] rds: tcp: per-netns flag to stop new connection creation when rds-tcp is being dismantled
2018-01-25 18:21 UTC (4+ messages)
[PATCH net] dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
2018-01-25 18:03 UTC (2+ messages)
[PATCH iproute2-next v3 0/8] ip: Introduce and use get_addr_rta()/inet_addr_match_rta()
2018-01-25 17:34 UTC (2+ messages)
[PATCH net-next] ptr_ring: fix integer overflow
2018-01-25 17:31 UTC (4+ messages)
[PATCH net] net: memcontrol: charge allocated memory after mem_cgroup_sk_alloc()
2018-01-25 17:15 UTC (3+ messages)
[PATCH net-next] ipv6: raw: use IPv4 raw_sendmsg on v4-mapped IPv6 destinations
2018-01-25 17:07 UTC (2+ messages)
[RFC v2 net-next 00/10] Time based packet transmission
2018-01-25 16:52 UTC (6+ messages)
` [RFC v2 net-next 01/10] net: Add a new socket option for a future transmit time
` [Intel-wired-lan] "
[PATCH net] ptr_ring: keep consumer_head valid at all times
2018-01-25 16:49 UTC (2+ messages)
[PATCH net-next 0/7] RDS zerocopy support
2018-01-25 16:41 UTC (5+ messages)
` [PATCH net-next 2/7] rds: hold a sock ref from rds_message to the rds_sock
[PATCH] net:l2tp: Allow MAC to be configured via netlink
2018-01-25 16:28 UTC (3+ messages)
[PATCH net-next] net: Move net:netns_ids destruction out of rtnl_lock() and document locking scheme
2018-01-25 16:16 UTC (2+ messages)
[RFC] net: qcom/emac: mdiobus-dev fwnode should point to emac-adev
2018-01-25 16:05 UTC (6+ messages)
[patch net-next v2 00/10] Add support for resource abstraction
2018-01-25 15:50 UTC (12+ messages)
[PATCH] net: tcp: close sock if net namespace is exiting
2018-01-25 15:39 UTC (2+ messages)
[PATCH v2 0/4] Check size of packets before sending
2018-01-25 15:24 UTC (9+ messages)
` [PATCH v2 1/4] net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
` [PATCH v2 2/4] net: move skb_gso_mac_seglen to skbuff.h
` [PATCH v2 3/4] net: is_skb_forwardable: check the size of GSO segments
` [PATCH v2 4/4] net: check the size of a packet in validate_xmit_skb
[PATCH net] ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
2018-01-25 15:24 UTC
ixgbe tuning reset when XDP is setup
2018-01-25 15:07 UTC (7+ messages)
[PATCH net] vhost_net: stop device during reset owner
2018-01-25 14:03 UTC
88e6161 failed create slave phy
2018-01-25 14:00 UTC
[PATCH v6 00/36] Andes(nds32) Linux Kernel Port
2018-01-25 13:48 UTC (9+ messages)
` [PATCH v6 16/36] nds32: DMA mapping API
[PATCH] net: clean the sk_frag.page of new cloned socket
2018-01-25 12:44 UTC (2+ messages)
[PATCH v2] net: ethernet: cavium: Correct Cavium Thunderx nicvf/nicpf modules names
2018-01-25 11:38 UTC (5+ messages)
` [PATCH v3] net: ethernet: cavium: Correct Cavium Thunderx NIC module and driver names
` [PATCH v4] net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly to module name
[PATCH net] netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_match()
2018-01-25 11:33 UTC (8+ messages)
` [PATCH v2 net] netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
[PATCH 0/8] Add CAN support to iwg2[02]d
2018-01-25 10:55 UTC (5+ messages)
` [PATCH 1/8] dt-bindings: can: rcar_can: document r8a774[35] can support
linux-next: manual merge of the crypto tree with the net-next tree
2018-01-25 10:52 UTC
re
2018-01-25 9:33 UTC
[PATCH] net/mlx4_en: ensure rx_desc updating reaches HW before prod db updating
2018-01-25 9:54 UTC (15+ messages)
e1000e hardware unit hangs
2018-01-25 8:29 UTC (7+ messages)
Subject: [RFC][PATCH 04/11] stmmac: fix breakage in stmmac_hw_setup()
2018-01-25 8:21 UTC (3+ messages)
general protection fault in tun_do_read
2018-01-25 7:59 UTC
[PATCH net] ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
2018-01-25 7:15 UTC
linux-next: manual merge of the net-next tree with the vfs tree
2018-01-25 6:41 UTC
[PATCH] cls_flower: check if filter is in HW before calling fl_hw_destroy_filter()
2018-01-25 5:52 UTC (5+ messages)
[PATCH v2] wcn36xx: release resources in case of error
2018-01-25 5:36 UTC (2+ messages)
` [v2] "
[RFC][PATCH] get rid of the use of set_fs() (by way of kernel_recvmsg()) in sunrpc
2018-01-25 4:11 UTC (7+ messages)
` [PATCH 01/10] net: separate SIOCGIFCONF handling from dev_ioctl()
` [PATCH 10/10] kill kernel_sock_ioctl()
[PATCH bpf-next v9 00/12] bpf: More sock_ops callbacks
2018-01-25 2:37 UTC (13+ messages)
` [PATCH bpf-next v9 01/12] bpf: Only reply field should be writeable
` [PATCH bpf-next v9 02/12] bpf: Make SOCK_OPS_GET_TCP size independent
` [PATCH bpf-next v9 03/12] bpf: Make SOCK_OPS_GET_TCP struct independent
` [PATCH bpf-next v9 04/12] bpf: Add write access to tcp_sock and sock fields
` [PATCH bpf-next v9 05/12] bpf: Support passing args to sock_ops bpf function
` [PATCH bpf-next v9 06/12] bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
` [PATCH bpf-next v9 07/12] bpf: Add sock_ops RTO callback
` [PATCH bpf-next v9 08/12] bpf: Add support for reading sk_state and more
` [PATCH bpf-next v9 09/12] bpf: Add sock_ops R/W access to tclass
` [PATCH bpf-next v9 10/12] bpf: Add BPF_SOCK_OPS_RETRANS_CB
` [PATCH bpf-next v9 11/12] bpf: Add BPF_SOCK_OPS_STATE_CB
` [PATCH bpf-next v9 12/12] bpf: add selftest for tcpbpf
[net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2018-01-24
2018-01-25 2:29 UTC (3+ messages)
WARNING in vhost_dev_cleanup
2018-01-25 1:58 UTC
[PATCH net-next 1/4] net: core: Fix kernel-doc for carrier_* attributes
2018-01-25 0:25 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).