messages from 2018-01-10 20:21:08 to 2018-01-11 13:21:53 UTC [more...]
[PATCH 0/3] ipsec: Add ESP over TCP encapsulation
2018-01-11 13:21 UTC (3+ messages)
` [PATCH 1/3] skbuff: Avoid sleeping in skb_send_sock_locked
` [PATCH 2/3] tcp: Add ESP encapsulation support
[patch net-next v7 00/13] net: sched: allow qdiscs to share filter block instances
2018-01-11 13:19 UTC (12+ messages)
` [patch net-next v7 03/13] net: sched: avoid usage of tp->q in tcf_classify
` [patch net-next v7 07/13] net: sched: use block index as a handle instead of qdisc when block is shared
` [patch net-next v7 08/13] net: sched: add rt netlink message type for block get
[PATCH net] ip6_gre: init dev->mtu and dev->hard_header_len correctly
2018-01-11 13:02 UTC
general protection fault in sctp_v6_get_dst
2018-01-11 12:40 UTC (4+ messages)
BUG: using smp_processor_id() in preemptible
2018-01-11 12:31 UTC
[iptables] extensions: add support for 'srh' match
2018-01-11 12:17 UTC (4+ messages)
[PATCH net-next 00/11] add some new features and fix some bugs
2018-01-11 11:46 UTC (12+ messages)
` [PATCH net-next 01/11] net: hns3: add ethtool_ops.get_channels support for VF
` [PATCH net-next 02/11] net: hns3: remove TSO config command from VF driver
` [PATCH net-next 03/11] net: hns3: add ethtool_ops.get_coalesce support to PF
` [PATCH net-next 04/11] net: hns3: add ethtool_ops.set_coalesce "
` [PATCH net-next 05/11] net: hns3: refactor interrupt coalescing init function
` [PATCH net-next 06/11] net: hns3: refactor GL update function
` [PATCH net-next 07/11] net: hns3: remove unused GL setup function
` [PATCH net-next 08/11] net: hns3: change the unit of GL value macro
` [PATCH net-next 09/11] net: hns3: add int_gl_idx setup for TX and RX queues
` [PATCH net-next 10/11] net: hns3: add feature check when feature changed
` [PATCH net-next 11/11] net: hns3: check for NULL function pointer in hns3_nic_set_features
pull request (net): ipsec 2018-01-11
2018-01-11 11:37 UTC (12+ messages)
` [PATCH 01/11] xfrm: Forbid state updates from changing encap type
` [PATCH 02/11] xfrm: skip policies marked as dead while rehashing
` [PATCH 03/11] af_key: fix buffer overread in verify_address_len()
` [PATCH 04/11] af_key: fix buffer overread in parse_exthdrs()
` [PATCH 05/11] xfrm: fix rcu usage in xfrm_get_type_offload
` [PATCH 06/11] xfrm: Use __skb_queue_tail in xfrm_trans_queue
` [PATCH 07/11] xfrm: Return error on unknown encap_type in init_state
` [PATCH 08/11] xfrm: don't call xfrm_policy_cache_flush while holding spinlock
` [PATCH 09/11] esp: Fix GRO when the headers not fully in the linear part of the skb
` [PATCH 10/11] af_key: Fix memory leak in key_notify_policy
` [PATCH 11/11] xfrm: Fix a race in the xdst pcpu cache
aio poll, io_pgetevents and a new in-kernel poll API V2
2018-01-11 11:36 UTC (20+ messages)
` [PATCH 03/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 26/32] aio: refactor read/write iocb setup
` [PATCH 27/32] aio: sanitize ki_list handling
` [PATCH 28/32] aio: simplify cancellation
` [PATCH 29/32] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 30/32] aio: add delayed cancel support
PATCH V5 4/4] selinux: Add SCTP support
2018-01-11 11:31 UTC
[PATCH V2] ipvlan: fix ipvlan MTU limits
2018-01-11 11:25 UTC (3+ messages)
[PATCH net-next] net: socionext: Fix error return code in netsec_netdev_open()
2018-01-11 11:21 UTC
[PATCH net-next] net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()
2018-01-11 11:21 UTC
KASAN: use-after-free Read in __bpf_prog_put
2018-01-11 10:48 UTC (3+ messages)
[PATCH] [net-next] net: socionext: include linux/io.h to fix build
2018-01-11 10:38 UTC (2+ messages)
[Patch net] tipc: fix a memory leak in tipc_nl_node_get_link()
2018-01-11 10:21 UTC (2+ messages)
[PATCH v5 00/38] Hardened usercopy whitelisting
2018-01-11 10:24 UTC (40+ messages)
` [PATCH 01/38] usercopy: Remove pointer from overflow report
` [PATCH 02/38] usercopy: Enhance and rename report_usercopy()
` [PATCH 03/38] usercopy: Include offset in hardened usercopy report
` [PATCH 04/38] lkdtm/usercopy: Adjust test to include an offset to check reporting
` [PATCH 05/38] stddef.h: Introduce sizeof_field()
` [PATCH 06/38] usercopy: Prepare for usercopy whitelisting
` [PATCH 07/38] usercopy: WARN() on slab cache usercopy region violations
` [PATCH 08/38] usercopy: Allow strict enforcement of whitelists
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
` [PATCH 10/38] dcache: Define usercopy region in dentry_cache slab cache
` [PATCH 11/38] vfs: Define usercopy region in names_cache slab caches
` [PATCH 12/38] vfs: Copy struct mount.mnt_id to userspace using put_user()
` [PATCH 13/38] ext4: Define usercopy region in ext4_inode_cache slab cache
` [PATCH 14/38] ext2: Define usercopy region in ext2_inode_cache "
` [PATCH 15/38] jfs: Define usercopy region in jfs_ip "
` [PATCH 16/38] befs: Define usercopy region in befs_inode_cache "
` [PATCH 17/38] exofs: Define usercopy region in exofs_inode_cache "
` [PATCH 18/38] orangefs: Define usercopy region in orangefs_inode_cache "
` [PATCH 19/38] ufs: Define usercopy region in ufs_inode_cache "
` [PATCH 20/38] vxfs: Define usercopy region in vxfs_inode "
` [PATCH 21/38] cifs: Define usercopy region in cifs_request "
` [PATCH 22/38] scsi: Define usercopy region in scsi_sense_cache "
` [PATCH 23/38] net: Define usercopy region in struct proto "
` [PATCH 24/38] ip: Define usercopy region in IP "
` [PATCH 25/38] caif: Define usercopy region in caif "
` [PATCH 26/38] sctp: Define usercopy region in SCTP "
` [PATCH 27/38] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
` [PATCH 28/38] net: Restrict unwhitelisted proto caches to size 0
` [PATCH 29/38] fork: Define usercopy region in mm_struct slab caches
` [PATCH 30/38] fork: Define usercopy region in thread_stack "
` [PATCH 31/38] fork: Provide usercopy whitelisting for task_struct
` [PATCH 32/38] x86: Implement thread_struct whitelist for hardened usercopy
` [PATCH 33/38] arm64: "
` [PATCH 34/38] arm: "
` [PATCH 35/38] kvm: whitelist struct kvm_vcpu_arch
` [PATCH 36/38] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
` [PATCH 37/38] usercopy: Restrict non-usercopy caches to size 0
` [PATCH 38/38] lkdtm: Update usercopy tests for whitelisting
[patch net-next 0/5] mlxsw: Offload PRIO qdisc
2018-01-11 10:21 UTC (6+ messages)
` [patch net-next 1/5] mlxsw: reg: add rdpm register
` [patch net-next 2/5] mlxsw: spectrum_router: Configure default routing priority
` [patch net-next 3/5] net: sch: prio: Add offload ability to PRIO qdisc
` [patch net-next 4/5] mlxsw: spectrum: qdiscs: Support PRIO qdisc offload
` [patch net-next 5/5] mlxsw: spectrum: qdiscs: Support stats for PRIO qdisc
[Patch net v2] tun: fix a memory leak for tfile->tx_array
2018-01-11 10:16 UTC (2+ messages)
[PATCH 00/18] prevent bounds-check bypass via speculative execution
2018-01-11 9:54 UTC (5+ messages)
[PATCH 2/2] xen-netfront: Fix race between device setup and open
2018-01-11 9:36 UTC
[PATCH net] net: ipv4: Make "ip route get" match iif lo rules again
2018-01-11 9:36 UTC
[PATCH net-next v2] xfrm: Add ESN support for IPSec HW offload
2018-01-11 8:28 UTC (5+ messages)
pull request: bluetooth-next 2018-01-11
2018-01-11 8:24 UTC
[net-next:master 1147/1193] drivers/net/ethernet/socionext/netsec.c:1583:17: error: implicit declaration of function 'devm_ioremap'; did you mean '__ioremap'?
2018-01-11 7:41 UTC
[patch iproute2 v9 0/2] tc: Add batchsize feature to batch mode
2018-01-11 5:44 UTC (3+ messages)
` [patch iproute2 v9 1/2] lib/libnetlink: Add a new function rtnl_talk_iov
` [patch iproute2 v9 2/2] tc: Add batchsize feature for filter and actions
[PATCH net-next 0/2] sched: improve behaviour of offloaded RED stats
2018-01-11 5:38 UTC (3+ messages)
` [PATCH net-next 1/2] net: sched: add qstats.qlen to qlen
` [PATCH net-next 2/2] net: sched: red: don't reset the backlog on every stat dump
[patch iproute2 v8 0/2] tc: Add batchsize feature to batch mode
2018-01-11 5:39 UTC (9+ messages)
` [patch iproute2 v8 1/2] lib/libnetlink: Add functions rtnl_talk_msg and rtnl_talk_iov
` [patch iproute2 v8 2/2] tc: Add batchsize feature for filter and actions
[RFC crypto v3 0/9] Chelsio Inline TLS
2018-01-11 5:31 UTC (3+ messages)
linux-next: manual merge of the kspp tree with the net tree
2018-01-11 4:40 UTC
BUG: 4.15.0-rc6 unable to handle kernel NULL pointer dereference in ixgbe_down
2018-01-11 2:53 UTC (3+ messages)
` "
[PATCH net-next V2 0/2] XDP transmission for tuntap
2018-01-11 2:35 UTC (4+ messages)
` [PATCH net-next V2 2/2] tuntap: XDP transmission
pull-request: bpf-next 2018-01-11
2018-01-11 2:13 UTC
linux-next: build failure after merge of the net-next tree
2018-01-11 1:58 UTC (2+ messages)
[PATCH net] ibmvnic: Fix pending MAC address changes
2018-01-11 1:39 UTC
[bpf-next PATCH v2 0/7] sockmap sample update
2018-01-11 1:31 UTC (7+ messages)
` [bpf-next PATCH v2 1/7] bpf: refactor sockmap sample program update for arg parsing
` [bpf-next PATCH v2 2/7] bpf: add sendmsg option for testing BPF programs
` [bpf-next PATCH v2 3/7] bpf: sockmap sample, use fork() for send and recv
[PATCH bpf-next v4 0/5] Separate error injection table from kprobes
2018-01-11 0:51 UTC (6+ messages)
` [PATCH bpf-next v4 1/5] tracing/kprobe: bpf: Check error injectable event is on function entry
` [PATCH bpf-next v4 2/5] tracing/kprobe: bpf: Compare instruction pointer with original one
` [PATCH bpf-next v4 3/5] error-injection: Separate error-injection from kprobe
` [PATCH bpf-next v4 4/5] error-injection: Add injectable error types
` [PATCH bpf-next v4 5/5] error-injection: Support fault injection framework
[PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE
2018-01-11 0:40 UTC (2+ messages)
[PATCH] net/9p: trans_xen: add missing MODULE_AUTHOR/DESCRIPTION/LICENSE
2018-01-11 0:39 UTC (4+ messages)
[bpf-next PATCH] samples/bpf: xdp2skb_meta shows transferring info from XDP to SKB
2018-01-11 0:15 UTC (2+ messages)
sctp: memory leak in sctp_endpoint_init
2018-01-11 0:11 UTC (2+ messages)
[git pull] regression fix
2018-01-10 23:50 UTC
[PATCH bpf] bpf, array: fix overflow in max_entries and undefined behavior in index_mask
2018-01-10 22:58 UTC (2+ messages)
[PATCH bpf] bpf: arsh is not supported in 32 bit alu thus reject it
2018-01-10 22:57 UTC (2+ messages)
[PATCH][bpf-next] bpf: fix spelling mistake: "obusing" -> "abusing"
2018-01-10 22:56 UTC (3+ messages)
[PATCH bpf] bpf: prevent out-of-bounds speculation
2018-01-10 22:29 UTC (5+ messages)
[PATCH net] ipv6: Fix cleanup ordering on inet6_init() error path
2018-01-10 22:25 UTC (2+ messages)
[GIT] Networking
2018-01-10 22:21 UTC
[PATCH bpf-next v3 0/5] Separate error injection table from kprobes
2018-01-10 22:18 UTC (4+ messages)
` [PATCH bpf-next v3 3/5] error-injection: Separate error-injection from kprobe
[PATCH net-next 0/3] sfc: support 25G configuration with ethtool
2018-01-10 22:11 UTC (2+ messages)
[PATCHv2 net-next 0/2] net: erspan: add support for openvswitch
2018-01-10 22:02 UTC (5+ messages)
` [PATCHv2 net-next 2/2] openvswitch: add erspan version II support
[PATCH net-next 1/2 v10] net: ethernet: Add DT bindings for the Gemini ethernet
2018-01-10 22:02 UTC (6+ messages)
` [PATCH net-next 2/2 v10] net: ethernet: Add a driver for Gemini gigabit ethernet
[PATCH v4 00/36] Hardened usercopy whitelisting
2018-01-10 21:15 UTC (7+ messages)
` [PATCH 02/36] usercopy: Include offset in overflow report
` [PATCH 04/36] usercopy: Prepare for usercopy whitelisting
[patch net-next 00/11] mlxsw qdisc refactoring
2018-01-10 21:08 UTC (2+ messages)
[patch net-next] mlxsw: spectrum: Fix typo in firmware upgrade message
2018-01-10 21:06 UTC (2+ messages)
[PATCH net v2] ipv6: sr: fix TLVs not being copied using setsockopt
2018-01-10 21:04 UTC (2+ messages)
[PATCH net] ipv6: fix possible mem leaks in ipv6_make_skb()
2018-01-10 21:02 UTC (2+ messages)
[PATCH net] netlink: extack needs to be reset each time through loop
2018-01-10 21:00 UTC
[patch net 0/2] mlxsw: couple of fixes
2018-01-10 20:58 UTC (2+ messages)
[PATCH net-next] tcp: make local function tcp_recv_timestamp static
2018-01-10 20:56 UTC (2+ messages)
[PATCH net-next] net/mlx5e: fix error return code in mlx5e_alloc_rq()
2018-01-10 20:55 UTC (2+ messages)
[PATCH net-next] cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
2018-01-10 20:55 UTC (2+ messages)
linux-next: build failure after merge of the net-next tree
2018-01-10 20:53 UTC (2+ messages)
[PATCH net] nfp: always unmask aux interrupts at init
2018-01-10 20:51 UTC (2+ messages)
[net-next v3 00/14][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-10
2018-01-10 20:46 UTC (15+ messages)
` [net-next v3 01/14] i40e: display priority_xon and priority_xoff stats
` [net-next v3 02/14] i40evf: don't rely on netif_running() outside rtnl_lock()
` [net-next v3 03/14] i40evf: use spinlock to protect (mac|vlan)_filter_list
` [net-next v3 04/14] i40evf: release bit locks in reverse order
` [net-next v3 05/14] i40evf: hold the critical task bit lock while opening
` [net-next v3 06/14] i40e: update VFs of link state after GET_VF_RESOURCES
` [net-next v3 07/14] i40e: add helper conversion function for link_speed
` [net-next v3 08/14] i40e/i40evf: Bump driver versions
` [net-next v3 09/14] i40e: remove redundant initialization of read_size
` [net-next v3 10/14] i40evf: Do not clear MSI-X PBA manually
` [net-next v3 11/14] i40evf: Clean-up flags for promisc mode to avoid high polling rate
` [net-next v3 12/14] i40evf: Drop i40evf_fire_sw_int as it is prone to races
` [net-next v3 13/14] i40e: change ppp name to ddp
` [net-next v3 14/14] i40e: track id can be 0
Build failure in -next due to 'xdp: generic XDP handling of xdp_rxq_info'
2018-01-10 20:41 UTC (3+ messages)
` [net-next PATCH] net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set
[PATCH net-next] net: phy: marvell: mv88e6390 temperature sensor reading
2018-01-10 20:35 UTC (2+ messages)
[Patch net] 8021q: fix a memory leak for VLAN 0 device
2018-01-10 20:31 UTC (2+ messages)
[PATCH net-next v4 00/10] net: create dynamic software irq moderation library
2018-01-10 20:28 UTC (2+ messages)
[PATCH net-next v2] net: phy: remove parameter new_link from phy_mac_interrupt()
2018-01-10 20:21 UTC
[PATCH V4 0/4] Add SELinux SCTP protocol support
2018-01-10 20:21 UTC (4+ 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).