netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-10 17:55:21 to 2018-01-11 09:36:35 UTC [more...]

[PATCH net] net: ipv4: Make "ip route get" match iif lo rules again
 2018-01-11  9:36 UTC 

general protection fault in sctp_v6_get_dst
 2018-01-11  9:30 UTC  (3+ messages)

[PATCH net-next v2] xfrm: Add ESN support for IPSec HW offload
 2018-01-11  8:28 UTC  (5+ messages)

aio poll, io_pgetevents and a new in-kernel poll API V2
 2018-01-11  8:28 UTC  (20+ messages)
` [PATCH 03/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 13/32] net/tipc: convert to ->poll_mask
` [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

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  (10+ 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 

[PATCH V2] ipvlan: fix ipvlan MTU limits
 2018-01-11  2:09 UTC  (2+ messages)

[PATCH v5 00/38] Hardened usercopy whitelisting
 2018-01-11  2:03 UTC  (39+ 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

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  (11+ 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
` [bpf-next PATCH v2 4/7] bpf: sockmap sample, report bytes/sec
` [bpf-next PATCH v2 5/7] bpf: sockmap sample add base test without any BPF for comparison
` [bpf-next PATCH v2 6/7] bpf: sockmap put client sockets in blocking mode
` [bpf-next PATCH v2 7/7] bpf: sockmap set rlimit

[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  (5+ messages)
` [PATCH net-next 1/3] sfc: basic MCDI mapping of 25/50/100G link speeds
` [PATCH net-next 2/3] sfc: support the ethtool ksettings API properly so that 25/50/100G works
` [PATCH net-next 3/3] sfc: add bits for 25/50/100G supported/advertised speeds

[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  (10+ messages)
` [PATCH 02/36] usercopy: Include offset in overflow report
` [PATCH 04/36] usercopy: Prepare for usercopy whitelisting
` [PATCH 05/36] usercopy: WARN() on slab cache usercopy region violations

[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)

[Patch net] tipc: fix a memory leak in tipc_nl_node_get_link()
 2018-01-10 20:50 UTC 

[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)

[PATCH net-next 0/4] ipv6: Add support for non-equal-cost multipath
 2018-01-10 20:15 UTC  (2+ messages)

[PATCH net-next 0/2] net: phy: remove parameter new_link from phy_mac_interrupt()
 2018-01-10 20:13 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] net: bcmgenet: "

remove pci_dma_* abuses and workarounds V2
 2018-01-10 20:09 UTC  (6+ messages)
` [PATCH 1/4] media/ttusb-budget: remove pci_zalloc_coherent abuse
` [PATCH 2/4] media/ttusb-dev: "
` [PATCH 3/4] tsi108_eth: use dma API properly
` [PATCH 4/4] PCI: Remove NULL device handling from PCI DMA API

pull-request: wireless-drivers 2018-01-09
 2018-01-10 20:09 UTC  (2+ messages)

[net-next 1/1] tipc: fix a potental access after delete in tipc_sk_join()
 2018-01-10 20:08 UTC 

[PATCH net, v3] of_mdio: avoid MDIO bus removal when a PHY is missing
 2018-01-10 20:08 UTC  (2+ messages)

[PATCH] caif_usb: use strlcpy() instead of strncpy()
 2018-01-10 20:06 UTC  (2+ messages)

[PATCH net-next] vhost_net: batch used ring update in rx
 2018-01-10 20:04 UTC  (2+ messages)

[PATCH] doc: clarification about setting SO_ZEROCOPY
 2018-01-10 20:02 UTC  (2+ messages)

[pull request][net-next 00/10] Mellanox, mlx5 updates 2018-01-08
 2018-01-10 20:01 UTC  (2+ messages)

[PATCH net-next 0/2] code improvements in HNS3 driver
 2018-01-10 19:56 UTC  (2+ messages)

[v2] net: gianfar_ptp: move set_fipers() to spinlock protecting area
 2018-01-10 19:54 UTC  (2+ messages)

[PATCH net 0/3] Some sockopt optlen fixes
 2018-01-10 19:53 UTC  (2+ messages)

[PATCH net-next v6 0/3] Socionext Synquacer NETSEC driver
 2018-01-10 19:51 UTC  (2+ messages)

[net-next 00/13][pull request] 10GbE Intel Wired LAN Driver Updates 2018-01-09
 2018-01-10 19:45 UTC  (2+ messages)

[net-next v2 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-09
 2018-01-10 19:45 UTC  (2+ messages)

KASAN: use-after-free Read in rb_first_postorder
 2018-01-10 19:34 UTC  (2+ messages)

[PATCH bpf-next 00/14] nfp: bpf: relocations, verifier log, signed jumps and other updates
 2018-01-10 18:58 UTC  (4+ messages)
` [PATCH bpf-next 13/14] bpf: export function to write into verifier log buffer

[PATCH net] ipv6: fix udpv6 sendmsg crash caused by too small MTU
 2018-01-10 18:56 UTC  (2+ messages)

[Patch net v2] tun: fix a memory leak for tfile->tx_array
 2018-01-10 18:51 UTC 

WARNING in ___bpf_prog_run
 2018-01-10 18:50 UTC  (2+ messages)

[Patch net] tun: fix a memory leak for tfile->tx_array
 2018-01-10 18:26 UTC  (3+ messages)

[PATCH] ptr_ring: document usage around __ptr_ring_peek
 2018-01-10 18:15 UTC  (2+ messages)

[patch net-next v7 00/13] net: sched: allow qdiscs to share filter block instances
 2018-01-10 18:12 UTC  (3+ messages)
` [patch net-next v7 07/13] net: sched: use block index as a handle instead of qdisc when block is shared

[PATCH net-next 0/3] set l2specific_len based on l2specific_type
 2018-01-10 18:06 UTC  (6+ messages)
` [PATCH net-next 2/3] l2tp: configure l2specific_len according to l2specific_type
` [PATCH net-next 3/3] l2tp: mark L2TP_ATTR_L2SPEC_LEN as not used


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).