netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-27 21:36:15 to 2018-03-28 07:29:12 UTC [more...]

aio poll and a new in-kernel poll API V7
 2018-03-28  7:29 UTC  (17+ messages)
` [PATCH 01/30] fs: unexport poll_schedule_timeout
` [PATCH 02/30] fs: cleanup do_pollfd
` [PATCH 03/30] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/30] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/30] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/30] aio: simplify cancellation
` [PATCH 07/30] aio: add delayed cancel support
` [PATCH 08/30] aio: implement IOCB_CMD_POLL
` [PATCH 09/30] net: refactor socket_poll
` [PATCH 10/30] net: add support for ->poll_mask in proto_ops
` [PATCH 11/30] net: remove sock_no_poll
` [PATCH 12/30] net/tcp: convert to ->poll_mask
` [PATCH 13/30] net/unix: "
` [PATCH 14/30] net: convert datagram_poll users tp ->poll_mask
` [PATCH 15/30] net/dccp: convert to ->poll_mask
` [PATCH 16/30] net/atm: "

[PATCH] net: fec: set dma_coherent_mask
 2018-03-28  7:27 UTC  (6+ messages)

[PATCH 0/6] rhashtable: assorted fixes and enhancements
 2018-03-28  7:27 UTC  (18+ messages)
` [PATCH 5/6] rhashtable: support guaranteed successful insertion
` [PATCH 4/6] rhashtable: allow a walk of the hash table without missing objects
` [PATCH 1/6] rhashtable: improve documentation for rhashtable_walk_peek()
  ` [PATCH 1/6 v2] "

RFC on writel and writel_relaxed
 2018-03-28  7:11 UTC  (18+ messages)

[PATCH net-next 0/4] qed*: Flash upgrade support
 2018-03-28  6:56 UTC  (4+ messages)
` [PATCH net-next 3/4] qed: Adapter flash update support

[PATCH v2] staging: fsl-dpaa2/ethsw: Fix tag control information value overwrite
 2018-03-28  6:46 UTC 

[PATCH] staging: fsl-dpaa2/ethsw: Fix TCI values overwrite
 2018-03-28  6:45 UTC  (3+ messages)

[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
 2018-03-28  6:37 UTC  (2+ messages)

[PATCH bpf-next] bpf: sockmap: initialize sg table entries properly
 2018-03-28  6:18 UTC  (5+ messages)

[patch net-next RFC 00/12] devlink: introduce port flavours and common phys_port_name generation
 2018-03-28  6:17 UTC  (3+ messages)

[PATCH net 0/2] Fix vlan untag and insertion for bridge and vlan with reorder_hdr off
 2018-03-28  6:11 UTC  (3+ messages)

[PATCH 0/2] af_key: Fix for sadb_key memcpy read overrun
 2018-03-28  5:59 UTC  (3+ messages)
` [PATCH 1/2] af_key: Use DIV_ROUND_UP() instead of open-coded equivalent

possible deadlock in rtnl_lock (5)
 2018-03-28  5:56 UTC  (4+ messages)

[PATCH v13 net-next 00/12] Chelsio Inline TLS
 2018-03-28  4:28 UTC  (10+ messages)
` [PATCH v13 net-next 01/12] tls: support for Inline tls record
` [PATCH v13 net-next 02/12] ethtool: enable Inline TLS in HW
    ` [SPAMMY (6.9)]Re: "
` [PATCH v13 net-next 08/12] crypto : chtls - CPL handler definition

[PATCH V5 net-next 00/14] TLS offload, netdev & MLX5 support
 2018-03-28  4:22 UTC  (16+ messages)
` [PATCH V5 net-next 01/14] tcp: Add clean acked data hook
` [PATCH V5 net-next 02/14] net: Rename and export copy_skb_header
` [PATCH V5 net-next 03/14] net: Add Software fallback infrastructure for socket dependent offloads
` [PATCH V5 net-next 04/14] net: Add TLS offload netdev ops
` [PATCH V5 net-next 05/14] net: Add TLS TX offload features
` [PATCH V5 net-next 06/14] net/tls: Add generic NIC offload infrastructure
` [PATCH V5 net-next 07/14] net/tls: Support TLS device offload with IPv6
` [PATCH V5 net-next 08/14] net/mlx5e: Move defines out of ipsec code
` [PATCH V5 net-next 09/14] net/mlx5: Accel, Add TLS tx offload interface
` [PATCH V5 net-next 10/14] net/mlx5e: TLS, Add Innova TLS TX support
` [PATCH V5 net-next 11/14] net/mlx5e: TLS, Add Innova TLS TX offload data path
` [PATCH V5 net-next 12/14] net/mlx5e: TLS, Add error statistics
` [PATCH V5 net-next 13/14] MAINTAINERS: Update mlx5 innova driver maintainers
` [PATCH V5 net-next 14/14] MAINTAINERS: Update TLS maintainers

[PATCH v2 bpf-next 0/9] bpf: introduce cgroup-bpf bind, connect, post-bind hooks
 2018-03-28  3:41 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/9] bpf: Check attach type at prog load time
` [PATCH v2 bpf-next 2/9] libbpf: Support expected_attach_type at prog load
` [PATCH v2 bpf-next 3/9] bpf: Hooks for sys_bind
` [PATCH v2 bpf-next 4/9] selftests/bpf: Selftest for sys_bind hooks
` [PATCH v2 bpf-next 5/9] net: Introduce __inet_bind() and __inet6_bind
` [PATCH v2 bpf-next 6/9] bpf: Hooks for sys_connect
` [PATCH v2 bpf-next 7/9] selftests/bpf: Selftest for sys_connect hooks
` [PATCH v2 bpf-next 8/9] bpf: Post-hooks for sys_bind
` [PATCH v2 bpf-next 9/9] selftests/bpf: Selftest for sys_bind post-hooks

[PATCH] net/9p: fix potential refcnt problem of trans module
 2018-03-28  3:38 UTC  (4+ messages)
` [V9fs-developer] "

[PATCH net-next] ipv6: export ip6 fragments sysctl to unprivileged users
 2018-03-28  2:49 UTC 

[PATCH net-next] liquidio: Prioritize control messages
 2018-03-28  2:25 UTC 

[PATCH v7 bpf-next 00/10] bpf, tracing: introduce bpf raw tracepoints
 2018-03-28  2:11 UTC  (11+ messages)
` [PATCH v7 bpf-next 01/10] treewide: remove large struct-pass-by-value from tracepoint arguments
` [PATCH v7 bpf-next 02/10] net/mediatek: disambiguate mt76 vs mt7601u trace events
` [PATCH v7 bpf-next 03/10] net/mac802154: disambiguate mac80215 vs mac802154 "
` [PATCH v7 bpf-next 04/10] net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepoint
` [PATCH v7 bpf-next 05/10] macro: introduce COUNT_ARGS() macro
` [PATCH v7 bpf-next 06/10] tracepoint: compute num_args at build time
` [PATCH v7 bpf-next 07/10] bpf: introduce BPF_RAW_TRACEPOINT
` [PATCH v7 bpf-next 08/10] libbpf: add bpf_raw_tracepoint_open helper
` [PATCH v7 bpf-next 09/10] samples/bpf: raw tracepoint test
` [PATCH v7 bpf-next 10/10] selftests/bpf: test for bpf_get_stackid() from raw tracepoints

[PATCH net-next 0/6] net: Allow FIB notifiers to fail add and replace
 2018-03-28  1:34 UTC  (8+ messages)
` [PATCH net-next 1/6] net: Fix fib notifer to return errno
` [PATCH net-next 2/6] net: Move call_fib_rule_notifiers up in fib_nl_newrule
` [PATCH net-next 3/6] net/ipv4: Move call_fib_entry_notifiers up for new routes
` [PATCH net-next 4/6] net/ipv4: Allow notifier to fail route replace
` [PATCH net-next 5/6] net/ipv6: Move call_fib6_entry_notifiers up for route adds
` [PATCH net-next 6/6] netdevsim: Add simple FIB resource controller via devlink

Detailed Order for sales contract
 2018-03-27 16:05 UTC 

[PATCH iproute2-next 0/2] more JSON support
 2018-03-28  1:07 UTC  (3+ messages)
` [PATCH iproute2-next 1/2] ip/ila: support json and color
` [PATCH iproute2-next 2/2] ip/l2tp: add JSON support

[PATCH v6 bpf-next 00/11] bpf, tracing: introduce bpf raw tracepoints
 2018-03-28  0:51 UTC  (11+ messages)
` [PATCH v6 bpf-next 08/11] bpf: introduce BPF_RAW_TRACEPOINT

[RFC PATCH 00/24] Introducing AF_XDP support
 2018-03-28  0:49 UTC  (10+ messages)

[Resend Patch 1/3] Vmbus: Add function to report available ring buffer to write in total ring size percentage
 2018-03-28  0:48 UTC  (3+ messages)
` [Resend Patch 2/3] Netvsc: Use the vmbus functiton to calculate ring buffer percentage
` [Resend Patch 3/3] Storvsc: Select channel based on available percentage of ring buffer to write

[pull request][net-next 00/15] Mellanox, mlx5 mlx5-updates-2018-03-27
 2018-03-28  0:42 UTC  (16+ messages)
` [net-next 01/15] net/mlx5e: Unify slow PCI heuristic
` [net-next 02/15] net/mlx5e: Disable Striding RQ when PCI is slower than link
` [net-next 03/15] net/mlx5e: Remove unused define MLX5_MPWRQ_STRIDES_PER_PAGE
` [net-next 04/15] net/mlx5e: Separate dma base address and offset in dma_sync call
` [net-next 05/15] net/mlx5e: Use no-offset function in skb header copy
` [net-next 06/15] net/mlx5e: Remove RQ MPWQE fields from params
` [net-next 07/15] net/mlx5e: Remove rq_headroom field "
` [net-next 08/15] net/mlx5e: Do not reset Receive Queue params on every type change
` [net-next 09/15] net/mlx5e: Add ethtool priv-flag for Striding RQ
` [net-next 10/15] net/mlx5e: Remove unused max inline related code
` [net-next 11/15] net/mlx5e: Move all TX timeout logic to be under state lock
` [net-next 12/15] mlx5_{ib,core}: Add query SQ state helper function
` [net-next 13/15] mlx5: Move dump error CQE function out of mlx5_ib for code sharing
` [net-next 14/15] net/mlx5e: Dump xmit error completions
` [net-next 15/15] net/mlx5e: Recover Send Queue (SQ) from error state

[PATCH net] net: fix possible out-of-bound read in skb_network_protocol()
 2018-03-27  2:19 UTC  (2+ messages)

[next-queue PATCH v5 0/9] igb: offloading of receive filters
 2018-03-28  0:12 UTC  (6+ messages)
` [next-queue PATCH v5 7/9] igb: Add MAC address support for ethtool nftuple filters
  ` [Intel-wired-lan] "

[PATCH iproute2] Revert "iproute: "list/flush/save default" selected all of the routes"
 2018-03-27 23:57 UTC  (2+ messages)
` [PATCH iproute] arrange prefix parsing code after redundant patches

[iproute PATCH v2 0/3] ss: Allow excluding a socket table from being queried
 2018-03-27 23:51 UTC  (4+ messages)
` [iproute PATCH v2 1/3] "
` [iproute PATCH v2 2/3] ss: Put filter DB parsing into a separate function
` [iproute PATCH v2 3/3] ss: Drop filter_default_dbs()

[PATCH 1/1] xen-netback: process malformed sk_buff correctly to avoid BUG_ON()
 2018-03-27 23:49 UTC  (2+ messages)
` [Xen-devel] "

RFC on writel and writel_relaxed
 2018-03-27 23:43 UTC  (3+ messages)

[iproute PATCH 0/3] ss: Allow excluding a socket table from being queried
 2018-03-27 23:39 UTC  (4+ messages)
` [iproute PATCH 2/3] ss: Put filter DB parsing into a separate function

[RFC v3 net-next 00/18] Time based packet transmission
 2018-03-27 23:26 UTC  (9+ messages)
` [RFC v3 net-next 13/18] net/sched: Introduce the TBS Qdisc

[PATCH net-next 0/2] net: bgmac: Couple of small bgmac changes
 2018-03-27 23:20 UTC  (3+ messages)
` [PATCH net-next 1/2] net: bgmac: Use interface name to request interrupt
` [PATCH net-next 2/2] net: bgmac: Mask interrupts during probe

[PATCH V4 net-next 00/14] TLS offload, netdev & MLX5 support
 2018-03-27 23:02 UTC  (17+ messages)
` [PATCH V4 net-next 01/14] tcp: Add clean acked data hook
` [PATCH V4 net-next 02/14] net: Rename and export copy_skb_header
` [PATCH V4 net-next 03/14] net: Add Software fallback infrastructure for socket dependent offloads
` [PATCH V4 net-next 04/14] net: Add TLS offload netdev ops
` [PATCH V4 net-next 05/14] net: Add TLS TX offload features
` [PATCH V4 net-next 06/14] net/tls: Add generic NIC offload infrastructure
` [PATCH V4 net-next 07/14] net/tls: Support TLS device offload with IPv6
` [PATCH V4 net-next 08/14] net/mlx5e: Move defines out of ipsec code
` [PATCH V4 net-next 09/14] net/mlx5: Accel, Add TLS tx offload interface
` [PATCH V4 net-next 10/14] net/mlx5e: TLS, Add Innova TLS TX support
` [PATCH V4 net-next 11/14] net/mlx5e: TLS, Add Innova TLS TX offload data path
` [PATCH V4 net-next 12/14] net/mlx5e: TLS, Add error statistics
` [PATCH V4 net-next 13/14] MAINTAINERS: Update mlx5 innova driver maintainers
` [PATCH V4 net-next 14/14] MAINTAINERS: Update TLS maintainers

[pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-03-27 23:00 UTC 

[PATCH net-next 0/3] rxrpc: Tracing updates
 2018-03-27 22:58 UTC  (4+ messages)
` [PATCH net-next 1/3] rxrpc: Trace resend
` [PATCH net-next 2/3] rxrpc, afs: Use debug_ids rather than pointers in traces
` [PATCH net-next 3/3] rxrpc: Trace call completion

[PATCH] of_net: Implement of_get_nvmem_mac_address helper
 2018-03-27 22:50 UTC  (7+ messages)
  ` [PATCH v2] "
    ` [PATCH v3 0/2] "
      ` [PATCH v3 1/2] "

[PATCH net-next 0/6] rxrpc: Fixes
 2018-03-27 22:46 UTC  (8+ messages)
` [PATCH net 1/6] rxrpc: Fix firewall route keepalive
` [PATCH net 2/6] rxrpc: Fix a bit of time confusion
` [PATCH net 3/6] rxrpc: Fix Tx ring annotation after initial Tx failure
` [PATCH net 4/6] rxrpc: Don't treat call aborts as conn aborts
` [PATCH net 5/6] rxrpc: Fix resend event time calculation
` [PATCH net 6/6] rxrpc: remove unused static variables

NFS mounts failing when keytab present on client
 2018-03-27 22:29 UTC  (2+ messages)

[PATCH net-next] qed*: Utilize FW 8.33.11.0
 2018-03-27 22:27 UTC  (5+ messages)

My name is Charles Koch Foundation,
 2018-03-27 22:14 UTC 

[PATCH iproute2 1/1] tc: print index, refcnt & bindcnt for nat action
 2018-03-27 22:07 UTC  (5+ messages)

[PATCH net-next 0/2] Add ATU/VTU statistics
 2018-03-27 21:59 UTC  (3+ messages)
` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Keep ATU/VTU violation statistics
` [PATCH net-next 2/2] net: dsa: mv88e6xxx: Make VTU miss violations less spammy

[PATCH v3 iproute2 1/1] tc: fix conversion types when printing actions unsigned values
 2018-03-27 21:56 UTC  (4+ messages)

[PATCH v6 1/2] dt-bindings: net: Add bindings for National Instruments XGE netdev
 2018-03-27 21:43 UTC  (2+ messages)
` [PATCH v6 2/2] net: ethernet: nixge: Add support "


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