netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-09 13:55:35 to 2018-01-09 21:07:03 UTC [more...]

[PATCH net-next v4 00/10] net: create dynamic software irq moderation library
 2018-01-09 21:06 UTC  (5+ messages)
` [PATCH net-next v4 01/10] net/mlx5e: Move interrupt moderation structs to new file
` [PATCH net-next v4 02/10] net/mlx5e: Move interrupt moderation forward declarations
` [PATCH net-next v4 03/10] net/mlx5e: Remove rq references in mlx5e_rx_am
` [PATCH net-next v4 04/10] net/mlx5e: Move AM logic enums

[PATCH v4 00/36] Hardened usercopy whitelisting
 2018-01-09 20:56 UTC  (37+ messages)
` [PATCH 01/36] usercopy: Remove pointer from overflow report
` [PATCH 02/36] usercopy: Include offset in "
` [PATCH 03/36] lkdtm/usercopy: Adjust test to include an offset to check reporting
` [PATCH 04/36] usercopy: Prepare for usercopy whitelisting
` [PATCH 05/36] usercopy: WARN() on slab cache usercopy region violations
` [PATCH 06/36] usercopy: Mark kmalloc caches as usercopy caches
` [PATCH 07/36] dcache: Define usercopy region in dentry_cache slab cache
` [PATCH 08/36] vfs: Define usercopy region in names_cache slab caches
` [PATCH 09/36] vfs: Copy struct mount.mnt_id to userspace using put_user()
` [PATCH 10/36] ext4: Define usercopy region in ext4_inode_cache slab cache
` [PATCH 11/36] ext2: Define usercopy region in ext2_inode_cache "
` [PATCH 12/36] jfs: Define usercopy region in jfs_ip "
` [PATCH 13/36] befs: Define usercopy region in befs_inode_cache "
` [PATCH 14/36] exofs: Define usercopy region in exofs_inode_cache "
` [PATCH 15/36] orangefs: Define usercopy region in orangefs_inode_cache "
` [PATCH 16/36] ufs: Define usercopy region in ufs_inode_cache "
` [PATCH 17/36] vxfs: Define usercopy region in vxfs_inode "
` [PATCH 18/36] cifs: Define usercopy region in cifs_request "
` [PATCH 19/36] scsi: Define usercopy region in scsi_sense_cache "
` [PATCH 20/36] net: Define usercopy region in struct proto "
` [PATCH 21/36] ip: Define usercopy region in IP "
` [PATCH 22/36] caif: Define usercopy region in caif "
` [PATCH 23/36] sctp: Define usercopy region in SCTP "
` [PATCH 24/36] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
` [PATCH 25/36] net: Restrict unwhitelisted proto caches to size 0
` [PATCH 26/36] fork: Define usercopy region in mm_struct slab caches
` [PATCH 27/36] fork: Define usercopy region in thread_stack "
` [PATCH 28/36] fork: Provide usercopy whitelisting for task_struct
` [PATCH 29/36] x86: Implement thread_struct whitelist for hardened usercopy
` [PATCH 30/36] arm64: "
` [PATCH 31/36] arm: "
` [PATCH 32/36] kvm: whitelist struct kvm_vcpu_arch
` [PATCH 33/36] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
` [PATCH 34/36] usercopy: Allow strict enforcement of whitelists
` [PATCH 35/36] usercopy: Restrict non-usercopy caches to size 0
` [PATCH 36/36] lkdtm: Update usercopy tests for whitelisting

[PATCH 00/18] prevent bounds-check bypass via speculative execution
 2018-01-09 20:55 UTC  (13+ messages)
` [PATCH 16/18] net: mpls: "
` [PATCH 07/18] [media] uvcvideo: "

net: memory leak in socket
 2018-01-09 20:53 UTC  (4+ messages)

[PATCH net-next] ibmvnic: Don't handle RX interrupts when not up
 2018-01-09 20:33 UTC  (2+ messages)

[net-next PATCH 1/1] tipc: add back tipc prefix to log messages
 2018-01-09 19:50 UTC 

[PATCH net-next v3 00/10] net: create dynamic software irq moderation library
 2018-01-09 19:38 UTC  (6+ messages)
` [PATCH net-next v3 06/10] net/mlx5e: Change Mellanox references in DIM code

[PATCH] MAINTAINERS: Mark some staging directories as "Obsolete"
 2018-01-09 19:38 UTC  (2+ messages)

[patch iproute2 v7 0/2] tc: Add batchsize feature to batch mode
 2018-01-09 19:24 UTC  (6+ messages)
` [patch iproute2 v7 1/2] lib/libnetlink: Add functions rtnl_talk_msg and rtnl_talk_iov
` [patch iproute2 v7 2/2] tc: Add batchsize feature for filter and actions

[RFC PATCH 3/3] tcp: Add tunable parameters for TSQ
 2018-01-09 19:04 UTC  (2+ messages)

[net-next 00/13][pull request] 10GbE Intel Wired LAN Driver Updates 2018-01-09
 2018-01-09 19:02 UTC  (14+ messages)
` [net-next 01/13] ixgbe: enable multicast on shutdown for WOL
` [net-next 02/13] ixgbe: remove unused enum latency_range
` [net-next 03/13] ixgbe: advertise highest capable link speed
` [net-next 04/13] ixgbe: extend firmware version support
` [net-next 05/13] ixgbe: Remove an obsolete comment about ITR
` [net-next 06/13] ixgbevf: remove redundant setting of xcast_mode
` [net-next 07/13] ixgbe: Fix interaction between SR-IOV and macvlan offload
` [net-next 08/13] ixgbe: Perform reinit any time number of VFs change
` [net-next 09/13] ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handling
` [net-next 10/13] ixgbe: There is no need to update num_rx_pools in L2 fwd offload
` [net-next 11/13] ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devices
` [net-next 12/13] ixgbe: Use ring values to test for Tx pending
` [net-next 13/13] ixgbe: Drop l2_accel_priv data pointer from ring struct

Build failure in -next due to 'xdp: generic XDP handling of xdp_rxq_info'
 2018-01-09 19:01 UTC 

dvb usb issues since kernel 4.9
 2018-01-09 18:58 UTC  (12+ messages)
    ` Aw: "
              `  "

net/8021q: memory leak in register_vlan_dev
 2018-01-09 18:53 UTC 

[PATCH v2 1/3] net: Fix possible race in peernet2id_alloc()
 2018-01-09 18:52 UTC  (4+ messages)
` [PATCH v2 2/3] net: Add BUG_ON() to get_net()
` [PATCH v2 3/3] net: Remove spinlock from get_net_ns_by_id()

[PATCH] net: phy: Fix phy_modify() semantic difference fallout
 2018-01-09 18:36 UTC  (10+ messages)

[PATCH net] ipv6: Fix cleanup ordering on inet6_init() error path
 2018-01-09 18:21 UTC 

tun: memory leak in tun_set_iff
 2018-01-09 18:20 UTC 

[PATCH bpf] bpf: avoid false sharing of map refcount with max_entries
 2018-01-09 18:17 UTC  (4+ messages)

[PATCH v3 bpf] bpf: introduce BPF_JIT_ALWAYS_ON config
 2018-01-09 18:04 UTC 

tipc: memory leak in tipc_nl_node_get_link
 2018-01-09 18:01 UTC 

dvb usb issues since kernel 4.9
 2018-01-09 17:55 UTC  (5+ messages)

sctp: memory leak in sctp_endpoint_init
 2018-01-09 17:44 UTC 

[PATCH net-next 0/3] r8169: improve runtime pm
 2018-01-09 17:39 UTC  (2+ messages)

[net-next 0/9] tipc: improvements to group messaging
 2018-01-09 17:36 UTC  (2+ messages)

[PATCH net v2] ipv6: remove null_entry before adding default route
 2018-01-09 17:34 UTC  (2+ messages)

AF_KEY: memory leak in key_notify_policy
 2018-01-09 17:23 UTC 

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

[PATCH 0/2] Ether fixes for the SolutionEngine771x boards
 2018-01-09 17:21 UTC  (2+ messages)

aio poll, io_pgetevents and a new in-kernel poll API
 2018-01-09 17:19 UTC  (9+ messages)
` [PATCH 04/31] net: add support for ->poll_mask in proto_ops
` [PATCH 23/31] aio: don't print the page size at boot time
` [PATCH 24/31] aio: remove an outdated comment in aio_complete

[PATCH] docs-rst: networking: wire up msg_zerocopy
 2018-01-09 17:19 UTC  (5+ messages)

kcm: memory leak in kcm_sendmsg
 2018-01-09 17:14 UTC 

[PATCH 0/2] Ether fixes for the SolutionEngine771x boards
 2018-01-09 17:06 UTC  (5+ messages)

[PATCH] net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()
 2018-01-09 16:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] wireless: broadcom: radio_2056: delete duplicated macro definitions
 2018-01-09 16:57 UTC  (2+ messages)

[PATCH net-next 0/3] ethtool ringparam upper bound
 2018-01-09 16:55 UTC  (2+ messages)

[PATCH] net: caif: use strlcpy() instead of strncpy()
 2018-01-09 16:53 UTC  (2+ messages)

[PATCH v2] b43: Replace mdelay with usleep_range in b43_radio_2057_init_post
 2018-01-09 16:49 UTC  (2+ messages)

[PATCH][next] rtlwifi: btcoexist: remove redundant variable fw_ps_state
 2018-01-09 16:48 UTC  (2+ messages)

[PATCH] ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_table
 2018-01-09 16:41 UTC  (2+ messages)

[PATCH] be2net: use ARRAY_SIZE for array sizing calculation on array cmd_priv_map
 2018-01-09 16:41 UTC  (2+ messages)

[PATCH net] ipv6: sr: fix TLVs not being copied using setsockopt
 2018-01-09 16:39 UTC  (3+ messages)

[PATCH v4 0/3] virtio_net: allow hypervisor to indicate linkspeed and duplex setting
 2018-01-09 16:38 UTC  (3+ messages)
` [PATCH net-next v4 1/3] virtio_net: propagate linkspeed/duplex settings from the hypervisor

[PATCH] macsec: Add support for GCM-AES-256 cipher suite
 2018-01-09 16:34 UTC  (2+ messages)

[PATCH v2 bpf] bpf: introduce BPF_JIT_ALWAYS_ON config
 2018-01-09 16:29 UTC  (2+ messages)

[net-next v2 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-09
 2018-01-09 16:19 UTC  (16+ messages)
` [net-next v2 01/15] i40e: display priority_xon and priority_xoff stats
` [net-next v2 02/15] i40evf: don't rely on netif_running() outside rtnl_lock()
` [net-next v2 03/15] i40evf: use spinlock to protect (mac|vlan)_filter_list
` [net-next v2 04/15] i40evf: release bit locks in reverse order
` [net-next v2 05/15] i40evf: hold the critical task bit lock while opening
` [net-next v2 06/15] i40e: update VFs of link state after GET_VF_RESOURCES
` [net-next v2 07/15] i40e: add helper conversion function for link_speed
` [net-next v2 08/15] i40e/i40evf: Bump driver versions
` [net-next v2 09/15] i40e: remove redundant initialization of read_size
` [net-next v2 10/15] i40evf: Do not clear MSI-X PBA manually
` [net-next v2 11/15] i40evf: Clean-up flags for promisc mode to avoid high polling rate
` [net-next v2 12/15] i40evf: Drop i40evf_fire_sw_int as it is prone to races
` [net-next v2 13/15] i40e: change ppp name to ddp
` [net-next v2 14/15] i40e: track id can be 0
` [net-next v2 15/15] i40e: link_down_on_close private flag support

RFC(V3): Audit Kernel Container IDs
 2018-01-09 16:18 UTC  (2+ messages)

[bpf-next PATCH 0/7] sockmap sample updates
 2018-01-09 16:16 UTC  (7+ messages)
` [bpf-next PATCH 1/7] bpf: refactor sockmap sample program update for arg parsing
` [bpf-next PATCH 4/7] bpf: sockmap sample, report bytes/sec

[PATCH iproute2 0/7] ip6/tunnel: Unify tclass, flowlabel and encap_limit output
 2018-01-09 16:12 UTC  (2+ messages)

[iproute2 1/1] tc: Fix filter protocol output
 2018-01-09 16:09 UTC  (2+ messages)

KASAN: use-after-free Read in tls_sk_proto_close
 2018-01-09 16:09 UTC 

[PATCH net-next V2 0/2] XDP transmission for tuntap
 2018-01-09 16:06 UTC  (2+ messages)

[iproute2 1/2] ss: fix crash when skipping disabled header field
 2018-01-09 16:03 UTC  (2+ messages)

[PATCH iproute2] ip fou: Pass family attribute as u8
 2018-01-09 16:01 UTC  (2+ messages)

[PATCH net-next v3 0/4] net: mvpp2: 1000BaseX and 2500BaseX support
 2018-01-09 15:54 UTC  (8+ messages)
` [PATCH net-next v3 4/4] net: mvpp2: 2500baseX support

[PATCH net-next] vhost_net: batch used ring update in rx
 2018-01-09 15:44 UTC  (2+ messages)

[PATCH 00/52] Netfilter/IPVS updates for net-next
 2018-01-09 15:43 UTC  (3+ messages)

[PATCH v2] vhost: Remove the unused variable
 2018-01-09 15:38 UTC 

[PATCH net-next 0/2] net: erspan: add support for openvswitch
 2018-01-09 15:17 UTC  (4+ messages)
` [PATCH net-next 2/2] openvswitch: add erspan version II support

[PATCH bpf] bpf: prevent out-of-bounds speculation
 2018-01-09 15:04 UTC  (3+ messages)

BUG: 4.14.11 unable to handle kernel NULL pointer dereference in xfrm_lookup
 2018-01-09 14:49 UTC  (7+ messages)

[PATCH net-next 0/4] ipv6: Add support for non-equal-cost multipath
 2018-01-09 14:40 UTC  (5+ messages)
` [PATCH net-next 1/4] ipv6: Calculate hash thresholds for IPv6 nexthops
` [PATCH net-next 2/4] ipv6: Use a 31-bit multipath hash
` [PATCH net-next 3/4] ipv6: Use hash-threshold instead of modulo-N
` [PATCH net-next 4/4] ipv6: Add support for non-equal-cost multipath

[PATCH bpf 0/5] Couple of BPF JIT fixes
 2018-01-09 14:20 UTC  (3+ messages)
` [PATCH bpf 1/5] bpf, s390x: do not reload skb pointers in non-skb context

[patch net-next v7 00/13] net: sched: allow qdiscs to share filter block instances
 2018-01-09 14:19 UTC  (17+ messages)
` [patch net-next v7 01/13] net: sched: introduce support for multiple filter chain pointers registration
` [patch net-next v7 02/13] net: sched: introduce shared filter blocks infrastructure
` [patch net-next v7 03/13] net: sched: avoid usage of tp->q in tcf_classify
` [patch net-next v7 04/13] net: sched: introduce block mechanism to handle netif_keep_dst calls
` [patch net-next v7 05/13] net: sched: remove classid and q fields from tcf_proto
` [patch net-next v7 06/13] net: sched: keep track of offloaded filters and check tc offload feature
` [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-next v7 09/13] net: sched: allow ingress and clsact qdiscs to share filter blocks
` [patch net-next v7 10/13] mlxsw: spectrum_acl: Reshuffle code around mlxsw_sp_acl_ruleset_create/destroy
` [patch net-next v7 11/13] mlxsw: spectrum_acl: Don't store netdev and ingress for ruleset unbind
` [patch net-next v7 12/13] mlxsw: spectrum_acl: Implement TC block sharing
` [patch net-next v7 13/13] mlxsw: spectrum_acl: Pass mlxsw_sp_port down to ruleset bind/unbind ops
` [patch iproute2 net-next v7 1/3] include: update rtnetlink header according to kernel
` [patch iproute2 net-next v7 2/3] tc: introduce support for block-handle for filter operations
` [patch iproute2 net-next v7 3/3] tc: implement filter block sharing to ingress and clsact qdiscs

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

[PATCH 0/5] pktgen: Behavior flags fixes
 2018-01-09 13:55 UTC  (2+ messages)
` [PATCH 5/5] pktgen: Clean read user supplied flag mess


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